@@ -47,12 +47,14 @@ trivy sbom [flags] SBOM_PATH
47
47
--offline-scan do not issue API requests to identify dependencies
48
48
-o, --output string output file name
49
49
--output-plugin-arg string [EXPERIMENTAL] output plugin arguments
50
+ --password strings password. Comma-separated passwords allowed. TRIVY_PASSWORD should be used for security reasons.
50
51
--pkg-relationships strings list of package relationships (unknown,root,direct,indirect) (default [unknown,root,direct,indirect])
51
52
--pkg-types strings list of package types (os,library) (default [os,library])
52
53
--redis-ca string redis ca file location, if using redis as cache backend
53
54
--redis-cert string redis certificate file location, if using redis as cache backend
54
55
--redis-key string redis key file location, if using redis as cache backend
55
56
--redis-tls enable redis TLS with public certificates, if using redis as cache backend
57
+ --registry-token string registry token
56
58
--rekor-url string [EXPERIMENTAL] address of rekor STL server (default "https://rekor.sigstore.dev")
57
59
--sbom-sources strings [EXPERIMENTAL] try to retrieve SBOM from the specified sources (oci,rekor)
58
60
--scanners strings comma-separated list of what security issues to detect (vuln,license) (default [vuln])
@@ -67,6 +69,7 @@ trivy sbom [flags] SBOM_PATH
67
69
-t, --template string output template
68
70
--token string for authentication in client/server mode
69
71
--token-header string specify a header name for token in client/server mode (default "Trivy-Token")
72
+ --username strings username. Comma-separated usernames allowed.
70
73
--vex strings [EXPERIMENTAL] VEX sources ("repo", "oci" or file path)
71
74
```
72
75
0 commit comments