mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-26 15:02:00 +02:00
Update actions-validate.py to re-enable actions validation of slsa
This commit is contained in:
parent
4afba5677a
commit
b9d630f82a
@ -79,7 +79,7 @@ def main() -> None:
|
||||
validate_macos_signature(filename)
|
||||
print("Starting validation of SLSA attestations")
|
||||
validate_slsa("./hishtory-darwin-amd64")
|
||||
# validate_slsa(os.path.expanduser("~/.hishtory/hishtory"))
|
||||
validate_slsa(os.path.expanduser("~/.hishtory/hishtory"))
|
||||
print("Validating other metadata")
|
||||
validate_hishtory_status("./hishtory-darwin-amd64", True)
|
||||
validate_hishtory_status(os.path.expanduser("~/.hishtory/hishtory"), False)
|
||||
|
Loading…
x
Reference in New Issue
Block a user