chore: enable security scanner (#3788)

pull/3789/head
Jim 3 years ago committed by GitHub
parent d2265a2ff3
commit d50b069599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
# SPDX-License-Identifier: BUSL-1.1
container {
dependencies = false
dependencies = true
alpine_secdb = true
secrets = false
}
@ -10,7 +10,7 @@ container {
binary {
secrets = true
go_modules = true
osv = false
osv = true
oss_index = true
nvd = false
nvd = true
}

Loading…
Cancel
Save