systm-d/RepoLens Audit
Audit your repository for best practices, security issues, and compliance with open-source standards
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| preset | Audit preset to use (opensource, enterprise, strict) | no | opensource |
| format | Output format (terminal, json, sarif, markdown, html) | no | terminal |
| fail-on | Fail on severity level (critical, high, medium, low, none) | no | critical |
| config | Path to a custom .repolens.toml config file | no | "" |
| version | RepoLens version to install (e.g. "1.0.0", or "latest") | no | latest |
| upload-artifact | Upload report as a GitHub Actions artifact (true/false) | no | true |
| artifact-name | Name of the uploaded artifact | no | repolens-report |
Outputs
| name | description |
|---|---|
| report-path | Path to the generated report file |
| findings-count | Total number of findings detected |
| exit-code | Exit code from the audit (0=success, 1=critical findings, 2=warnings only) |