inspec-iggy icon indicating copy to clipboard operation
inspec-iggy copied to clipboard

InSpec CLI plugin for generating compliance controls from Terraform and CloudFormation

Results 7 inspec-iggy issues
Sort by recently updated
recently updated
newest added

Hello, Due to change from `attributes` to `attributes_flat` in tfstate for resources using state version 4 of terraform, inspec crash with the following error : ``` bundle exec inspec terraform...

I was wondering if this project was still alive and will it be updated for new aws resources? For example vpc_endpoint is missing a field in the describe

**Is your feature request related to a problem? Please describe.** Azure suport Inspec-iggy is very basic and insuffcient maintainted. **Describe the solution you'd like** I offer support maintaining this repo...

Hi Im trying to generate a profile from Azure tfstate file. It seems to SKIP azure resources. `$ inspec version` `3.0.61` `$ inspec terraform generate -n testprofile2 --debug` `[2018-12-03T21:57:11+11:00] DEBUG:...

``` Traceback (most recent call last): 16: from /usr/local/bin/inspec:203:in `' 15: from /usr/local/bin/inspec:203:in `load' 14: from /opt/inspec/embedded/lib/ruby/gems/2.6.0/gems/inspec-bin-4.18.82/bin/inspec:11:in `' 13: from /opt/inspec/embedded/lib/ruby/gems/2.6.0/gems/inspec-core-4.18.82/lib/inspec/base_cli.rb:35:in `start' 12: from /opt/inspec/embedded/lib/ruby/gems/2.6.0/gems/thor-0.20.3/lib/thor/base.rb:466:in `start' 11: from /opt/inspec/embedded/lib/ruby/gems/2.6.0/gems/thor-0.20.3/lib/thor.rb:387:in `dispatch'...

When I try to parse azure terraform state file, i'm getting below error: ``` PS C:\Users\dawy\Documents\Terraform\SimpleInspecExample> inspec terraform generate -n generated_from_tf --debug [2019-08-15T12:46:56+02:00] DEBUG: Iggy::FileHelper.parse_json file = terraform.tfstate Traceback (most...