Skip to content

Commit

Permalink
remove clair check
Browse files Browse the repository at this point in the history
  • Loading branch information
flacatus committed Aug 9, 2023
1 parent 7d1322b commit 31392db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .tekton/frontend-quality-dashboard-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ spec:
- input: $(params.skip-checks)
operator: in
values:
- "false"
- "true"
- name: sast-snyk-check
runAfter:
- clone-repository
Expand Down Expand Up @@ -345,7 +345,7 @@ spec:
- input: $(params.skip-checks)
operator: in
values:
- "false"
- "true"
- name: sbom-json-check
params:
- name: IMAGE_URL
Expand Down
4 changes: 2 additions & 2 deletions .tekton/frontend-quality-dashboard-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ spec:
- input: $(params.skip-checks)
operator: in
values:
- "false"
- "true"
- name: sast-snyk-check
runAfter:
- clone-repository
Expand Down Expand Up @@ -342,7 +342,7 @@ spec:
- input: $(params.skip-checks)
operator: in
values:
- "false"
- "true"
- name: sbom-json-check
params:
- name: IMAGE_URL
Expand Down

0 comments on commit 31392db

Please sign in to comment.