Skip to content

Commit

Permalink
temporarily disable macos code signing verification in GH actions val…
Browse files Browse the repository at this point in the history
…idator
  • Loading branch information
ddworken committed Feb 2, 2025
1 parent 9884a80 commit d6e2ebb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/actions-validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit d6e2ebb

Please sign in to comment.