Skip to content

Commit 3f2e4bf

Browse files
committed
Add no-color to docs
1 parent 43577f2 commit 3f2e4bf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/docs/configuration/others.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,17 @@ The following example will fail when a critical vulnerability is found or the OS
118118
$ trivy image --exit-code 1 --exit-on-eol 1 --severity CRITICAL alpine:3.16.3
119119
```
120120

121+
## No Color
122+
| Scanner | Supported |
123+
|:----------------:|:---------:|
124+
| Vulnerability ||
125+
| Misconfiguration ||
126+
| Secret ||
127+
| License ||
128+
129+
By default, `Trivy` uses color output in the terminal.
130+
Use the `--no-color` option if you don't want to use color output.
131+
121132
## Mirror Registries
122133

123134
!!! warning "EXPERIMENTAL"

0 commit comments

Comments
 (0)