-
Notifications
You must be signed in to change notification settings - Fork 504
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
terraform 0.15 support #860
Conversation
Codecov Report
@@ Coverage Diff @@
## master #860 +/- ##
==========================================
+ Coverage 79.04% 79.05% +0.01%
==========================================
Files 212 214 +2
Lines 5163 5166 +3
==========================================
+ Hits 4081 4084 +3
Misses 836 836
Partials 246 246
|
fixes #795 |
@@ -10,19 +10,20 @@ replace ( | |||
|
|||
require ( | |||
github.com/VerbalExpressions/GoVerbalExpressions v0.0.0-20200410162751-4d76a1099a6e | |||
github.com/apparentlymart/go-textseg/v12 v12.0.0 // indirect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may need to run go mod tidy
on this PR
@@ -18,6 +18,7 @@ package runtime | |||
|
|||
import ( | |||
"fmt" | |||
tfv15 "github.com/accurics/terrascan/pkg/iac-providers/terraform/v15" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This import can go with all the other IaC imports
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
PS : I have used tf 0.15.3