-
Notifications
You must be signed in to change notification settings - Fork 52
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
docs: update docs for release v2.0.1 #403
Conversation
Signed-off-by: Asra Ali <asraa@google.com>
$ go run ./cli/slsa-verifier verify-artifact slsa-verifier-linux-amd64 --provenance-path slsa-verifier-linux-amd64.intoto.jsonl --source-uri github.com/slsa-framework/slsa-verifier --source-tag v2.0.1
Verified signature against tlog entry index 9037754 at URL: https://rekor.sigstore.dev/api/v1/log/entries/24296fb24b8ad77a92fa27d40d1bb6932df92832fe2c5bf9d021497df0ceb40852dfc53eb99f93c6
Verified build using builder https://github.com/slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@refs/tags/v1.2.2 at commit a43888265e1f6aae98c924538298944f2721dcf0
PASSED: Verified SLSA provenance $ cat slsa-verifier-linux-amd64.intoto.jsonl | jq -r '.payload' | base64 -d | jq -r '.subject[0].digest.sha256'
ad4b408c43504d439827998c27ab4be1c44ff467ccb39b78da01568f8542b10e
$ sha256sum slsa-verifier-linux-amd64
ad4b408c43504d439827998c27ab4be1c44ff467ccb39b78da01568f8542b10e slsa-verifier-linux-amd64 All matches the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Something seems off with the pre-submits: they are not running |
I have updated the pre-submits in the branch protection settings to be like #398, but it does not seem to help :/ Maybe need to restart the runs? |
Weird, let me try pushing an empty commit. |
Fyi, #398 will fix the |
* Update doc * update * update * update * update * update * update * update * comments
This PR
To verify hash
Either:
or
Signed-off-by: Asra Ali asraa@google.com