Skip to content

Commit

Permalink
filter out the .tekton and vendor from shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
xinredhat committed Jun 21, 2024
1 parent c175579 commit feaa6bd
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .tekton/integration-tests/pipelines/static-code-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,17 @@ spec:
resolver: git
params:
- name: url
value: https://github.com/konflux-qe-incubator/konflux-qe-definitions.git
value: https://github.com/xinredhat/konflux-qe-definitions.git
- name: revision
value: main
value: shellcheck_exclude_dirs
- name: pathInRepo
value: common/tasks/linters/shellcheck/shellcheck.yaml
params:
- name: git-url
value: "$(tasks.test-metadata.results.git-url)"
- name: git-revision
value: "$(tasks.test-metadata.results.git-revision)"
value: "$(tasks.test-metadata.results.git-revision)"
- name: exclude_dirs
value:
- "vendor"
- ".tekton"

0 comments on commit feaa6bd

Please sign in to comment.