feat(misconf): Add support for deprecating a check (#6664)

Signed-off-by: Simar <simar@linux.com>
This commit is contained in:
simar7
2024-05-15 19:14:51 -06:00
committed by GitHub
parent 1ad47c24ef
commit 88702cfd59
47 changed files with 358 additions and 90 deletions

View File

@@ -16,7 +16,7 @@ Below is a list of additional resources from the community.
## Misconfiguration Scanning
- [Identifying Misconfigurations in your Terraform](https://youtu.be/cps1V5fOHtE)
- [How to write custom policies for Trivy](https://blog.ediri.io/how-to-write-custom-policies-for-trivy)
- [How to write custom checks for Trivy](https://blog.ediri.io/how-to-write-custom-policies-for-trivy)
## SBOM, Attestation & related

View File

@@ -90,7 +90,7 @@ trivy conf --tf-vars terraform.tfvars ./
```
### Custom Checks
We have lots of examples in the [documentation](https://aquasecurity.github.io/trivy/latest/docs/scanner/misconfiguration/custom/) on how you can write and pass custom Rego policies into terraform misconfiguration scans.
We have lots of examples in the [documentation](https://aquasecurity.github.io/trivy/latest/docs/scanner/misconfiguration/custom/) on how you can write and pass custom Rego checks into terraform misconfiguration scans.
## Secret and vulnerability scans