stephanbisser/CALT - Copilot Agent Lint Tool
Lint and validate Microsoft 365 Copilot Agent configurations
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to agent manifest or directory containing manifests | no | . |
| format | Output format (terminal, json, sarif) | no | terminal |
| fail-on | Minimum severity to fail the action (error, warning, off) | no | error |
| config | Path to .caltrc.json config file | no | — |
| sarif-upload | Upload SARIF results to GitHub Code Scanning (true/false) | no | false |
Outputs
| name | description |
|---|---|
| exit-code | Exit code from calt scan (0=pass, 1=errors found, 2=crash) |
| sarif-file | Path to SARIF output file (if format=sarif or sarif-upload=true) |