mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-01 16:07:16 +02:00
Add SLSA attestation pre-validation with released hishtory version
This commit is contained in:
parent
e0f629d0ee
commit
09270ef5a0
@ -67,6 +67,7 @@ def main() -> None:
|
||||
validate_macos_signature(filename)
|
||||
print("Starting validation of SLSA attestations")
|
||||
validate_slsa("./hishtory")
|
||||
validate_slsa(os.path.expanduser("~/.hishtory/hishtory"))
|
||||
# TODO: Run validation using hishtory built at HEAD too
|
||||
print("Validating other metadata")
|
||||
validate_hishtory_status("./hishtory-darwin-amd64")
|
||||
|
Loading…
x
Reference in New Issue
Block a user