Skip to content

Commit d4f853c

Browse files
committed
debug sarif file in ci
1 parent 32a2397 commit d4f853c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,6 @@ jobs:
436436
needs: docker-amd64
437437
# NOTE@jsjoeio: disabling due to a memory issue upstream
438438
# See: https://github.com/github/codeql-action/issues/528
439-
if: 1 == 2
440-
441439
steps:
442440
- name: Checkout code
443441
uses: actions/checkout@v2
@@ -460,6 +458,9 @@ jobs:
460458
output: "trivy-image-results.sarif"
461459
severity: "HIGH,CRITICAL"
462460

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

0 commit comments

Comments
 (0)