-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat: add a flag for selectively enabling config types #4990
Conversation
hi @nikpivkin please hold off on this as we have not planned it for this milestone. |
This enhancement is similar to this proposal. Do we want to provide a consolidated flag across all scanners, like |
This issue only focuses only misconfiguration scanning. Today it's a single target with no way to disable/enable different kinds of IaC. As for consolidation across other scanners, yes I think making them more granular makes sense. Ideally, this control knob should exist at every scan type level. So for e.g. misconf can enable/disable: terraform, cloudformation, ARM etc. and vulnerability scanning can enable/disable: packages, library etc. |
This PR is stale because it has been labeled with inactivity. |
@itaysk Do you have any thoughts? We renamed If we also want to provide a capability of disabling config types, we may need |
Between these I'd go with |
Hmm, the name is probably confusing. I think @itaysk You suggested We might want to replace |
That's right. I had proposed
Yeah this is good, I think it will reduce confusion as we call reference |
yes. sorry I read this too fast. SGTM |
#5558 got merged. We can now use something like |
Yeah |
Description
Related issues
Checklist