You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
Hi @n30gupta, if you import kubeaudit as a Go package rather than as a CLI then yes you can implement custom rules. There is an example in the docs. If you're hoping to use the CLI you would probably need to clone/fork the repo.
Depending on the custom rule, it may be possible to add a more generalized version of the rule to the kubeaudit codebase and then you can use configuration to customize it to your specific needs. For example, if you're hoping to have kubeaudit find kubernetes resources with a specific label, we could add a label auditor, where the actual label value(s) to audit for could be supplied via configuration.
If you're able to share the custom rule you have in mind I might be able to provide better advice.
Hi,
Can we add any custom rules once installing kubeaduit.
The text was updated successfully, but these errors were encountered: