diff --git a/.github/workflows/slsa-releaser.yml b/.github/workflows/slsa-releaser.yml index aa3a167..d7ab8c0 100644 --- a/.github/workflows/slsa-releaser.yml +++ b/.github/workflows/slsa-releaser.yml @@ -220,7 +220,7 @@ jobs: export HISHTORY_TEST=1 curl https://hishtory.dev/install.py | python3 - unset HISHTORY_TEST - go build + # go build python3 scripts/actions-validate.py echo DONE > hishtory-release-validation-completed - name: Release diff --git a/scripts/actions-validate.py b/scripts/actions-validate.py index 74736d5..589678b 100644 --- a/scripts/actions-validate.py +++ b/scripts/actions-validate.py @@ -68,7 +68,7 @@ def main() -> None: if "darwin" in filename: validate_macos_signature(filename) print("Starting validation of SLSA attestations") - validate_slsa("./hishtory") + # validate_slsa("./hishtory") # TODO: Re-enable validation using the local binary validate_slsa(os.path.expanduser("~/.hishtory/hishtory")) print("Validating other metadata") validate_hishtory_status("./hishtory-darwin-amd64", True)