Skip to content

Commit 76a1bbf

Browse files
authored
fix scan (#165)
1 parent 12b84d8 commit 76a1bbf

2 files changed

Lines changed: 16 additions & 24 deletions

File tree

.release/security-scan.hcl

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,20 @@
22
# SPDX-License-Identifier: MPL-2.0
33

44
binary {
5-
secrets = true
6-
go_modules = true
7-
osv = true
8-
oss_index = false
9-
nvd = false
5+
secrets = true
6+
go_modules = true
7+
osv = true
8+
oss_index = false
9+
nvd = false
10+
11+
triage {
12+
suppress {
13+
vulnerabilites = [
14+
"GHSA-f5pg-7wfw-84q9", # AWS S3 Crypto SDK vuln https://osv.dev/vulnerability/GO-2022-0646
15+
"GO-2022-0646", # alias
16+
"GHSA-7f33-f4f5-xwgw", # AWS S3 Crypto SDK vuln https://osv.dev/vulnerability/GO-2022-0635
17+
"GO-2022-0635" #alias
18+
]
19+
}
20+
}
1021
}

scan.hcl

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)