release: Ignore false positive CVE

pull/38293/head
Radek Simko 2 months ago
parent 2dbb7d9c05
commit 4fffd5bdf5
No known key found for this signature in database
GPG Key ID: 1F1C84FE689A88D7

@ -12,4 +12,12 @@ binary {
go_modules = true
osv = true
nvd = false
}
triage {
suppress {
vulnerabilities = [
"GHSA-p77j-4mvh-x3m3"
]
}
}
}

Loading…
Cancel
Save