-
Notifications
You must be signed in to change notification settings - Fork 503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow tfplan format version 0.2 #1074
Conversation
Kudos, SonarCloud Quality Gate passed! |
@mtranter thanks for the PR! |
Codecov Report
@@ Coverage Diff @@
## master #1074 +/- ##
==========================================
+ Coverage 78.59% 78.61% +0.01%
==========================================
Files 238 238
Lines 6495 6499 +4
==========================================
+ Hits 5105 5109 +4
Misses 1077 1077
Partials 313 313
|
6d7ce37
to
bf88232
Compare
Kudos, SonarCloud Quality Gate passed! |
Could it be the case, that there is an additional file, that needs to be changed @mtranter @cesar-rodriguez ? On the most recent version (0.14.0) i get the following error:
The help states something simillar:
|
Hi all, I've started using terrascan recently and I have the same problem reported by @uupascal - how to fix it? Thanks, |
A fix for #980
I reverse-engineered the existing
pkg/iac-providers/tfplan/v1/testdata/valid-tfplan.json
into vanilla terraform, and ran a plan using terraform V1.0.9 to generate the test file atpkg/iac-providers/tfplan/v1/testdata/valid-tfplan-0.2.json
Apologies for any non-idiomatic golang. I'm not that familiar with it.