We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99542e6 commit ff93932Copy full SHA for ff93932
.github/workflows/ci.yaml
@@ -434,7 +434,9 @@ jobs:
434
trivy-scan-image:
435
runs-on: ubuntu-20.04
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
steps:
441
- name: Checkout code
442
uses: actions/checkout@v2
@@ -457,6 +459,9 @@ jobs:
457
459
output: "trivy-image-results.sarif"
458
460
severity: "HIGH,CRITICAL"
461
462
+ - name: Debug Trivy SARIF file
463
+ run: cat trivy-image-results.sarif && ls -l trivy-image-results.sarif
464
+
465
- name: Upload Trivy scan results to GitHub Security tab
466
uses: github/codeql-action/upload-sarif@v1
467
with:
0 commit comments