Remove slsa validation for macos binaries since the artifact upload currently isn't working

This commit is contained in:
David Dworken 2023-11-03 23:24:27 -07:00
parent dcd58fe27d
commit 723d04e196
No known key found for this signature in database

View File

@ -186,24 +186,24 @@ jobs:
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
with: with:
name: hishtory-linux-amd64.intoto.jsonl name: hishtory-linux-amd64.intoto.jsonl
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 # - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
with: # with:
name: hishtory-darwin-amd64 # name: hishtory-darwin-amd64
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 # - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
with: # with:
name: hishtory-darwin-amd64.intoto.jsonl # name: hishtory-darwin-amd64.intoto.jsonl
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 # - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
with: # with:
name: hishtory-darwin-arm64 # name: hishtory-darwin-arm64
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 # - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
with: # with:
name: hishtory-darwin-arm64.intoto.jsonl # name: hishtory-darwin-arm64.intoto.jsonl
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 # - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
with: # with:
name: hishtory-darwin-arm64-unsigned # name: hishtory-darwin-arm64-unsigned
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 # - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
with: # with:
name: hishtory-darwin-amd64-unsigned # name: hishtory-darwin-amd64-unsigned
- name: Validate Release - name: Validate Release
run: | run: |
curl https://hishtory.dev/install.py | python3 - curl https://hishtory.dev/install.py | python3 -
@ -213,6 +213,6 @@ jobs:
which hishtory which hishtory
echo $PATH echo $PATH
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
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 # TODO: Validate other binaries here