Skip to content

Commit dfcf745

Browse files
committed
Add ignore file for trivy
We have a couple of CVEs that require bumping the go version to 1.23, which we do not want to do on the release branch. Govulncheck also identified that we are not affected by the CVEs even though we are on an affected version of the modules. This can be verified by running govulncheck with -show verbose and cross referencing the vulnerabilities between trivy and govulncheck. Signed-off-by: Lennart Jern <[email protected]>
1 parent 85d8279 commit dfcf745

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.trivyignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# These require updating the go version to 1.23.
2+
# According to govulncheck we are not using code that is affected by them anyway
3+
CVE-2025-22870
4+
CVE-2025-22872

0 commit comments

Comments
 (0)