Difference between revisions of "Tfsec"
Jump to navigation
Jump to search
(8 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | * https://github.com/aquasecurity/tfsec | ||
+ | |||
+ | * Installation: <code>[[brew install]] tfsec</code> | ||
+ | |||
+ | == Example == | ||
+ | <pre> | ||
+ | tfsec | ||
+ | timings | ||
+ | ────────────────────────────────────────── | ||
+ | disk i/o 2.043666ms | ||
+ | parsing 1.537747ms | ||
+ | adaptation 560.917µs | ||
+ | checks 88.492874ms | ||
+ | total 92.635204ms | ||
+ | |||
+ | counts | ||
+ | ────────────────────────────────────────── | ||
+ | modules downloaded 0 | ||
+ | modules processed 7 | ||
+ | blocks processed 31 | ||
+ | files read 7 | ||
+ | |||
+ | results | ||
+ | ────────────────────────────────────────── | ||
+ | passed 0 | ||
+ | ignored 0 | ||
+ | critical 0 | ||
+ | high 0 | ||
+ | medium 0 | ||
+ | low 0 | ||
+ | |||
+ | |||
+ | No problems detected! | ||
+ | </pre> | ||
== See also == | == See also == | ||
− | * | + | * {{tfsec}} |
− | * {{ | + | * {{tf tools}} |
+ | * {{Aquasec}} | ||
[[Category:Terraform]] | [[Category:Terraform]] |
Latest revision as of 10:51, 13 November 2023
- Installation:
brew install tfsec
Example[edit]
tfsec timings ────────────────────────────────────────── disk i/o 2.043666ms parsing 1.537747ms adaptation 560.917µs checks 88.492874ms total 92.635204ms counts ────────────────────────────────────────── modules downloaded 0 modules processed 7 blocks processed 31 files read 7 results ────────────────────────────────────────── passed 0 ignored 0 critical 0 high 0 medium 0 low 0 No problems detected!
See also[edit]
Advertising: