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 ec142cc commit 3fc7bdb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 27 deletions.
24 changes: 16 additions & 8 deletions .release/security-scan.hcl
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# Copyright (c) HashiCorp, Inc.
# 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 3fc7bdb

Please sign in to comment.