ry-bar/Detect Secrets → SARIF Converter
Composite GitHub Action that converts detect-secrets JSON output into SARIF 2.1.0 and exposes the SARIF file and findings count.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| input-file | Path to the detect-secrets JSON input file (relative to workspace). | yes | detect_secrets_baseline.json |
| output-file | Path where the SARIF output will be written (relative to workspace). | yes | results.sarif |
Outputs
| name | description |
|---|---|
| sarif-file | Path to the generated SARIF file. |
| findings-count | Number of findings converted into the SARIF file. |