mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-23 07:29:00 -08:00
docs: Fix typo in terraform docs (#9492)
This commit is contained in:
@@ -94,7 +94,7 @@ We have lots of examples in the [documentation](https://trivy.dev/latest/docs/sc
|
|||||||
|
|
||||||
## Secret and vulnerability scans
|
## Secret and vulnerability scans
|
||||||
|
|
||||||
The `trivy config` command does not perform secrete and vulnerability checks out of the box. However, you can specify as part of your `trivy fs` scan that you would like to scan you terraform files for exposed secrets and misconfiguraction through the following flags:
|
The `trivy config` command does not perform secret and vulnerability checks out of the box. However, you can specify as part of your `trivy fs` scan that you would like to scan you terraform files for exposed secrets and misconfiguraction through the following flags:
|
||||||
|
|
||||||
```
|
```
|
||||||
trivy fs --scanners secret,misconfig ./
|
trivy fs --scanners secret,misconfig ./
|
||||||
|
|||||||
Reference in New Issue
Block a user