updating the binary and container blocks in security-scan file

This commit is contained in:
Claire Labry 2022-02-04 10:22:37 -05:00
parent 9cf80e091d
commit b607e103d4
No known key found for this signature in database
GPG Key ID: 2A8A96045C4E9B0C
1 changed files with 8 additions and 2 deletions

View File

@ -1,13 +1,19 @@
container {
dependencies = true
alpine_secdb = true
secrets = true
secrets {
all = true
}
}
binary {
secrets = true
go_modules = true
osv = true
oss_index = true
nvd = true
secrets {
all = true
}
}