We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43577f2 commit 3f2e4bfCopy full SHA for 3f2e4bf
docs/docs/configuration/others.md
@@ -118,6 +118,17 @@ The following example will fail when a critical vulnerability is found or the OS
118
$ trivy image --exit-code 1 --exit-on-eol 1 --severity CRITICAL alpine:3.16.3
119
```
120
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
132
## Mirror Registries
133
134
!!! warning "EXPERIMENTAL"
0 commit comments