-
Notifications
You must be signed in to change notification settings - Fork 505
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
rule skipping for resources in k8s #455
rule skipping for resources in k8s #455
Conversation
Codecov Report
@@ Coverage Diff @@
## master #455 +/- ##
==========================================
+ Coverage 74.11% 74.69% +0.57%
==========================================
Files 87 88 +1
Lines 2013 2039 +26
==========================================
+ Hits 1492 1523 +31
+ Misses 388 382 -6
- Partials 133 134 +1
|
2. remove default command code
…rror Fix exit code on error
…urce config comments
|
||
func readSkipRulesFromAnnotations(annotations map[string]interface{}, resourceID string) []string { | ||
|
||
if _, ok := annotations[terrascanSkipRules]; !ok { |
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.
Can you remove the assignment on 148 and just specify skipRulesFromAnnotations in place of _ here?
Add support to extract rules to skip from terraform comments
2. fix typos in test name
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
No description provided.