openshift-kni/OLM Annotation Lint
Validate OLM annotations on Kubernetes resources
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path or comma-separated paths to scan | no | . |
| exclude | Comma-separated paths to exclude | no | "" |
| strict | Treat warnings as errors | no | false |
| allow | Comma-separated annotation keys to allow (bypass unknown annotation errors) | no | "" |
| format | Output format: text, json, github, junit, sarif | no | github |
Outputs
| name | description |
|---|---|
| error-count | Number of error-severity violations found |
| warning-count | Number of warning-severity violations found |
| total-count | Total number of violations found |
| has-errors | Whether errors were found (true/false) |