Skip to content

Commit

Permalink
Fix checkov action
Browse files Browse the repository at this point in the history
  • Loading branch information
andifalk committed Oct 9, 2023
1 parent 75d5a5d commit 7c26d96
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/checkov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:

- name: Checkov GitHub Action
uses: bridgecrewio/checkov-action@v12
continue-on-error: true
with:
continue-on-error: true
# This will add both a CLI output to the console and create a results.sarif file
output_format: cli,sarif
output_file_path: console,results.sarif

Expand Down

0 comments on commit 7c26d96

Please sign in to comment.