security: enable go stdlib scans (#20905)

* security: enable go stdlib scans

* security: enable go stdlib binary scan

* Fix formating
This commit is contained in:
Deniz Onur Duzgun 2024-05-23 13:40:59 -04:00 committed by GitHub
parent 6f02144a14
commit 574f53d176
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View File

@ -56,6 +56,7 @@ container {
binary { binary {
go_modules = true go_modules = true
osv = true osv = true
go_stdlib = true
# We can't enable npm for binary targets today because we don't yet embed the relevant file # We can't enable npm for binary targets today because we don't yet embed the relevant file
# (yarn.lock) in the Consul binary. This is something we may investigate in the future. # (yarn.lock) in the Consul binary. This is something we may investigate in the future.

View File

@ -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