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 455006b commit c1a691d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/sec-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,10 @@ jobs:
with:
scan-type: 'fs'
ignore-unfixed: true
format: 'sarif'
format: 'table'
output: 'trivy-results.sarif'
severity: 'MEDIUM,HIGH,CRITICAL'
exit-code: '1'

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
if: always()
with:
sarif_file: 'trivy-results.sarif'
grype:
name: Grype Scan
runs-on: ubuntu-20.04
Expand Down

0 comments on commit c1a691d

Please sign in to comment.