Skip to content

Commit

Permalink
refactor: remove upload trivy scan to github security tab
Browse files Browse the repository at this point in the history
  • Loading branch information
baizon committed Jul 18, 2024
1 parent 32bc3d6 commit 8f862dd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,4 @@ jobs:
format: 'sarif'
output: 'trivy-results.sarif'
severity: 'CRITICAL,HIGH'
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: 'trivy-results.sarif'

0 comments on commit 8f862dd

Please sign in to comment.