aryasalem09/DevGuard
Run DevGuard repository hygiene and security checks from GitHub Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 7, 2026
- License
- Apache 2.0
Pinned Snippet
uses: aryasalem09/devguard@3563e17eeaff30986752f67293bb156f2a214267 # v0.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Repository path to scan relative to the workspace. | no | . |
| format | Primary report format to generate. | no | human |
| min-score | Optional minimum score override passed to devguard check. | no | "" |
| fail-on | Optional fail-on override passed to devguard check. | no | "" |
| args | Extra raw CLI arguments appended to devguard check. | no | "" |
| github-step-summary | Write a compact markdown summary to $GITHUB_STEP_SUMMARY. | no | true |
| sarif | Generate an additional SARIF report. | no | false |
| sarif-path | Path for the SARIF output when enabled or when format is sarif. | no | devguard.sarif |
Outputs
| name | description |
|---|---|
| report-path | Path to the primary report file generated by the action. |
| score | Final DevGuard score. |
| passed | Whether the run passed DevGuard policy evaluation. |