-
Notifications
You must be signed in to change notification settings - Fork 507
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
update resource type to map[string]bool #992
update resource type to map[string]bool #992
Conversation
Codecov Report
@@ Coverage Diff @@
## master #992 +/- ##
==========================================
- Coverage 78.58% 78.46% -0.12%
==========================================
Files 224 224
Lines 5659 5657 -2
==========================================
- Hits 4447 4439 -8
- Misses 932 939 +7
+ Partials 280 279 -1
|
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 (Checked policies part)
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 (checked go code part)
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 please fix merge conflicts?
8e59f38
8cd6ee1
to
8e59f38
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This reverts commit 3e8d964.
resource
type in metadata json fromstring
tomap[string]bool
and made related changes in resource type filter specification.pending - add more items in resource types of a metadata json if applicable.