Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support artifact attestations. #64

Open
1 of 2 tasks
jsirois opened this issue Jul 2, 2024 · 1 comment
Open
1 of 2 tasks

Support artifact attestations. #64

jsirois opened this issue Jul 2, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@jsirois
Copy link
Contributor

jsirois commented Jul 2, 2024

There are two parts to this:

@jsirois jsirois added the enhancement New feature or request label Jul 2, 2024
@jsirois
Copy link
Contributor Author

jsirois commented Jul 3, 2024

Noting that validating a GitHub attestation requires a GitHub login currently to retrieve the attestation bundle from GitHub Attestations (step 2 below):

:; curl -sL https://github.com/pex-tool/pex/releases/download/v2.7.0/pex -o /tmp/pex
:; curl -sL -H "Authorization: Bearer $GITHUB_PAT" https://api.github.com/users/pex-tool/attestations/sha256:$(sha256sum /tmp/pex | cut -d' ' -f1) | jq -c .attestations[].bundle > pex.intoto.jsonl
:; sigstore verify github --repository pex-tool/pex --bundle pex.intoto.jsonl /tmp/pex
OK: /tmp/pex

jsirois added a commit to jsirois/lift that referenced this issue Jul 3, 2024
Also update dependencies.

Work towards a-scie#64.
@jsirois jsirois self-assigned this Jul 3, 2024
@jsirois jsirois added the in progress Indicates the assignee is actively working on the item. label Jul 3, 2024
jsirois added a commit that referenced this issue Jul 4, 2024
Also update dependencies.

Work towards #64.
@jsirois jsirois removed the in progress Indicates the assignee is actively working on the item. label Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant