Skip to content

Commit b23ab7b

Browse files
authored
ci: Suppress unfixed Docker vulns in scanner GHSA (#27842)
1 parent 48a6c18 commit b23ab7b

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.release/security-scan.hcl

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,13 @@ binary {
2929
triage {
3030
suppress {
3131
vulnerabilities = [
32-
"GO-2022-0635", // github.com/aws/aws-sdk-go@v1.55.6 TODO(jrasell): remove when dep updated.
33-
"GO-2025-3543", // github.com/opencontainers/runc TODO(jrasell): remove once withdrawn from DBs.
34-
"GO-2025-3829", // https://github.com/moby/moby/releases/tag/v28.3.3 TODO(tgross): remove once verified, updated or withdrawn https://pkg.go.dev/vuln/GO-2025-3829
35-
"GO-2026-4887", // github.com/docker/docker with no current fix.
36-
"GO-2026-4883", // github.com/docker/docker with no current fix.
32+
"GO-2022-0635", // github.com/aws/aws-sdk-go@v1.55.6 TODO(jrasell): remove when dep updated.
33+
"GO-2025-3543", // github.com/opencontainers/runc TODO(jrasell): remove once withdrawn from DBs.
34+
"GO-2025-3829", // https://github.com/moby/moby/releases/tag/v28.3.3 TODO(tgross): remove once verified, updated or withdrawn https://pkg.go.dev/vuln/GO-2025-3829
35+
"GO-2026-4887", // github.com/docker/docker with no current fix.
36+
"GO-2026-4883", // github.com/docker/docker with no current fix.
37+
"GHSA-x744-4wpc-v9h2", // github.com/docker/docker with no current fix.
38+
"GHSA-pxq6-2prw-chj9", // github.com/docker/docker with no current fix.
3739
]
3840
}
3941
}

0 commit comments

Comments
 (0)