Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The runDetails.builder.id now points to workflow, let's use buildDefi…
…nition.internalParameters.github.runner_environment to get the runner info With GH attestations going from beta to GA, we need to use a different attribute to get to what the runner was. You can compare: ``` jq '.dsseEnvelope.payload' < $ATTESTATION_FILE | tr -d \" | base64 -d | jq .predicate.buildDefinition ``` with: ``` jq '.dsseEnvelope.payload' < $ATTESTATION_FILE | tr -d \" | base64 -d | jq .predicate.runDetails ``` Fixes: #128
- Loading branch information