Skip to content

Commit d8044fc

Browse files
committed
Add global trivy ignore
1 parent 03a6161 commit d8044fc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# No fix available for this glibc vulnerability
2+
CVE-2026-0861

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ jobs:
305305
vuln-type: "os,library"
306306
severity: ${{ steps.set_severity.outputs.severity }}
307307
skip-files: ${{ vars.TRIVY_SKIP_FILES }}
308+
trivyignores: ".trivyignore,./tmp/github-workflows/.github/workflows/build-docker-artifacts.trivyignore"
308309
timeout: "10m0s"
309310
# The cache update takes quite long, so let's try to disable it for now: https://github.com/aquasecurity/trivy-action#cache
310311
cache: "false"

0 commit comments

Comments
 (0)