mirror of
https://github.com/hashicorp/terraform-provider-kubernetes.git
synced 2025-12-18 23:06:07 -05:00
Update CRT security scanner configuration (#2729)
This commit is contained in:
parent
9d63698644
commit
16468aec57
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