Skip to content

Commit 7c16632

Browse files
committed
f
1 parent 77427a0 commit 7c16632

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/pentesting-ci-cd/terraform-security.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,21 @@ brew install tfsec
408408
tfsec /path/to/folder
409409
```
410410

411+
### [terrascan](https://github.com/tenable/terrascan)
412+
413+
Terrascan is a static code analyzer for Infrastructure as Code. Terrascan allows you to:
414+
415+
- Seamlessly scan infrastructure as code for misconfigurations.
416+
- Monitor provisioned cloud infrastructure for configuration changes that introduce posture drift, and enables reverting to a secure posture.
417+
- Detect security vulnerabilities and compliance violations.
418+
- Mitigate risks before provisioning cloud native infrastructure.
419+
- Offers flexibility to run locally or integrate with your CI\CD.
420+
421+
```bash
422+
brew install terrascan
423+
terrascan scan -d /path/to/folder
424+
```
425+
411426
### [KICKS](https://github.com/Checkmarx/kics)
412427

413428
Find security vulnerabilities, compliance issues, and infrastructure misconfigurations early in the development cycle of your infrastructure-as-code with **KICS** by Checkmarx.

0 commit comments

Comments
 (0)