Skip to content

Commit 8b7f4ee

Browse files
committed
Disable trivy for now
1 parent d5d8a45 commit 8b7f4ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-docker-artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ jobs:
285285
echo "severity=HIGH,CRITICAL" >> "$GITHUB_OUTPUT"
286286
fi
287287
- name: Run Trivy vulnerability scanner
288+
if: ${{ false }} # TODO: Remove
288289
uses: aquasecurity/[email protected]
289290
with:
290291
image-ref: ${{ matrix.component.image_ref }}

0 commit comments

Comments
 (0)