Skip to content

Commit b7e2502

Browse files
authored
Suppress vulnerabilities with no fix available in 0.9.2 release
* Suppress vulnerabilities with no fix available
1 parent 66b1d35 commit b7e2502

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.release/security-scan.hcl

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ container {
55
dependencies = true
66
alpine_secdb = true
77
secrets = true
8+
triage {
9+
suppress {
10+
vulnerabilites = [
11+
"CVE-2025-46394", // busybox@1.37.0-r18
12+
"CVE-2024-58251", // busybox@1.37.0-r18
13+
"CVE-2025-46394", // busybox@1.37.0-r18
14+
"CVE-2024-58251", // busybox@1.37.0-r18
15+
"CVE-2025-30258", // gnupg@2.4.7-r0
16+
"CVE-2025-47268", // iputils@20240905-r0
17+
]
18+
}
19+
}
820
}
921

1022
binary {

0 commit comments

Comments
 (0)