Disable validation with local build since it seems to fail for some reason

This commit is contained in:
David Dworken
2024-03-24 21:45:28 -07:00
parent cae0f424e6
commit 25e982603a
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ def main() -> None:
if "darwin" in filename:
validate_macos_signature(filename)
print("Starting validation of SLSA attestations")
validate_slsa("./hishtory")
# validate_slsa("./hishtory") # TODO: Re-enable validation using the local binary
validate_slsa(os.path.expanduser("~/.hishtory/hishtory"))
print("Validating other metadata")
validate_hishtory_status("./hishtory-darwin-amd64", True)