Skip to content

Commit 784c933

Browse files
committed
tekton: disable sast-coverity-check
disable coverity checks Signed-off-by: Abraham <[email protected]>
1 parent 7c2a3a3 commit 784c933

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.tekton/build-pipeline-must-gather.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ spec:
9898
set of values is determined by the configuration of the multi-platform-controller.
9999
name: build-platforms
100100
type: array
101+
- default: "false"
102+
description: Skip the sast coverity check
103+
name: skip-sast-coverity
104+
type: string
101105
results:
102106
- description: ""
103107
name: IMAGE_URL
@@ -454,6 +458,10 @@ spec:
454458
operator: in
455459
values:
456460
- "false"
461+
- input: $(params.skip-sast-coverity)
462+
operator: in
463+
values:
464+
- "false"
457465
- input: $(tasks.coverity-availability-check.results.STATUS)
458466
operator: in
459467
values:

.tekton/numaresources-must-gather-4-20-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ spec:
4242
value: "true"
4343
- name: prefetch-input
4444
value: '[{"type": "rpm", "path": ".konflux/must-gather"}]'
45+
- name: skip-sast-coverity
46+
value: "true"
4547
pipelineRef:
4648
name: build-pipeline-must-gather
4749
taskRunTemplate:

.tekton/numaresources-must-gather-4-20-push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ spec:
3939
value: "true"
4040
- name: prefetch-input
4141
value: '[{"type": "rpm", "path": ".konflux/must-gather"}]'
42+
- name: skip-sast-coverity
43+
value: "true"
4244
pipelineRef:
4345
name: build-pipeline-must-gather
4446
taskRunTemplate:

0 commit comments

Comments
 (0)