From ee4e34f7b32122f93560f8ac18c51eafaa5d61ea Mon Sep 17 00:00:00 2001 From: nishfath <81247855+nishfath@users.noreply.github.com> Date: Tue, 1 Mar 2022 09:03:24 -0500 Subject: [PATCH] Update shiftleft-inspect.yml --- .github/workflows/shiftleft-inspect.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shiftleft-inspect.yml b/.github/workflows/shiftleft-inspect.yml index 77036c6..55e8aab 100644 --- a/.github/workflows/shiftleft-inspect.yml +++ b/.github/workflows/shiftleft-inspect.yml @@ -20,7 +20,7 @@ jobs: run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" id: extract_branch - name: NextGen Static Analysis - run: ${GITHUB_WORKSPACE}/sl analyze --wait --app shiftleft-python-example --tag branch=${{ github.head_ref || steps.extract_branch.outputs.branch }} --python --cpg . + run: ${GITHUB_WORKSPACE}/sl analyze --wait --app shiftleft-python-example --no-diagnostic --tag branch=${{ github.head_ref || steps.extract_branch.outputs.branch }} --python --cpg . env: SHIFTLEFT_ACCESS_TOKEN: ${{ secrets.SHIFTLEFT_ACCESS_TOKEN }} Build-Rules: