You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a validate_checksum option, defaulted to false. When true, download a checksum from checksum_uri (formatted like binary_uri), parse the file and validate the tarball's integrity. For now, only handle sha256sum-style checksum files, as opposed to GPG-signed checksum files. The actual parsing and validating of the file would ideally exist in its own gem, as it's not specific to Thermite.
The text was updated successfully, but these errors were encountered:
Add a
validate_checksum
option, defaulted tofalse
. Whentrue
, download a checksum fromchecksum_uri
(formatted likebinary_uri
), parse the file and validate the tarball's integrity. For now, only handlesha256sum
-style checksum files, as opposed to GPG-signed checksum files. The actual parsing and validating of the file would ideally exist in its own gem, as it's not specific to Thermite.The text was updated successfully, but these errors were encountered: