From 707d139affa4df4fc655dbdce11201893eb6f54d Mon Sep 17 00:00:00 2001 From: nishfath <81247855+nishfath@users.noreply.github.com> Date: Mon, 13 Dec 2021 16:20:14 -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..a02947b 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 --remediation-config suppress-xss.yml --tag branch=${{ github.head_ref || steps.extract_branch.outputs.branch }} --python --cpg . env: SHIFTLEFT_ACCESS_TOKEN: ${{ secrets.SHIFTLEFT_ACCESS_TOKEN }} Build-Rules: