Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32a2397 commit d4f853cCopy full SHA for d4f853c
.github/workflows/ci.yaml
@@ -436,8 +436,6 @@ jobs:
436
needs: docker-amd64
437
# NOTE@jsjoeio: disabling due to a memory issue upstream
438
# See: https://github.com/github/codeql-action/issues/528
439
- if: 1 == 2
440
-
441
steps:
442
- name: Checkout code
443
uses: actions/checkout@v2
@@ -460,6 +458,9 @@ jobs:
460
458
output: "trivy-image-results.sarif"
461
459
severity: "HIGH,CRITICAL"
462
+ - name: Debug Trivy SARIF file
+ run: cat trivy-image-results.sarif && ls -l trivy-image-results.sarif
463
+
464
- name: Upload Trivy scan results to GitHub Security tab
465
uses: github/codeql-action/upload-sarif@v1
466
with:
0 commit comments