Skip to content

Commit

Permalink
update security-scan.hcl
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollao-hc committed Dec 18, 2024
1 parent 0733a31 commit 7f7219e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .release/security-scan.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,18 @@ container {

binary {
secrets = false
go_modules = false
go_modules = true
osv = true
oss_index = true
nvd = false
}

# 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-2022-0635", // github.com/aws/[email protected]
]
}
}

0 comments on commit 7f7219e

Please sign in to comment.