Skip to content

Commit ff93932

Browse files
committed
fix: temporarily disable trivy-scan-image
1 parent 99542e6 commit ff93932

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,9 @@ jobs:
434434
trivy-scan-image:
435435
runs-on: ubuntu-20.04
436436
needs: docker-amd64
437-
437+
# NOTE@jsjoeio: disabling due to a memory issue upstream
438+
# See: https://github.com/github/codeql-action/issues/528
439+
if: 1 == 2
438440
steps:
439441
- name: Checkout code
440442
uses: actions/checkout@v2
@@ -457,6 +459,9 @@ jobs:
457459
output: "trivy-image-results.sarif"
458460
severity: "HIGH,CRITICAL"
459461

462+
- name: Debug Trivy SARIF file
463+
run: cat trivy-image-results.sarif && ls -l trivy-image-results.sarif
464+
460465
- name: Upload Trivy scan results to GitHub Security tab
461466
uses: github/codeql-action/upload-sarif@v1
462467
with:

0 commit comments

Comments
 (0)