In case a user wants to create GitHub workflow provenance and then attach that to a container image using cosign CLI. By doing this, the attached container image would include rekor bundle and certificate in the cosign simple signing schema.
e.g.
$ ./slsa-github-generator attest --unsigned --output predicate.json
$ ./cosign attest --predicate predicate.json --type intoto gcr.io/asra-ali/hello-ko
The generic provenance builder should only output the predicate
cc @laurentsimon
In case a user wants to create GitHub workflow provenance and then attach that to a container image using cosign CLI. By doing this, the attached container image would include rekor bundle and certificate in the cosign simple signing schema.
e.g.
The generic provenance builder should only output the
predicatecc @laurentsimon