Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
test

Signed-off-by: Avi Biton <[email protected]>
  • Loading branch information
avi-biton committed Feb 7, 2024
1 parent 1b291a2 commit 6eba6eb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .tekton/o11y-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,24 @@ spec:
workspace: workspace
- name: basic-auth
workspace: git-auth
- name: run-kubelint
runAfter:
- clone-repository
workspaces:
- name: source
workspace: workspace
taskRef:
resolver: git
params:
- name: url
value: https://github.com/tektoncd/catalog.git
- name: revision
value: main
- name: pathInRepo
value: task/kube-linter/0.1/kube-linter.yaml
params:
- name: config_file_path
value: source/.kube-linter.yaml
- name: prefetch-dependencies
params:
- name: input
Expand Down

0 comments on commit 6eba6eb

Please sign in to comment.