mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 08:14:02 +01:00
Require SLSA pre-validation for macos too
This commit is contained in:
parent
a93002f045
commit
79a61c1b1d
@ -35,8 +35,6 @@ def validate_slsa(hishtory_binary: str) -> None:
|
||||
assert "Verified build using builder" in out, out
|
||||
except subprocess.CalledProcessError as e:
|
||||
print(f"subprocess.CalledProcessError: stdout={repr(e.stdout)}")
|
||||
if "darwin" in filename:
|
||||
continue # TODO: Enable SLSA validation for Mac binaries
|
||||
raise e
|
||||
|
||||
def validate_macos_signature(filename: str) -> None:
|
||||
|
Loading…
Reference in New Issue
Block a user