Skip to content

Commit 7f169af

Browse files
rmoffclaude
andcommitted
Temporary: add .trivyignore to test no-CVE happy path
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 17bf5a1 commit 7f169af

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/kafka-connect-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ jobs:
152152
scan-type: 'rootfs'
153153
scan-ref: '/tmp/kafka-connect-scan'
154154
scanners: 'vuln'
155+
trivyignores: '.trivyignore'
155156
ignore-unfixed: true
156157
exit-code: '1'
157158
format: 'sarif'

.trivyignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Temporary: suppress known CVEs to test happy-path (no findings) scenario
2+
GHSA-72hv-8253-57qq
3+
CVE-2025-67721
4+
CVE-2026-33870
5+
CVE-2026-33871

0 commit comments

Comments
 (0)