mirror of
https://github.com/ddworken/hishtory.git
synced 2025-01-23 06:38:52 +01:00
Swap slsa validation to use hishtory built at head
This commit is contained in:
parent
29142df382
commit
c3c74970b0
9
.github/workflows/slsa-releaser.yml
vendored
9
.github/workflows/slsa-releaser.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user