mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 00:46:43 +00:00
updating the binary and container blocks in security-scan file
This commit is contained in:
parent
2ddba9e3a8
commit
b62c3b4fbc
@ -1,13 +1,19 @@
|
|||||||
container {
|
container {
|
||||||
dependencies = true
|
dependencies = true
|
||||||
alpine_secdb = true
|
alpine_secdb = true
|
||||||
secrets = true
|
|
||||||
|
secrets {
|
||||||
|
all = true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
binary {
|
binary {
|
||||||
secrets = true
|
|
||||||
go_modules = true
|
go_modules = true
|
||||||
osv = true
|
osv = true
|
||||||
oss_index = true
|
oss_index = true
|
||||||
nvd = true
|
nvd = true
|
||||||
|
|
||||||
|
secrets {
|
||||||
|
all = true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user