-
# Expected Behavior
Tekton's [OpenAPI specification for a Log](https://github.com/tektoncd/results/blob/3c1584325abb63bdf55020c7bed6e08052c002b1/docs/api/openapi.yaml#L414-L417) specified that `dat…
-
### Feature request
Allow Tekton Results to define retention policies for parent results and their associated child records.
These retention policies could be defined for the entire cluster, with …
-
The shellchecker reports `var is referenced but not assigned.` when you define something in the tekton step env. For example, this
```
env:
- name: gwCert
valueFrom:
…
-
* When chains is installed, it adds the `signed: true` annotation to the taskruns even though the controller is filled with logs around not being able to configure a signer and not having any configur…
-
# Expected Behavior
Hello, I am building a pipeline with a conditional series of tasks that use the same `when` condition, after that series of tasks there is one or more other tasks that don't have …
Allda updated
2 months ago
-
Steps to adopt ghcr.io
- [ ] Make the list of regions configurable
- [ ] Setup auth for ghcr.io
- Look into https://github.com/octo-sts/app as an option
- [ ] Add logic to link container imag…
-
Hey, I'm not able to reference results from the task on Windows nodes, in Linux it works without any problems.
- Tekton Pipeline version:
v0.35.1
- Pipeline definition:
```yaml
apiVersion: …
-
### Feature request
As a consumer of tekton results, the project we are working on employs use of [Checkov](https://www.checkov.io/) to help monitor cloud infrastructure configuration for vario…
-
### Feature request
This is an overall Epic to track various features and work related to dogfooding - setting a roadmap for the work.
### Use case
The reasoning and design behind the dogfood…
-
**Description**
Tools like `kaniko` have support for writing the published digest to a file to support results in systems like Tekton.
Signing these digests is awkward currently because you need…