mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-20 11:57:50 +02:00
Add SLSA self-validation for hishtory-darwin-amd64
This commit is contained in:
parent
8709ec9208
commit
be2bbb37c6
20
.github/workflows/slsa-releaser.yml
vendored
20
.github/workflows/slsa-releaser.yml
vendored
@ -188,12 +188,15 @@ 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-amd64
|
||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||
with:
|
||||
name: hishtory-darwin-amd64.intoto.jsonl
|
||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||
with:
|
||||
name: hishtory-darwin-amd64-unsigned
|
||||
# - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||
# with:
|
||||
# name: hishtory-darwin-arm64
|
||||
@ -203,14 +206,11 @@ jobs:
|
||||
# - 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: |
|
||||
go build; ./hishtory install
|
||||
# curl https://hishtory.dev/install.py | python3 -
|
||||
./hishtory validate-binary 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 hishtory-darwin-amd64 hishtory-darwin-amd64.intoto.jsonl --is_macos=True --macos_unsigned_binary=hishtory-darwin-amd64-unsigned
|
||||
# TODO: Validate other binaries here
|
||||
|
Loading…
x
Reference in New Issue
Block a user