Skip to content

Commit b656505

Browse files
include go stdlib scan
1 parent 579dd99 commit b656505

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.release/security-scan.hcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ container {
2424
binary {
2525
go_modules = true
2626
osv = true
27+
go_stdlib = true
2728

2829
secrets {
2930
all = true

scan.hcl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@
1515
# unlike the scans configured here, will block releases in CRT.
1616

1717
repository {
18-
go_modules = true
19-
npm = true
20-
osv = true
18+
go_modules = true
19+
npm = true
20+
osv = true
21+
go_stdlib_version_file = ".go-version"
2122

2223
secrets {
2324
all = true

0 commit comments

Comments
 (0)