Sigstore not working properly with transparency.enabled: manual
#1117
Labels
kind/bug
Categorizes issue or PR as related to a bug.
transparency.enabled: manual
#1117
Expected Behavior
With Pipeline version >= 0.49.0, and
transparency.enabled: "manual"
configured in Chains, when submitting a TaskRun/PipelineRun that has thechains.tekton.dev/transparency-upload: "true"
annotation, Chains should upload the generated data to Rekor and populate thechains.tekton.dev/transparency
annotation with the URL where the info is.Actual Behavior
The
chains.tekton.dev/transparency
annotation is not added to the TaskRun/PipelineRun.Steps to Reproduce the Problem
kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.55.0/release.yaml
)transparency.enabled
tomanual
chains.tekton.dev/transparency
annotation with the URLAdditional Info
This issue is blocking the upgrade of the Tekton Pipeline version used for the e2e tests.
Related issue in Pipelines: tektoncd/pipeline#7291
The text was updated successfully, but these errors were encountered: