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_rootfs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,11 +28,11 @@ trivy rootfs [flags] ROOTDIR
28
28
--check-namespaces strings Rego namespaces
29
29
--checks-bundle-repository string OCI registry URL to retrieve checks bundle from (default "mirror.gcr.io/aquasec/trivy-checks:1")
30
30
--cloud-api-url string API URL for Trivy Cloud platform (default "https://api.trivy.dev")
31
-
--cloud-download-secret-config Download secret configurations from Trivy Cloud platform (default true)
32
31
--cloud-server-scanning Use server-side image scanning in Trivy Cloud platform (default true)
33
32
--cloud-token string Token used to athenticate with Trivy Cloud platform
34
33
--cloud-trivy-server-url string Trivy Server URL for Trivy Cloud platform (default "https://scan.trivy.dev")
35
34
--cloud-upload-results Upload results to Trivy Cloud platform (default true)
35
+
--cloud-use-secret-config Use secret configurations from Trivy Cloud platform (default true)
36
36
--config-check strings specify the paths to the Rego check files or to the directories containing them, applying config files
37
37
--config-data strings specify paths from which data for the Rego checks will be recursively loaded
38
38
--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
Copy file name to clipboardExpand all lines: docs/docs/references/configuration/cli/trivy_vm.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,11 @@ trivy vm [flags] VM_IMAGE
25
25
--cache-ttl duration cache TTL when using redis as cache backend
26
26
--checks-bundle-repository string OCI registry URL to retrieve checks bundle from (default "mirror.gcr.io/aquasec/trivy-checks:1")
27
27
--cloud-api-url string API URL for Trivy Cloud platform (default "https://api.trivy.dev")
28
-
--cloud-download-secret-config Download secret configurations from Trivy Cloud platform (default true)
29
28
--cloud-server-scanning Use server-side image scanning in Trivy Cloud platform (default true)
30
29
--cloud-token string Token used to athenticate with Trivy Cloud platform
31
30
--cloud-trivy-server-url string Trivy Server URL for Trivy Cloud platform (default "https://scan.trivy.dev")
32
31
--cloud-upload-results Upload results to Trivy Cloud platform (default true)
32
+
--cloud-use-secret-config Use secret configurations from Trivy Cloud platform (default true)
33
33
--compliance string compliance report to generate
34
34
--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
35
35
--custom-headers strings custom headers in client mode
0 commit comments