Skip to content

Commit 67adb88

Browse files
committed
[tekton] add image-digest to sast-unicode-check
This commits reacts to task-sast-unicode-check-oci-ta migration from 0.2 to 0.3 and adds the now required image-digest to the sast-unicode-check task
1 parent 5b19932 commit 67adb88

4 files changed

+8
-0
lines changed

.tekton/windows-machine-config-operator-bundle-release-4.19-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,8 @@ spec:
412412
workspaces: []
413413
- name: sast-unicode-check
414414
params:
415+
- name: image-digest
416+
value: $(tasks.build-container.results.IMAGE_DIGEST)
415417
- name: image-url
416418
value: $(tasks.build-container.results.IMAGE_URL)
417419
- name: SOURCE_ARTIFACT

.tekton/windows-machine-config-operator-bundle-release-4.19-push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,8 @@ spec:
409409
workspaces: []
410410
- name: sast-unicode-check
411411
params:
412+
- name: image-digest
413+
value: $(tasks.build-container.results.IMAGE_DIGEST)
412414
- name: image-url
413415
value: $(tasks.build-container.results.IMAGE_URL)
414416
- name: SOURCE_ARTIFACT

.tekton/windows-machine-config-operator-release-4.19-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,8 @@ spec:
408408
workspaces: []
409409
- name: sast-unicode-check
410410
params:
411+
- name: image-digest
412+
value: $(tasks.build-container.results.IMAGE_DIGEST)
411413
- name: image-url
412414
value: $(tasks.build-container.results.IMAGE_URL)
413415
- name: SOURCE_ARTIFACT

.tekton/windows-machine-config-operator-release-4.19-push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,8 @@ spec:
405405
workspaces: []
406406
- name: sast-unicode-check
407407
params:
408+
- name: image-digest
409+
value: $(tasks.build-container.results.IMAGE_DIGEST)
408410
- name: image-url
409411
value: $(tasks.build-container.results.IMAGE_URL)
410412
- name: SOURCE_ARTIFACT

0 commit comments

Comments
 (0)