Skip to content

Commit 6b54762

Browse files
committed
ci: remove Trivy scan results upload to GitHub Security
- Remove step that uploads Trivy scan results to the GitHub Security tab Signed-off-by: appleboy <[email protected]>
1 parent 975a389 commit 6b54762

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/testing.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,3 @@ jobs:
102102
output: 'trivy-results.sarif'
103103
exit-code: '1'
104104
severity: 'CRITICAL,HIGH'
105-
106-
- name: Upload Trivy scan results to GitHub Security tab
107-
uses: github/codeql-action/upload-sarif@v3
108-
with:
109-
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)