tekton-lint
tekton-lint copied to clipboard
Linter for Tekton definitions.
As you can see below we have a ClusterTask being used at our pipelines and tekton-lint shows it's reference as missing, but it is defined ``` /workdir # tekton-lint tasks/*...
**Is your feature request related to a problem? Please describe.** make a github action for this tool. **Describe the solution you'd like** make a github action support for this tool...
When running on the latest release: ``` Cannot read properties of undefined (reading 'key' ```
**Describe the bug** I received a 500 from the backend with this syntax: ``` spec: triggers: - bindings: name: github-pr-binding template: name: pr-template ``` ``` with pipelineId: c2cd6a8d-ea5a-47b0-913e-cd172d63833f, transactionId: d0a52994-03da-4841-9a45-8e6d375fbb19,...
`tekton-lint` should have a rule which checks how a `Task` is used. Either with: - `script` - `command` & `args` Developers should follow a convention and use only one of...
In 0.5.2 we should report missing parameters in taskSpec tasks Example: ```yaml - name: inline-task params: - name: pipeline-debug value: $(params.pipeline-debug) workspaces: - name: secrets workspace: artifacts taskSpec: workspaces: -...
This project would be useful to any Tekton Task author. Have you considered donating this project to the [tektoncd community](https://github.com/tektoncd)?
https://github.com/IBM/tekton-lint/blob/62ff0ebee730e7db85b3b619505b6e00932ada75/regression-tests/prefer-when-expression.yaml#L33-L34 This should be reported by `prefer-when-expression`
https://github.com/IBM/tekton-lint/blob/7218c6b6a08c032394584d5849e29528b51d73ab/regression-tests/no-extra-param.yaml#L21-L26 `step-1` is not a task name (it's the name of the `TaskRun`). Actually, there's no standalone task, it's using an embedded task using `taskSpec`.
close #116