abhiyoheswaran1/ProjScan
Run projscan health check and upload results to GitHub Code Scanning as SARIF.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 6, 2026
- License
- MIT
Pinned Snippet
uses: abhiyoheswaran1/projscan@e345f55a2b5803162a0dda3a01016f3932862dc5 # v5.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| min-score | Minimum passing score (0-100). Fails the job if below. | no | 70 |
| changed-only | Only gate on issues in files changed vs base-ref. | no | false |
| base-ref | Git base ref for --changed-only (default: origin/<default-branch>). | no | "" |
| config | Path to a .projscanrc config file. | no | "" |
| sarif-file | Output path for the SARIF file. | no | projscan.sarif |
| upload-sarif | Upload the SARIF file to GitHub Code Scanning. | no | true |
| working-directory | Directory to run projscan in. | no | . |
| version | Version of projscan to install (e.g. "0.3.0" or "latest"). | no | latest |
Outputs
| name | description |
|---|---|
| score | Health score reported by projscan ci. |
| grade | Letter grade reported by projscan ci. |