File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change 11# Copyright IBM Corp. 2021, 2025
22# SPDX-License-Identifier: MPL-2.0
33
4- container {
5- dependencies = true
6- alpine_secdb = true
7- secrets = true
4+ binary {
5+ go_stdlib = true // Scan the Go standard library used to build the binary.
6+ go_modules = true // Scan the Go modules included in the binary.
7+ osv = true // Use the OSV vulnerability database.
8+ oss_index = true // And use OSS Index vulnerability database.
89}
910
10- binary {
11- secrets = true
12- go_modules = false
13- osv = true
14- oss_index = false
15- nvd = false
11+ container {
12+ dependencies = true // Scan any installed packages for vulnerabilities.
13+ osv = true // Use the OSV vulnerability database.
14+
15+ secrets {
16+ all = true
17+ }
1618}
You can’t perform that action at this time.
0 commit comments