Skip to content

Commit 56663db

Browse files
committed
ci: disable 2nd part of trivy
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent 47b3e03 commit 56663db

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
# template: '@/contrib/sarif.tpl'
5050
# output: 'trivy-results.sarif'
5151
# severity: 'CRITICAL,HIGH'
52-
53-
- name: Upload Trivy scan results to GitHub Security tab
54-
uses: github/codeql-action/upload-sarif@v2
55-
with:
56-
sarif_file: 'trivy-results.sarif'
52+
#
53+
# - name: Upload Trivy scan results to GitHub Security tab
54+
# uses: github/codeql-action/upload-sarif@v2
55+
# with:
56+
# sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)