File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 description : Skip the ecosystem preflight checks (bundles should skip)
5454 name : skip-preflight
5555 type : string
56+ - default : " false"
57+ description : Skip the sast coverity check
58+ name : skip-sast-coverity
59+ type : string
5660 - default : " false"
5761 description : Execute the build with network isolation
5862 name : hermetic
@@ -486,6 +490,10 @@ spec:
486490 operator : in
487491 values :
488492 - " false"
493+ - input : $(params.skip-sast-coverity)
494+ operator : in
495+ values :
496+ - " false"
489497 - input : $(tasks.coverity-availability-check.results.STATUS)
490498 operator : in
491499 values :
@@ -507,6 +515,10 @@ spec:
507515 operator : in
508516 values :
509517 - " false"
518+ - input : $(params.skip-sast-coverity)
519+ operator : in
520+ values :
521+ - " false"
510522 - name : sast-shell-check
511523 params :
512524 - name : image-digest
Original file line number Diff line number Diff line change 6060 value : true
6161 - name : build-source-image
6262 value : " true"
63+ - name : skip-sast-coverity
64+ value : " true"
6365 pipelineRef :
6466 name : build-pipeline
65- taskRunTemplate : {}
67+ taskRunTemplate :
68+ serviceAccountName : build-pipeline-recert-4-20
6669 workspaces :
6770 - name : git-auth
6871 secret :
Original file line number Diff line number Diff line change 5858 value : true
5959 - name : build-source-image
6060 value : " true"
61+ - name : skip-sast-coverity
62+ value : " true"
6163 pipelineRef :
6264 name : build-pipeline
63- taskRunTemplate : {}
65+ taskRunTemplate :
66+ serviceAccountName : build-pipeline-recert-4-20
6467 workspaces :
6568 - name : git-auth
6669 secret :
You can’t perform that action at this time.
0 commit comments