mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2025-12-12 07:40:49 -08:00
f
This commit is contained in:
@@ -408,6 +408,21 @@ brew install tfsec
|
|||||||
tfsec /path/to/folder
|
tfsec /path/to/folder
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### [terrascan](https://github.com/tenable/terrascan)
|
||||||
|
|
||||||
|
Terrascan is a static code analyzer for Infrastructure as Code. Terrascan allows you to:
|
||||||
|
|
||||||
|
- Seamlessly scan infrastructure as code for misconfigurations.
|
||||||
|
- Monitor provisioned cloud infrastructure for configuration changes that introduce posture drift, and enables reverting to a secure posture.
|
||||||
|
- Detect security vulnerabilities and compliance violations.
|
||||||
|
- Mitigate risks before provisioning cloud native infrastructure.
|
||||||
|
- Offers flexibility to run locally or integrate with your CI\CD.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
brew install terrascan
|
||||||
|
terrascan scan -d /path/to/folder
|
||||||
|
```
|
||||||
|
|
||||||
### [KICKS](https://github.com/Checkmarx/kics)
|
### [KICKS](https://github.com/Checkmarx/kics)
|
||||||
|
|
||||||
Find security vulnerabilities, compliance issues, and infrastructure misconfigurations early in the development cycle of your infrastructure-as-code with **KICS** by Checkmarx.
|
Find security vulnerabilities, compliance issues, and infrastructure misconfigurations early in the development cycle of your infrastructure-as-code with **KICS** by Checkmarx.
|
||||||
|
|||||||
Reference in New Issue
Block a user