Difference between revisions of "Tfsec"

From wikieduonline
Jump to navigation Jump to search
(Created page with " * <code>tflint</code>")
 
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{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
  
* <code>[[tflint]]</code>
+
  results
 +
  ──────────────────────────────────────────
 +
  passed              0
 +
  ignored              0
 +
  critical            0
 +
  high                0
 +
  medium              0
 +
  low                  0
 +
 
 +
 
 +
No problems detected!
 +
</pre>
 +
 
 +
 
 +
== See also ==
 +
* {{tfsec}}
 +
* {{tf tools}}
 +
* {{Aquasec}}
 +
 
 +
[[Category:Terraform]]

Latest revision as of 10:51, 13 November 2023

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: