Skip to content

Commit 32a2397

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,9 @@ jobs:
434434
trivy-scan-image:
435435
runs-on: ubuntu-20.04
436436
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
437440

438441
steps:
439442
- name: Checkout code

0 commit comments

Comments
 (0)