Skip to content

Commit

Permalink
move suppress to binary block
Browse files Browse the repository at this point in the history
  • Loading branch information
elimt committed Jan 29, 2025
1 parent 2b20031 commit d6a534d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .release/security-scan.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ container {
suppress {
vulnerabilities = [
"CVE-2024-13176", # [email protected]
"GO-2025-3408", # [email protected]
]
}
}
Expand All @@ -24,4 +23,14 @@ binary {
osv = true
oss_index = true
nvd = 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 = [
"GO-2025-3408", # [email protected]
]
}
}
}

0 comments on commit d6a534d

Please sign in to comment.