Yawen Luo
Yawen Luo
### Feature request In [TEP 75](https://github.com/tektoncd/community/blob/main/teps/0075-object-param-and-result-types.md) and in the implementation tracker (#5056) we stated that we don't want to support referring objects/array params/results as a whole in format `results.result1` or...
Per [the discussion thread](https://github.com/tektoncd/chains/pull/465#discussion_r916160951), it worths more discussions if Chains should check the existence of the artifact. Here are a few things we are looking: 1. if digest matches the...
Implementation of TEP 109. Example usage for Maven packages: ``` yaml results: - name: img_1-ARTIFACT_INPUTS value: uri: gcr.io/foo/bar digest: sha123@qwe - name: mvn1_pkg-ARTIFACT_OUTPUTS value: uri: maven-test-0.0.1.jar digest: sha256@abc - name:...
### Feature request Implement structured provenance retrieval in TEP 109 ### Use case
### Feature request Add docs and reference for GCP use of Tekton Chains ### Use case
### Feature request Add maven package support using simple type hinting in intoto. Currently we support git source and OCI images. Supporting maven packages in image in simple type hinting...
Add more details for param variable replacement as a whole in TEP076 When elements in params of type arrays, it should be use variable replacements in three ways
Start the discussions and reviews regarding to support structured results and params in Tekton Chains
### Feature request This issue tracks the progress of the design mentioned in Alternatives section [TEP 109: Better structured provenance retrieval in Tekton Chains](https://github.com/tektoncd/community/pull/792). Related implementation: #5397 also added pipeline...
### Feature request The issue tracks the implementation of [TEP 109](https://github.com/tektoncd/community/blob/main/teps/0109-better-structured-provenance-retrieval-in-tekton-chains.md) and log all followup items here ### Use case - [ ] Implementation: #491 - [ ] Run integration...