-
Notifications
You must be signed in to change notification settings - Fork 103
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
for configmap kubesec is not working #339
Comments
does configmap is supportable or not? |
kubesec does not review configmaps for security since there isn't really anything to do there, you can just filter it out of the results or not feed it to kubesec in the first place |
our helm chart contains all so is there any way we can provide filters in this command |
easiest would be to filter the output of kubesec with jq or process with opa/conftest but if you want to do the filter ahead you can do:
change the kind's as you'd like that filters relevant resources using |
Describe the bug
i am running kubesec for helm chart and in that chart we have configmap and for this kubesec is not working
and getting below message
{
"object": "ConfigMap/rt-generic-element-couchbase-configmap.default",
"valid": true,
"fileName": "STDIN",
"message": "This resource kind is not supported by kubesec",
"score": 0,
"scoring": {}
},
Expected behaviour
kubesec should work
The text was updated successfully, but these errors were encountered: