Skip to content

Commit

Permalink
updated security scan to have parity with consul-dataplane
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkermichael committed Feb 28, 2023
1 parent 1ab2cac commit fa4c4be
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 fa4c4be

Please sign in to comment.