build
build copied to clipboard
Minor changes needed to adhere to tekton-provenance format
Modify name of literals to "automatically" have Tekton Chains push signatures and attestation. See format.
- Modify
shp-output-imageto*IMAGE_URL - write out
IMAGE_URLto aresult( update to step generation ) - modify
resultnamedshp-image-digestto*IMAGE_DIGEST
Here's how the diff looks like: https://www.diffchecker.com/S6oLSCE0
I was successful upon making the above changes manually.

/kind feature
Tekton Chains looks for results, shp-output-image is a param.
Correct, needs changes to the build strategy to write that out to a result. Got it working locally 🕹️
Right, maybe we introduce a tekton-chains-enabled toggle in the controller config and if it is one it will take care of it (by adding a post-step to write the two results if possible).
Marking this as needing a SHIP, since this will impact how build strategy implementations.