slsa-github-generator
slsa-github-generator copied to clipboard
[bug] Certificates signed by unknown authority
Describe the bug
A clear and concise description of what the bug is.
The verify job is failing with the following error:
$ go run . -artifact-path ~/Downloads/binary-linux-amd64 -provenance ~/Downloads/binary-linux-amd64.intoto.jsonl -source github.com/slsa-framework/example-package
got uuid x509: certificate signed by unknown authority
verification failed: could not find a matching valid signature entry
which may be related to the new endpoint. Investigating @laurentsimon
To Reproduce Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.
Thanks @asraa! /cc'ing @bobcallaway in case he has some ideas / pointers
Figured it out.
I guess at some point (not sure why it wasn't caught before) intermediates became necessary. Adding the fix. I will put out a patch release for v1.0 - v1.3
EDIT: only v1.0 is needed. related https://github.com/slsa-framework/slsa-verifier/issues/232
This should be fixed in the patches linked above!