Skip to content

Commit

Permalink
security: enable go stdlib binary scan
Browse files Browse the repository at this point in the history
  • Loading branch information
dduzgun-security committed Mar 26, 2024
1 parent 00ad74d commit 0401151
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .release/security-scan.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ container {
binary {
go_modules = true
osv = true
go_stdlib = true
# 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.

Expand Down

0 comments on commit 0401151

Please sign in to comment.