mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-19 11:36:47 +02:00
Add debug prints to make reading the output easier
This commit is contained in:
parent
1cfaa13b74
commit
517b9c43ee
@ -44,9 +44,11 @@ def validate_macos_signature(filename: str) -> None:
|
||||
assert "TeamIdentifier=QUXLNCT7FA" in out
|
||||
|
||||
def main() -> None:
|
||||
print("Starting validation of MacOS signatures")
|
||||
for filename in ALL_FILES:
|
||||
if "darwin" in filename:
|
||||
validate_macos_signature(filename)
|
||||
print("Starting validation of SLSA attestations")
|
||||
validate_slsa("./hishtory")
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
Loading…
x
Reference in New Issue
Block a user