From a10a796eaafb827842f6b081684e044faf17bd3a Mon Sep 17 00:00:00 2001 From: David Dworken Date: Fri, 3 Nov 2023 23:36:30 -0700 Subject: [PATCH] Another attempt at getting validation to work on github actions --- .github/workflows/slsa-releaser.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/slsa-releaser.yml b/.github/workflows/slsa-releaser.yml index c034f1e..b729cda 100644 --- a/.github/workflows/slsa-releaser.yml +++ b/.github/workflows/slsa-releaser.yml @@ -211,9 +211,8 @@ jobs: source ~/.bashrc ls pwd - which hishtory echo $PATH - hishtory validate-binary v0.`cat VERSION` hishtory-linux-amd64 hishtory-linux-amd64.intoto.jsonl + ~/.hishtory/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 \ No newline at end of file