tmatens/compose-lint
Security-focused linter for Docker Compose files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| files | Space-separated list of Compose files to lint | no | "" |
| pattern | Glob pattern to find Compose files (e.g., '**/docker-compose*.yml') | no | "" |
| fail-on | Minimum severity to trigger failure (low, medium, high, critical) | no | high |
| config | Path to .compose-lint.yml config file | no | "" |
| skip-suppressed | Hide suppressed findings from output | no | false |
| quiet | Text output: one line per finding (no fix block or excerpt) | no | false |
| verbose | Text output: repeat the fix block and reference on every finding | no | false |
| sarif-file | Path to write SARIF output (enables GitHub Code Scanning upload) | no | "" |
| version | compose-lint version to install (default: latest) | no | "" |
Outputs
no outputs