Skip to content

Commit

Permalink
Added Continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
simonzhekoff committed Jan 6, 2025
1 parent 3d3ae2e commit d2871f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ jobs:
hide-progress: false
format: sarif
output: trivy.sarif
args: --skip-files main.tf
#skip-setup-trivy: true
continue-on-error: true # Allows the job to continue even if this step fails

- id: run_sarif_upload
name: Upload Trivy SARIF results
Expand Down

0 comments on commit d2871f0

Please sign in to comment.