Below you will find pages that utilize the taxonomy term “sgammon”
March 19, 2024
Verify Hashes
Version updated for sgammon/verify-hashes to version v1.0.0-rc1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Verify Hashes Action A very simple action:
find . -name "<filename>.{md5,sha,sha1,sha256,sha512} -exec \ # (verify <filenames> within <hashfile>) Getting Started - name: 'Check: Hashes' uses: sgammon/verify-hashes@v1 This will check all files in your codebase that look like:
filename.ext
filename.ext.{md5,sha,sha1,sha256,sha512} For example, say you have a hash file: