Skip to content

Commit 0036b66

Browse files
committed
tekton: disable sast-coverity checks
Signed-off-by: Abraham <[email protected]>
1 parent cd87c8e commit 0036b66

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,10 @@ spec:
458458
operator: in
459459
values:
460460
- "false"
461+
- input: $(params.skip-sast-coverity)
462+
operator: in
463+
values:
464+
- "false"
461465
- input: $(tasks.coverity-availability-check.results.STATUS)
462466
operator: in
463467
values:

0 commit comments

Comments
 (0)