mirror of
https://github.com/status-im/consul.git
synced 2025-01-26 21:51:39 +00:00
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…
x
Reference in New Issue
Block a user