Update security scanner configuration (#1634)

This commit is contained in:
John Houston 2025-06-17 09:24:02 -06:00 committed by GitHub
parent 01475f8d28
commit c81ea8dec2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,4 +6,13 @@ binary {
osv = true
oss_index = false
nvd = false
triage {
suppress {
vulnerabilities = [
"GO",
"GHSA"
]
}
}
}