Swap slsa validation to use hishtory built at head

This commit is contained in:
David Dworken 2023-11-05 00:55:01 -07:00
parent 29142df382
commit c3c74970b0
No known key found for this signature in database

View File

@ -212,12 +212,9 @@ jobs:
# name: hishtory-darwin-amd64-unsigned
- name: Validate Release
run: |
curl https://hishtory.dev/install.py | python3 -
source ~/.bashrc
ls
pwd
echo $PATH
~/.hishtory/hishtory validate-binary v0.`cat VERSION` hishtory-linux-amd64 hishtory-linux-amd64.intoto.jsonl
go build; ./hishtory install
# curl https://hishtory.dev/install.py | python3 -
./hishtory validate-binary v0.`cat VERSION` hishtory-linux-amd64 hishtory-linux-amd64.intoto.jsonl
# hishtory validate-binary v0.`cat VERSION` hishtory-linux-amd64 hishtory-linux-amd64.intoto.jsonl
# TODO: Validate other binaries here