Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"shfmt",
"sigstore",
"startswith",
"stdlib",
"stylelint",
"trivy",
"xmlstarlet"
Expand Down
15 changes: 15 additions & 0 deletions images/ci-tools/.trivyignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# actionlint v1.7.11 (Go 1.25.7) / yq v4.52.4 (Go 1.26.0)
# Go stdlib CVEs — waiting on upstream releases built with Go >= 1.26.1.
#
# These are lint/formatting tools that run offline against local files.
# Neither tool uses net/url for parsing untrusted URLs or crypto/x509 for
# certificate verification at runtime, so the practical risk is negligible.
# Remove these entries once actionlint and yq ship builds on Go >= 1.26.1.

# net/url: Incorrect parsing of IPv6 host literals (fixed in Go 1.25.8 / 1.26.1)
# Affects: actionlint (Go 1.25.7), yq (Go 1.26.0)
CVE-2026-25679

# crypto/x509: Incorrect enforcement of email constraints (fixed in Go 1.26.1)
# Affects: yq (Go 1.26.0)
CVE-2026-27137
Loading