Skip to content

Commit

Permalink
Merge pull request #1967 from hashicorp/backport/net-2420-update-secu…
Browse files Browse the repository at this point in the history
…rity-scan/willingly-evident-mako

This pull request was automerged via backport-assistant
  • Loading branch information
hc-github-team-consul-core authored Mar 1, 2023
2 parents a342e40 + 4f8645c commit 583daf1
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .release/security-scan.hcl
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
container {
dependencies = false
alpine_secdb = false
secrets = false
dependencies = true
alpine_secdb = true
secrets = true
}

binary {
secrets = false
go_modules = false
osv = false
secrets = true
go_modules = true
osv = true
oss_index = false
nvd = false
}

}

0 comments on commit 583daf1

Please sign in to comment.