security: enable go stdlib scans

pull/20905/head
dduzgun-security 8 months ago
parent d7f25631ce
commit 00ad74d146
No known key found for this signature in database
GPG Key ID: 6C3D93CAE50C7EC9

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

Loading…
Cancel
Save