Skip to content

Commit 494eae9

Browse files
committed
Adapt to renamed SCREAMING_CASE parameters
1 parent fa545b5 commit 494eae9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.tekton/scanner-component-pipeline.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,16 +201,16 @@ spec:
201201
value: determine-image-tag
202202
- name: bundle
203203
# TODO(ROX-27350): switch to latest tag after tasks PR is pushed.
204-
value: quay.io/rhacs-eng/konflux-tasks:pr-3@sha256:525310fe3f58a673d743712ab94362153492f0f4dea404a64f18e68767e8c941
204+
value: quay.io/rhacs-eng/konflux-tasks:pr-3@sha256:b647a140f90bacc6cfdfca2bf7f50ad761cbef5dedb6dbff9e1d007479327069
205205
- name: kind
206206
value: task
207207
resolver: bundles
208208

209209
- name: fetch-scanner-data
210210
params:
211-
- name: blobs-to-fetch
211+
- name: BLOBS_TO_FETCH
212212
value: [ "$(params.blobs-to-fetch[*])" ]
213-
- name: target-dir
213+
- name: TARGET_DIR
214214
value: .konflux/scanner-data
215215
- name: SOURCE_ARTIFACT
216216
value: $(tasks.clone-repository.results.SOURCE_ARTIFACT)
@@ -224,7 +224,7 @@ spec:
224224
value: fetch-scanner-v2-data
225225
- name: bundle
226226
# TODO(ROX-27350): switch to latest tag after tasks PR is pushed.
227-
value: quay.io/rhacs-eng/konflux-tasks:pr-3@sha256:525310fe3f58a673d743712ab94362153492f0f4dea404a64f18e68767e8c941
227+
value: quay.io/rhacs-eng/konflux-tasks:pr-3@sha256:b647a140f90bacc6cfdfca2bf7f50ad761cbef5dedb6dbff9e1d007479327069
228228
- name: kind
229229
value: task
230230
resolver: bundles

0 commit comments

Comments
 (0)