We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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