mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-23 00:34:27 +01:00
Revert "Add SLSA attestation validation with latest released hishtory binary too" because the released binary doesn't support the validate-binary subcommand yet
This reverts commit 259f6b7858
.
This commit is contained in:
parent
259f6b7858
commit
19ee1816be
2
.github/workflows/slsa-releaser.yml
vendored
2
.github/workflows/slsa-releaser.yml
vendored
@ -214,5 +214,5 @@ jobs:
|
|||||||
- name: Validate Release
|
- name: Validate Release
|
||||||
run: |
|
run: |
|
||||||
go build; ./hishtory install
|
go build; ./hishtory install
|
||||||
curl https://hishtory.dev/install.py | python3 -
|
|
||||||
python3 scripts/actions-validate.py
|
python3 scripts/actions-validate.py
|
||||||
|
# TODO: Run validation using hishtory built at HEAD too
|
@ -53,10 +53,8 @@ def main() -> None:
|
|||||||
for filename in ALL_FILES:
|
for filename in ALL_FILES:
|
||||||
if "darwin" in filename:
|
if "darwin" in filename:
|
||||||
validate_macos_signature(filename)
|
validate_macos_signature(filename)
|
||||||
print("Starting validation of SLSA attestations with hishtory built at HEAD")
|
print("Starting validation of SLSA attestations")
|
||||||
validate_slsa("./hishtory")
|
validate_slsa("./hishtory")
|
||||||
print("Starting validation of SLSA attestations with latest released hishtory")
|
|
||||||
validate_slsa(os.path.expanduser("~/.hishtory/hishtory"))
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
Loading…
Reference in New Issue
Block a user