mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-02 11:39:24 +01:00
Skip SLSA validation in tests for Mac binaries for debugging
This commit is contained in:
parent
517b9c43ee
commit
53d976811c
@ -13,6 +13,7 @@ def validate_slsa(hishtory_binary: str) -> None:
|
||||
slsa_attestation_file = filename + ".intoto.jsonl"
|
||||
assert os.path.exists(slsa_attestation_file)
|
||||
if "darwin" in filename:
|
||||
continue # TODO: Enable SLSA validation for Mac binaries
|
||||
unsigned_filename = f"{filename}-unsigned"
|
||||
assert os.path.exists(unsigned_filename)
|
||||
out = subprocess.check_output([
|
||||
|
Loading…
Reference in New Issue
Block a user