diff --git a/.github/workflows/shiftleft.yml b/.github/workflows/shiftleft.yml index 7fd00fc585..30ed8cda63 100644 --- a/.github/workflows/shiftleft.yml +++ b/.github/workflows/shiftleft.yml @@ -48,7 +48,7 @@ jobs: - name: Export NG SAST Findings run: | cd $HOME - git clone --depth 1 --branch v0.0.3 https://github.com/ShiftLeftSecurity/field-integrations + git clone --depth 1 --branch v0.0.4 https://github.com/ShiftLeftSecurity/field-integrations cd field-integrations/shiftleft-utils || exit 1 mkdir -p ${GITHUB_WORKSPACE}/ngsast_results pip3 install -r requirements.txt