Skip to content

Commit

Permalink
image-digest parameter for rpms-signature-scan
Browse files Browse the repository at this point in the history
New required parameter was added and existing `image-url` parameter
changed meaning.
  • Loading branch information
zregvart committed Sep 27, 2024
1 parent 9bbdd35 commit 25f745c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .tekton/build-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,9 @@ spec:
- name: rpms-signature-scan
params:
- name: image-url
value: $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
value: $(tasks.build-container.results.IMAGE_URL)
- name: image-digest
value: $(tasks.build-container.results.IMAGE_DIGEST)
runAfter:
- build-container
taskRef:
Expand Down

0 comments on commit 25f745c

Please sign in to comment.