Skip to content

Commit

Permalink
feat: test checkov github-action in public module
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Jan 15, 2024
1 parent 1581b6d commit 87f360d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checkov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
if: success() || failure()
with:
sarif_file: result.sarif
sarif_file: results.sarif
continue-on-error: true
...

0 comments on commit 87f360d

Please sign in to comment.