sgammon/Verify Hashes
Verify hash files like <file>.sha256 from GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| paths | Paths | no | . |
| strict | Strict Verification | no | false |
| ignored | Ignored Paths | no | node_modules/ |
| globs | Paths are Globs | no | true |
| warn-only | Only Warn, Never Fail | no | false |
Outputs
| name | description |
|---|---|
| files-checked-count | Count of hash files which were checked by the action |
| files-verified-count | Count of hash files which were verified |
| files-failed-count | Count of hash files which failed checks |