Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.
Merged
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
12 changes: 12 additions & 0 deletions .release/security-scan.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ container {
secrets {
all = true
}

# Triage items that are _safe_ to ignore here. Note that this list should be
# periodically cleaned up to remove items that are no longer found by the scanner.
triage {
suppress {
vulnerabilities = [
"GHSA-rx97-6c62-55mf", // https://github.com/github/advisory-database/pull/5759 TODO(dduzgun): remove when dep updated.
"CVE-2025-46394", // busybox@1.37.0-r18 TODO(dduzgun): remove when dep updated.
"CVE-2024-58251", // busybox@1.37.0-r18 TODO(dduzgun): remove when dep updated.
]
}
}
}

binary {
Expand Down