Skip to content
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

Merged
merged 2 commits into from
Jul 22, 2021
Merged

terraform 0.15 support #860

merged 2 commits into from
Jul 22, 2021

Conversation

devang-gaur
Copy link
Contributor

PS : I have used tf 0.15.3

@codecov
Copy link

codecov bot commented Jun 14, 2021

Codecov Report

Merging #860 (17bbd33) into master (dbf90e8) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            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              
Impacted Files Coverage Δ
pkg/iac-providers/terraform.go 100.00% <100.00%> (ø)
pkg/iac-providers/terraform/v15/load-dir.go 100.00% <100.00%> (ø)
pkg/iac-providers/terraform/v15/load-file.go 100.00% <100.00%> (ø)

@devang-gaur
Copy link
Contributor Author

fixes #795

kanchwala-yusuf
kanchwala-yusuf previously approved these changes Jul 7, 2021
@@ -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
Copy link
Contributor

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"
Copy link
Contributor

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

@sonarcloud
Copy link

sonarcloud bot commented Jul 22, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@kanchwala-yusuf kanchwala-yusuf merged commit 87efa51 into tenable:master Jul 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants