mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-02 11:39:24 +01:00
Remove slsa validation for macos binaries since the artifact upload currently isn't working
This commit is contained in:
parent
dcd58fe27d
commit
723d04e196
38
.github/workflows/slsa-releaser.yml
vendored
38
.github/workflows/slsa-releaser.yml
vendored
@ -186,24 +186,24 @@ jobs:
|
||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||
with:
|
||||
name: hishtory-linux-amd64.intoto.jsonl
|
||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||
with:
|
||||
name: hishtory-darwin-amd64
|
||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||
with:
|
||||
name: hishtory-darwin-amd64.intoto.jsonl
|
||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||
with:
|
||||
name: hishtory-darwin-arm64
|
||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||
with:
|
||||
name: hishtory-darwin-arm64.intoto.jsonl
|
||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||
with:
|
||||
name: hishtory-darwin-arm64-unsigned
|
||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||
with:
|
||||
name: hishtory-darwin-amd64-unsigned
|
||||
# - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||
# with:
|
||||
# name: hishtory-darwin-amd64
|
||||
# - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||
# with:
|
||||
# name: hishtory-darwin-amd64.intoto.jsonl
|
||||
# - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||
# with:
|
||||
# name: hishtory-darwin-arm64
|
||||
# - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||
# with:
|
||||
# name: hishtory-darwin-arm64.intoto.jsonl
|
||||
# - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||
# with:
|
||||
# name: hishtory-darwin-arm64-unsigned
|
||||
# - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||
# with:
|
||||
# name: hishtory-darwin-amd64-unsigned
|
||||
- name: Validate Release
|
||||
run: |
|
||||
curl https://hishtory.dev/install.py | python3 -
|
||||
@ -213,6 +213,6 @@ jobs:
|
||||
which hishtory
|
||||
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
|
||||
# TODO: Validate other binaries here
|
||||
|
Loading…
Reference in New Issue
Block a user