nhedger/compute-checksums

Compute per-file checksums for files matching glob patterns.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
patternsGlob patterns to include or exclude. Use newline-separated values (preferred) or comma-separated values. Prefix with ! for excludes. yes
algorithmsHash algorithms to compute for each file. Supports md5, sha1, sha256, sha512. Use newline-separated values (preferred) or comma-separated values. nosha256
rootRoot directory to search from.no.
follow_symlinksWhether to follow symlinks during directory traversal.nofalse
namedescription
allJSON array containing all per-file checksums.
filesJSON object keyed by relative file path, containing digests by algorithm.
md5Checksum output for md5 (`digest path`) when md5 is selected.
sha1Checksum output for sha1 (`digest path`) when sha1 is selected.
sha256Checksum output for sha256 (`digest path`) when sha256 is selected.
sha512Checksum output for sha512 (`digest path`) when sha512 is selected.