Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions task/rpms-signature-scan/0.2/rpms-signature-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
optional: true
steps:
- name: rpms-signature-scan
image: quay.io/konflux-ci/tools@sha256:a6bc3ee53ea6c950a381a69b466d6747194e2e6547de96e637979f420f608cc6
image: quay.io/konflux-ci/tools@sha256:b59fe8afeb938163411382fb9184e5357aa81b2e90be3be027c97e8956fc56a0
volumeMounts:
- name: workdir
mountPath: "$(params.workdir)"
Expand All @@ -73,7 +73,7 @@ spec:
--image-digest "${IMAGE_DIGEST}" \
--workdir "${WORKDIR}" \
- name: output-results
image: quay.io/konflux-ci/konflux-test:v1.4.39@sha256:89cdc9d251e15d07018548137b4034669df8e9e2b171a188c8b8201d3638cb17
image: quay.io/konflux-ci/konflux-test:v1.4.40@sha256:99eb8bcc7bcb35bdd5edea7b0ac333bbdb67586dea6b4dab92baf2b8fb32bf2c
volumeMounts:
- name: workdir
mountPath: "$(params.workdir)"
Expand Down
Loading