Skip to content

Commit

Permalink
fix trivy output
Browse files Browse the repository at this point in the history
  • Loading branch information
cxMiguelSilva committed Jan 30, 2024
1 parent b4c780e commit 729b0fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sec-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
severity: 'CRITICAL,HIGH,MEDIUM'
exit-code: '1'

- name: Inspect action SARIF report
- name: Inspect action report
if: always()
shell: bash
run: cat ./trivy-results.json
grype:
Expand Down

0 comments on commit 729b0fb

Please sign in to comment.