Skip to content

Commit

Permalink
fix scan
Browse files Browse the repository at this point in the history
  • Loading branch information
hashiblaum committed Feb 20, 2025
1 parent 12b84d8 commit 44ce8bb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 24 deletions.
21 changes: 16 additions & 5 deletions .release/security-scan.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,20 @@
# SPDX-License-Identifier: MPL-2.0

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

triage {
suppress {
vulnerabilites = [
"GHSA-f5pg-7wfw-84q9", # AWS S3 Crypto SDK vuln https://osv.dev/vulnerability/GO-2022-0646
"GO-2022-0646", # alias
"GHSA-7f33-f4f5-xwgw", # AWS S3 Crypto SDK vuln https://osv.dev/vulnerability/GO-2022-0635
"GO-2022-0635" #alias
]
}
}
}
19 changes: 0 additions & 19 deletions scan.hcl

This file was deleted.

0 comments on commit 44ce8bb

Please sign in to comment.