mirror of https://github.com/status-im/consul.git
Merge pull request #12275 from hashicorp/fix-security-scan
Fix Security Scan
This commit is contained in:
commit
066cd06e2f
|
@ -1,19 +1,13 @@
|
|||
container {
|
||||
dependencies = true
|
||||
alpine_secdb = true
|
||||
|
||||
secrets {
|
||||
all = true
|
||||
}
|
||||
secrets = true
|
||||
}
|
||||
|
||||
binary {
|
||||
go_modules = true
|
||||
secrets = true
|
||||
go_modules = false
|
||||
osv = true
|
||||
oss_index = true
|
||||
nvd = true
|
||||
|
||||
secrets {
|
||||
all = true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue