deep-soft/SHA checksums
GitHub action that can be used to create SHA checksums for files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| filename | The filename for the generated checksums, relative to directory | yes | SHA256SUMS |
| path | Base path for checksum file | no | . |
| directory | Working directory | no | . |
| exclusions | List of excluded files / directories (Windows only) | no | "" |
| recursive_exclusions | List of excluded files / directories with recursive wildcards (Windows only) | no | "" |
| type | Which variant sha1/sha256/sha512/md5 (sha512 Linux, macOs only) | no | sha256 |
| ignore_git | Ignore ./git | no | true |
| env_variable | env variable name to set | no | SHA_SUMS |
| debug | Set debug mode (yes/no) | no | no |
Outputs
no outputs