We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 579dd99 commit b656505Copy full SHA for b656505
.release/security-scan.hcl
@@ -24,6 +24,7 @@ container {
24
binary {
25
go_modules = true
26
osv = true
27
+ go_stdlib = true
28
29
secrets {
30
all = true
scan.hcl
@@ -15,9 +15,10 @@
15
# unlike the scans configured here, will block releases in CRT.
16
17
repository {
18
- go_modules = true
19
- npm = true
20
- osv = true
+ go_modules = true
+ npm = true
+ osv = true
21
+ go_stdlib_version_file = ".go-version"
22
23
0 commit comments