Skip to content

Commit

Permalink
add rpm signature scan task and update quay ref (#2737)
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshdubey-star authored Nov 6, 2024
1 parent 64200ba commit 3fe9949
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
10 changes: 6 additions & 4 deletions .tekton/edge-api-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -462,12 +462,14 @@ spec:
workspace: workspace
- name: rpms-signature-scan
params:
- name: image-url
value: $(tasks.build-image-index.results.IMAGE_URL)
- name: image-digest
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
value: $(tasks.build-container.results.IMAGE_DIGEST)
- name: image-url
value: $(tasks.build-container.results.IMAGE_URL)
- name: fail-unsigned
value: true
runAfter:
- build-image-index
- build-container
taskRef:
params:
- name: name
Expand Down
10 changes: 6 additions & 4 deletions .tekton/edge-api-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -459,12 +459,14 @@ spec:
workspace: workspace
- name: rpms-signature-scan
params:
- name: image-url
value: $(tasks.build-image-index.results.IMAGE_URL)
- name: image-digest
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
value: $(tasks.build-container.results.IMAGE_DIGEST)
- name: image-url
value: $(tasks.build-container.results.IMAGE_URL)
- name: fail-unsigned
value: true
runAfter:
- build-image-index
- build-container
taskRef:
params:
- name: name
Expand Down
2 changes: 1 addition & 1 deletion deploy/clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ parameters:
- description: Image name
name: IMAGE
required: false
value: quay.io/redhat-services-prod/insights-management-tenant/insights-edge/edge-backend
value: quay.io/redhat-services-prod/insights-management-tenant/insights-edge/edge-api
- description: Determines if Clowder deployment is enabled
name: CLOWDER_ENABLED
required: false
Expand Down

0 comments on commit 3fe9949

Please sign in to comment.