faradaytrs/Substitute File Hashes
Replaces file hash placeholders with actual file hashes in files matching a glob pattern
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| files | Glob pattern for files to process (e.g., '**/*.yaml') | yes | — |
| algorithm | Hashing algorithm from Node.js crypto API (e.g., sha256, md5) | no | sha256 |
| throwIfFileNotExists | Fail action when resolved hashFile path is missing or outside workspace | no | true |
Outputs
no outputs