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

Add v13 flag option for terraform iac #499

Merged
merged 1 commit into from
Jan 19, 2021

Conversation

devang-gaur
Copy link
Contributor

No description provided.

@sonarqubecloud
Copy link

Kudos, SonarCloud 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

@codecov
Copy link

codecov bot commented Jan 18, 2021

Codecov Report

Merging #499 (3f759b9) into master (4a05a56) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #499      +/-   ##
==========================================
+ Coverage   73.69%   73.70%   +0.01%     
==========================================
  Files          93       93              
  Lines        2148     2149       +1     
==========================================
+ Hits         1583     1584       +1     
  Misses        429      429              
  Partials      136      136              
Impacted Files Coverage Δ
pkg/iac-providers/terraform.go 100.00% <100.00%> (ø)
pkg/policy/types.go 100.00% <0.00%> (ø)

@@ -28,7 +28,7 @@ require (
go.uber.org/zap v1.16.0
golang.org/x/mod v0.4.1 // indirect
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f
golang.org/x/tools v0.0.0-20210114065538-d78b04bdf963 // indirect
golang.org/x/tools v0.0.0-20210115202250-e0d201561e39 // 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 do not need to change our go mod files here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was done by go mod vendor . wouldn't affect anything imo

@kanchwala-yusuf kanchwala-yusuf merged commit d301c3a into tenable:master Jan 19, 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.

2 participants