Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
1,368 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in stackrox/kube-linter that received 1 comment
First pass at Helm support
Very first pass at supporting Helm. If, when crawling directories, we find a Helm chart, we use the Helm library to render it and pass the rendered…
- Support list objects when parsing
- Fix issue with packr install on Mac
- Fix doc error
- Update ignore annotation format
- Add contributing guidelines and code of conduct
- Fix doc for violation ignoring
- Add remediation information to all checks
- Add support for ignore directives
- Add more check templates and built-in checks
- Refactor parameters to support arbitrary types
- Add license
Created an issue in stackrox/kube-linter that received 1 comment
- Support config files with well-known file names
- Allow users to specify non-default values for Helm charts
- Allow users to write near-arbitrary checks, somehow
- Add support for informational warnings, not just errors
- Print line numbers in errors
- Add E2E testing for KubeLinter
- Support JSON output
- Support comments for ignore directives
- Flag errors when YAML files can't be parsed
- Check init containers too
- Add check enforcing anti-affinity for deployments with multiple replicas
- Add check for when the selector in a deployment doesn't match the label in the pod template
- Add check to ensure that a pod has a pod security policy specified
- Add checks for schema validation
- Document how to write custom checks
- Add support for automatic rewrites
- Add check that identifies pods not selected by a network policy
- Add checks for capabilities
- Support OpenShift objects
- Support CRDs