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 aae893f commit a78cb9c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/checkov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
output_file_path: console
skip_path: "./"
continue-on-error: true

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
uses: github/codeql-action/upload-sarif@v3
# Results are generated only on a success or failure
# This is required since GitHub by default won't run the next step
# when the previous one has failed. Security checks that do not pass will 'fail'
Expand All @@ -33,4 +34,4 @@ jobs:
if: success() || failure()
with:
sarif_file: results.sarif
...
...

0 comments on commit a78cb9c

Please sign in to comment.