Skip to content

Commit 7d8ea88

Browse files
Update odh-workbench-jupyter-minimal-cpu-py312-rhels-push.yaml
1 parent a121837 commit 7d8ea88

File tree

1 file changed

+0
-49
lines changed

1 file changed

+0
-49
lines changed

.tekton/odh-workbench-jupyter-minimal-cpu-py312-rhels-push.yaml

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -410,55 +410,6 @@ spec:
410410
operator: in
411411
values:
412412
- "false"
413-
- name: sast-coverity-check
414-
params:
415-
- name: image-digest
416-
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
417-
- name: image-url
418-
value: $(tasks.build-image-index.results.IMAGE_URL)
419-
- name: IMAGE
420-
value: $(params.output-image)
421-
- name: DOCKERFILE
422-
value: $(params.dockerfile)
423-
- name: CONTEXT
424-
value: $(params.path-context)
425-
- name: HERMETIC
426-
value: $(params.hermetic)
427-
- name: PREFETCH_INPUT
428-
value: $(params.prefetch-input)
429-
- name: IMAGE_EXPIRES_AFTER
430-
value: $(params.image-expires-after)
431-
- name: COMMIT_SHA
432-
value: $(tasks.clone-repository.results.commit)
433-
- name: BUILD_ARGS
434-
value:
435-
- $(params.build-args[*])
436-
- name: BUILD_ARGS_FILE
437-
value: $(params.build-args-file)
438-
- name: SOURCE_ARTIFACT
439-
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
440-
- name: CACHI2_ARTIFACT
441-
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
442-
runAfter:
443-
- coverity-availability-check
444-
taskRef:
445-
params:
446-
- name: name
447-
value: sast-coverity-check-oci-ta
448-
- name: bundle
449-
value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta:0.3@sha256:ae62d14c999fd93246fef4e57d28570fa5200c3266b9a3263a39965e5a5b02d7
450-
- name: kind
451-
value: task
452-
resolver: bundles
453-
when:
454-
- input: $(params.skip-checks)
455-
operator: in
456-
values:
457-
- "false"
458-
- input: $(tasks.coverity-availability-check.results.STATUS)
459-
operator: in
460-
values:
461-
- success
462413
- name: coverity-availability-check
463414
runAfter:
464415
- build-image-index

0 commit comments

Comments
 (0)