security: enable go stdlib scans

pull/20905/head
dduzgun-security 2024-03-26 17:17:58 -04:00
parent d7f25631ce
commit 00ad74d146
No known key found for this signature in database
GPG Key ID: 6C3D93CAE50C7EC9
1 changed files with 4 additions and 3 deletions

View File

@ -15,9 +15,10 @@
# unlike the scans configured here, will block releases in CRT.
repository {
go_modules = true
npm = true
osv = true
go_modules = true
npm = true
osv = true
go_stdlib_version_file = ".go-version"
secrets {
all = true