Skip to content

Commit ca13be9

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 04390f3 commit ca13be9

4 files changed

+8
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,8 @@ spec:
373373
- 'false'
374374
- name: sast-unicode-check
375375
params:
376+
- name: image-digest
377+
value: $(tasks.build-container.results.IMAGE_DIGEST)
376378
- name: image-url
377379
value: $(tasks.build-container.results.IMAGE_URL)
378380
- name: SOURCE_ARTIFACT

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,8 @@ spec:
370370
- 'false'
371371
- name: sast-unicode-check
372372
params:
373+
- name: image-digest
374+
value: $(tasks.build-container.results.IMAGE_DIGEST)
373375
- name: image-url
374376
value: $(tasks.build-container.results.IMAGE_URL)
375377
- name: SOURCE_ARTIFACT

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,8 @@ spec:
369369
- 'false'
370370
- name: sast-unicode-check
371371
params:
372+
- name: image-digest
373+
value: $(tasks.build-container.results.IMAGE_DIGEST)
372374
- name: image-url
373375
value: $(tasks.build-container.results.IMAGE_URL)
374376
- name: SOURCE_ARTIFACT

.tekton/windows-machine-config-operator-release-4-20-push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,8 @@ spec:
366366
- 'false'
367367
- name: sast-unicode-check
368368
params:
369+
- name: image-digest
370+
value: $(tasks.build-container.results.IMAGE_DIGEST)
369371
- name: image-url
370372
value: $(tasks.build-container.results.IMAGE_URL)
371373
- name: SOURCE_ARTIFACT

0 commit comments

Comments
 (0)