Skip to content

Commit 749f28a

Browse files
committed
Build docs
1 parent ac93c31 commit 749f28a

34 files changed

+36
-0
lines changed

docs/guide/references/configuration/cli/trivy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ trivy [global flags] command [flags] target
3737
--generate-default-config write the default config to trivy-default.yaml
3838
-h, --help help for trivy
3939
--insecure allow insecure server connections
40+
--no-color Remove color from output
4041
-q, --quiet suppress progress bar and log output
4142
--timeout duration timeout (default 5m0s)
4243
-v, --version show version

docs/guide/references/configuration/cli/trivy_clean.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ trivy clean [flags]
4141
-d, --debug debug mode
4242
--generate-default-config write the default config to trivy-default.yaml
4343
--insecure allow insecure server connections
44+
--no-color Remove color from output
4445
-q, --quiet suppress progress bar and log output
4546
--timeout duration timeout (default 5m0s)
4647
-v, --version show version

docs/guide/references/configuration/cli/trivy_config.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ trivy config [flags] DIR
9393
-d, --debug debug mode
9494
--generate-default-config write the default config to trivy-default.yaml
9595
--insecure allow insecure server connections
96+
--no-color Remove color from output
9697
-q, --quiet suppress progress bar and log output
9798
--timeout duration timeout (default 5m0s)
9899
-v, --version show version

docs/guide/references/configuration/cli/trivy_convert.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ trivy convert [flags] RESULT_JSON
6464
-d, --debug debug mode
6565
--generate-default-config write the default config to trivy-default.yaml
6666
--insecure allow insecure server connections
67+
--no-color Remove color from output
6768
-q, --quiet suppress progress bar and log output
6869
--timeout duration timeout (default 5m0s)
6970
-v, --version show version

docs/guide/references/configuration/cli/trivy_filesystem.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ trivy filesystem [flags] PATH
188188
-d, --debug debug mode
189189
--generate-default-config write the default config to trivy-default.yaml
190190
--insecure allow insecure server connections
191+
--no-color Remove color from output
191192
-q, --quiet suppress progress bar and log output
192193
--timeout duration timeout (default 5m0s)
193194
-v, --version show version

docs/guide/references/configuration/cli/trivy_image.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ trivy image [flags] IMAGE_NAME
209209
-d, --debug debug mode
210210
--generate-default-config write the default config to trivy-default.yaml
211211
--insecure allow insecure server connections
212+
--no-color Remove color from output
212213
-q, --quiet suppress progress bar and log output
213214
--timeout duration timeout (default 5m0s)
214215
-v, --version show version

docs/guide/references/configuration/cli/trivy_kubernetes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ trivy kubernetes [flags] [CONTEXT]
197197
-d, --debug debug mode
198198
--generate-default-config write the default config to trivy-default.yaml
199199
--insecure allow insecure server connections
200+
--no-color Remove color from output
200201
-q, --quiet suppress progress bar and log output
201202
--timeout duration timeout (default 5m0s)
202203
-v, --version show version

docs/guide/references/configuration/cli/trivy_module.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Manage modules
1919
-d, --debug debug mode
2020
--generate-default-config write the default config to trivy-default.yaml
2121
--insecure allow insecure server connections
22+
--no-color Remove color from output
2223
-q, --quiet suppress progress bar and log output
2324
--timeout duration timeout (default 5m0s)
2425
-v, --version show version

docs/guide/references/configuration/cli/trivy_module_install.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ trivy module install [flags] REPOSITORY
2323
--generate-default-config write the default config to trivy-default.yaml
2424
--insecure allow insecure server connections
2525
--module-dir string specify directory to the wasm modules that will be loaded (default "$HOME/.trivy/modules")
26+
--no-color Remove color from output
2627
-q, --quiet suppress progress bar and log output
2728
--timeout duration timeout (default 5m0s)
2829
-v, --version show version

docs/guide/references/configuration/cli/trivy_module_uninstall.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ trivy module uninstall [flags] REPOSITORY
2323
--generate-default-config write the default config to trivy-default.yaml
2424
--insecure allow insecure server connections
2525
--module-dir string specify directory to the wasm modules that will be loaded (default "$HOME/.trivy/modules")
26+
--no-color Remove color from output
2627
-q, --quiet suppress progress bar and log output
2728
--timeout duration timeout (default 5m0s)
2829
-v, --version show version

0 commit comments

Comments
 (0)