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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
KubeLinter v0.1.0
Major changes
New checks and templates: We've added several new built-in checks and check templates. You can see the full list in our docs for templates and checks.
Helm support: kube-linter lint now automatically detects Helm charts and renders them before linting them.
Remediations: Checks now contain a "remediation" field, intended to tell the user what they need to do to fix the check. All built-in checks have this field populated.
Support for ignore directives: You can now ignore specific violations for a given object using annotations. See the docs for more details.