mirror of
https://github.com/hashicorp/terraform-provider-helm.git
synced 2025-12-18 23:26:08 -05:00
Update security scanner configuration (#1634)
This commit is contained in:
parent
01475f8d28
commit
c81ea8dec2
1 changed files with 9 additions and 0 deletions
|
|
@ -6,4 +6,13 @@ binary {
|
|||
osv = true
|
||||
oss_index = false
|
||||
nvd = false
|
||||
|
||||
triage {
|
||||
suppress {
|
||||
vulnerabilities = [
|
||||
"GO",
|
||||
"GHSA"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue