-
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
improves: filename in remote module #867
improves: filename in remote module #867
Conversation
Rchanger
commented
Jun 15, 2021
- Improves the filename when the remote module is used.
- Output of the scan of terraform directory with the remote module.
Codecov Report
@@ Coverage Diff @@
## master #867 +/- ##
==========================================
- Coverage 78.29% 78.28% -0.02%
==========================================
Files 164 164
Lines 4359 4388 +29
==========================================
+ Hits 3413 3435 +22
- Misses 730 734 +4
- Partials 216 219 +3
|
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.
LGTM !!
} | ||
} | ||
} | ||
return |
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.
I am wondering, why this return with insufficient return params is not causing a build failure
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.
no it won’t because I have used named return
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.
Oh, I see it now :)
Hey @Rchanger , We may also need to cater the below use case: $ ./bin/terrascan scan -t aws -r git -u git@github.com:accurics/KaiMonkey.git//terraform/aws
Scan Summary -
File/Folder : /var/folders/qq/r4b0j3fd1gd5m8vclyc5cyy40000gn/T/myiyoc/terraform/aws
IaC Type : all
Scanned At : 2021-06-17 11:17:43.993269 +0000 UTC
Policies Validated : 79
Violated Policies : 38
Low : 5
Medium : 13
High : 20 |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |