Skip to content

Commit

Permalink
ci(semgrep): fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Oct 4, 2023
1 parent 35ca378 commit 5b61426
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/semgrep-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
inputSarifFile: ./semgrep.sarif
outputSarifFile: ./securecodewarrior.sarif
githubToken: ${{ secrets.GITHUB_TOKEN }}
if: always()

- name: Upload SARIF file for GitHub Advanced Security Dashboard
uses: github/codeql-action/upload-sarif@v2
Expand Down

0 comments on commit 5b61426

Please sign in to comment.