updating the binary and container blocks in security-scan file
This commit is contained in:
parent
9cf80e091d
commit
b607e103d4
|
@ -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…
Reference in New Issue