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
Copy file name to clipboardExpand all lines: docs/docs/references/configuration/cli/trivy_filesystem.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ trivy filesystem [flags] PATH
29
29
--config-data strings specify paths from which data for the Rego checks will be recursively loaded
30
30
--config-file-schemas strings specify paths to JSON configuration file schemas to determine that a file matches some configuration and pass the schema to Rego checks for type checking
31
31
--custom-headers strings custom headers in client mode
32
-
--db-repository stringOCI repository to retrieve trivy-db from (default "ghcr.io/aquasecurity/trivy-db:2")
32
+
--db-repository strings OCI repository(ies) to retrieve trivy-db in order of priority (default [ghcr.io/aquasecurity/trivy-db:2])
33
33
--dependency-tree [EXPERIMENTAL] show dependency origin tree of vulnerable packages
34
34
--detection-priority string specify the detection priority:
35
35
- "precise": Prioritizes precise by minimizing false positives.
@@ -56,7 +56,7 @@ trivy filesystem [flags] PATH
56
56
--include-deprecated-checks include deprecated checks (default true)
57
57
--include-dev-deps include development dependencies in the report (supported: npm, yarn)
58
58
--include-non-failures include successes and exceptions, available with '--scanners misconfig'
59
-
--java-db-repository stringOCI repository to retrieve trivy-java-db from (default "ghcr.io/aquasecurity/trivy-java-db:1")
59
+
--java-db-repository strings OCI repository(ies) to retrieve trivy-java-db in order of priority (default [ghcr.io/aquasecurity/trivy-java-db:1])
Copy file name to clipboardExpand all lines: docs/docs/references/configuration/cli/trivy_image.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ trivy image [flags] IMAGE_NAME
43
43
--config-data strings specify paths from which data for the Rego checks will be recursively loaded
44
44
--config-file-schemas strings specify paths to JSON configuration file schemas to determine that a file matches some configuration and pass the schema to Rego checks for type checking
45
45
--custom-headers strings custom headers in client mode
46
-
--db-repository stringOCI repository to retrieve trivy-db from (default "ghcr.io/aquasecurity/trivy-db:2")
46
+
--db-repository strings OCI repository(ies) to retrieve trivy-db in order of priority (default [ghcr.io/aquasecurity/trivy-db:2])
47
47
--dependency-tree [EXPERIMENTAL] show dependency origin tree of vulnerable packages
48
48
--detection-priority string specify the detection priority:
49
49
- "precise": Prioritizes precise by minimizing false positives.
@@ -74,7 +74,7 @@ trivy image [flags] IMAGE_NAME
74
74
--include-deprecated-checks include deprecated checks (default true)
75
75
--include-non-failures include successes and exceptions, available with '--scanners misconfig'
76
76
--input string input file path instead of image name
77
-
--java-db-repository stringOCI repository to retrieve trivy-java-db from (default "ghcr.io/aquasecurity/trivy-java-db:1")
77
+
--java-db-repository strings OCI repository(ies) to retrieve trivy-java-db in order of priority (default [ghcr.io/aquasecurity/trivy-java-db:1])
--config-check strings specify the paths to the Rego check files or to the directories containing them, applying config files
39
39
--config-data strings specify paths from which data for the Rego checks will be recursively loaded
40
40
--config-file-schemas strings specify paths to JSON configuration file schemas to determine that a file matches some configuration and pass the schema to Rego checks for type checking
41
-
--db-repository stringOCI repository to retrieve trivy-db from (default "ghcr.io/aquasecurity/trivy-db:2")
41
+
--db-repository strings OCI repository(ies) to retrieve trivy-db in order of priority (default [ghcr.io/aquasecurity/trivy-db:2])
42
42
--dependency-tree [EXPERIMENTAL] show dependency origin tree of vulnerable packages
43
43
--detection-priority string specify the detection priority:
44
44
- "precise": Prioritizes precise by minimizing false positives.
--config-data strings specify paths from which data for the Rego checks will be recursively loaded
30
30
--config-file-schemas strings specify paths to JSON configuration file schemas to determine that a file matches some configuration and pass the schema to Rego checks for type checking
31
31
--custom-headers strings custom headers in client mode
32
-
--db-repository stringOCI repository to retrieve trivy-db from (default "ghcr.io/aquasecurity/trivy-db:2")
32
+
--db-repository strings OCI repository(ies) to retrieve trivy-db in order of priority (default [ghcr.io/aquasecurity/trivy-db:2])
33
33
--dependency-tree [EXPERIMENTAL] show dependency origin tree of vulnerable packages
34
34
--detection-priority string specify the detection priority:
35
35
- "precise": Prioritizes precise by minimizing false positives.
Copy file name to clipboardExpand all lines: docs/docs/references/configuration/cli/trivy_rootfs.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ trivy rootfs [flags] ROOTDIR
31
31
--config-data strings specify paths from which data for the Rego checks will be recursively loaded
32
32
--config-file-schemas strings specify paths to JSON configuration file schemas to determine that a file matches some configuration and pass the schema to Rego checks for type checking
33
33
--custom-headers strings custom headers in client mode
34
-
--db-repository stringOCI repository to retrieve trivy-db from (default "ghcr.io/aquasecurity/trivy-db:2")
34
+
--db-repository strings OCI repository(ies) to retrieve trivy-db in order of priority (default [ghcr.io/aquasecurity/trivy-db:2])
35
35
--dependency-tree [EXPERIMENTAL] show dependency origin tree of vulnerable packages
36
36
--detection-priority string specify the detection priority:
37
37
- "precise": Prioritizes precise by minimizing false positives.
-f, --format string format (table,json,template,sarif,cyclonedx,spdx,spdx-json,github,cosign-vuln) (default "table")
38
-
-h, --help help for sbom
39
-
--ignore-policy string specify the Rego file path to evaluate each vulnerability
40
-
--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)
41
-
--ignore-unfixed display only fixed vulnerabilities
42
-
--ignored-licenses strings specify a list of license to ignore
-f, --format string format (table,json,template,sarif,cyclonedx,spdx,spdx-json,github,cosign-vuln) (default "table")
38
+
-h, --help help for sbom
39
+
--ignore-policy string specify the Rego file path to evaluate each vulnerability
40
+
--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)
41
+
--ignore-unfixed display only fixed vulnerabilities
42
+
--ignored-licenses strings specify a list of license to ignore
0 commit comments