lburgazzoli/K8s Manifests Lint
Lint Kubernetes manifests using k8s-manifests-lint
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of k8s-manifests-lint to use (e.g., @latest, @v1.0.0) | no | @latest |
| config | Path to config file | no | .k8s-manifests-lint.yaml |
| fail-on-warning | Fail on warnings | no | false |
| format | Output format (text|json|yaml|github-actions) | no | github-actions |
| enable-linters | Comma-separated list of linters to enable | no | — |
| disable-linters | Comma-separated list of linters to disable | no | — |
| go-version | Go version to use | no | 1.24 |
| working-directory | Working directory to run the linter in | no | . |
Outputs
| name | description |
|---|---|
| issues-count | Number of issues found |
| errors-count | Number of errors |
| warnings-count | Number of warnings |