You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-f, --format string format (table,json,template,sarif,cyclonedx,spdx,spdx-json,github,cosign-vuln) (default "table")
24
+
-f, --format string format
25
+
Allowed values:
26
+
- table
27
+
- json
28
+
- template
29
+
- sarif
30
+
- cyclonedx
31
+
- spdx
32
+
- spdx-json
33
+
- github
34
+
- cosign-vuln
35
+
(default "table")
25
36
--helm-api-versions strings Available API versions used for Capabilities.APIVersions. This flag is the same as the api-versions flag of the helm template command. (can specify multiple or separate values with commas: policy/v1/PodDisruptionBudget,apps/v1/Deployment)
26
37
--helm-kube-version string Kubernetes version used for Capabilities.KubeVersion. This flag is the same as the kube-version flag of the helm template command.
27
38
--helm-set strings specify Helm values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)
@@ -45,13 +56,20 @@ trivy config [flags] DIR
45
56
--redis-key string redis key file location, if using redis as cache backend
46
57
--redis-tls enable redis TLS with public certificates, if using redis as cache backend
47
58
--registry-token string registry token
48
-
--render-cause strings specify configuration types for which the rendered causes will be shown in the table report (terraform)
49
-
--report string specify a compliance report format for the output (all,summary) (default "all")
50
-
-s, --severity strings severities of security issues to be displayed (UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL) (default [UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL])
59
+
--render-cause strings specify configuration types for which the rendered causes will be shown in the table report (allowed values: terraform)
60
+
--report string specify a compliance report format for the output (allowed values: all,summary) (default "all")
61
+
-s, --severity strings severities of security issues to be displayed
--report string specify a report format for the output (all,summary) (default "all")
33
-
--scanners strings List of scanners included when generating the json report. Used only for rendering the summary table. (vuln,misconfig,secret,license)
34
-
-s, --severity strings severities of security issues to be displayed (UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL) (default [UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL])
43
+
--report string specify a report format for the output (allowed values: all,summary) (default "all")
44
+
--scanners strings List of scanners included when generating the json report. Used only for rendering the summary table. (allowed values: vuln,misconfig,secret,license)
45
+
-s, --severity strings severities of security issues to be displayed
46
+
Allowed values:
47
+
- UNKNOWN
48
+
- LOW
49
+
- MEDIUM
50
+
- HIGH
51
+
- CRITICAL
52
+
(default [UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL])
35
53
--show-suppressed [EXPERIMENTAL] show suppressed vulnerabilities
36
-
--table-mode strings [EXPERIMENTAL] tables that will be displayed in 'table' format (summary,detailed) (default [summary,detailed])
54
+
--table-mode strings [EXPERIMENTAL] tables that will be displayed in 'table' format (allowed values: summary,detailed) (default [summary,detailed])
-f, --format string format (table,json,template,sarif,cyclonedx,spdx,spdx-json,github,cosign-vuln) (default "table")
44
+
-f, --format string format
45
+
Allowed values:
46
+
- table
47
+
- json
48
+
- template
49
+
- sarif
50
+
- cyclonedx
51
+
- spdx
52
+
- spdx-json
53
+
- github
54
+
- cosign-vuln
55
+
(default "table")
45
56
--helm-api-versions strings Available API versions used for Capabilities.APIVersions. This flag is the same as the api-versions flag of the helm template command. (can specify multiple or separate values with commas: policy/v1/PodDisruptionBudget,apps/v1/Deployment)
46
57
--helm-kube-version string Kubernetes version used for Capabilities.KubeVersion. This flag is the same as the kube-version flag of the helm template command.
47
58
--helm-set strings specify Helm values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)
@@ -50,7 +61,16 @@ trivy filesystem [flags] PATH
50
61
--helm-values strings specify paths to override the Helm values.yaml files
51
62
-h, --help help for filesystem
52
63
--ignore-policy string specify the Rego file path to evaluate each vulnerability
53
-
--ignore-status strings comma-separated list of vulnerability status to ignore (unknown,not_affected,affected,fixed,under_investigation,will_not_fix,fix_deferred,end_of_life)
64
+
--ignore-status strings comma-separated list of vulnerability status to ignore
65
+
Allowed values:
66
+
- unknown
67
+
- not_affected
68
+
- affected
69
+
- fixed
70
+
- under_investigation
71
+
- will_not_fix
72
+
- fix_deferred
73
+
- end_of_life
54
74
--ignore-unfixed display only fixed vulnerabilities
55
75
--ignored-licenses strings specify a list of license to ignore
--vex strings [EXPERIMENTAL] VEX sources ("repo", "oci" or file path)
104
-
--vuln-severity-source strings order of data sources for selecting vulnerability severity level (nvd,redhat,redhat-oval,debian,ubuntu,alpine,amazon,oracle-oval,suse-cvrf,photon,arch-linux,alma,rocky,cbl-mariner,azure,ruby-advisory-db,php-security-advisories,nodejs-security-wg,ghsa,glad,aqua,osv,k8s,wolfi,chainguard,bitnami,govulndb,auto) (default [auto])
138
+
--vuln-severity-source strings order of data sources for selecting vulnerability severity level
0 commit comments