From 796c5be0f2738e399a57058528e9b3d36a687911 Mon Sep 17 00:00:00 2001 From: Yusef Saraby Date: Wed, 20 Jul 2022 12:27:06 -0500 Subject: [PATCH] Update shiftleft.yml --- .github/workflows/shiftleft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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