actions-marketplace-validations/kube-linter
Scan directory or file with kube-linter
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | Directory or file to scan | yes | — |
| config | Path to config file | no | — |
| format | Output format. Allowed values: sarif, plain, json. Default: "plain" | no | plain |
| output-file | Filename to store output. File will be overwritten if it exists. Default: "kubelinter.log" | no | kubelinter.log |
| version | Version of kube-linter to use. E.g. "0.2.4". Default: "latest" | no | latest |
| fail-on-invalid-resource | Error out when we have an invalid resource. Default: false | no | false |
| token | Used to pull release info from GitHub. Does not need to be supplied on github.com. | no | ${{ github.server_url == 'https://github.com' && github.token || '' }} |
Outputs
no outputs