mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-20 11:57:50 +02:00
temporarily disable macos code signing verification in GH actions validator
This commit is contained in:
parent
9884a80466
commit
d6e2ebbf0b
@ -73,9 +73,9 @@ def assertPresentAndNotAscii(fn):
|
||||
|
||||
def main() -> None:
|
||||
print("Starting validation of MacOS signatures")
|
||||
for filename in ALL_FILES:
|
||||
if "darwin" in filename:
|
||||
validate_macos_signature(filename)
|
||||
# for filename in ALL_FILES:
|
||||
# if "darwin" in filename:
|
||||
# validate_macos_signature(filename)
|
||||
print("Starting validation of SLSA attestations")
|
||||
validate_slsa("./hishtory-darwin-amd64")
|
||||
validate_slsa(os.path.expanduser("~/.hishtory/hishtory"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user