-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(RHTAPWATCH-1297): Add rpms-signature-scan to template #1480
Conversation
Please merge #1482 before merging this PR. |
Add rpms-signature-scan to template Signed-off-by: Avi Biton <[email protected]>
#1482 was merged. |
@@ -265,7 +265,21 @@ spec: | |||
workspaces: | |||
- name: workspace | |||
workspace: workspace | |||
|
|||
- name: rpms-signature-scan |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really need this task for all pipelines and all users?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe so. It's how Konflux will be able to enforce that all included RPMs are signed with the right key via EC.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, @mmorhun thats the feature.
This is the refinement doc
This is the feature
In konflux-ci#1480, we added the rpms-signature-scan task to the pipeline template. This resulted in the task being added to multiple pipelines unnecessarily. Signed-off-by: arewm <[email protected]>
In konflux-ci#1480, we added the rpms-signature-scan task to the pipeline template. This resulted in the task being added to multiple pipelines unnecessarily. Also removed additional unnecessary tasks from the tekton bundle builder pipeline. Signed-off-by: arewm <[email protected]>
In konflux-ci#1480, we added the rpms-signature-scan task to the pipeline template. This resulted in the task being added to multiple pipelines unnecessarily. Also removed additional unnecessary tasks from the tekton bundle builder pipeline. Signed-off-by: arewm <[email protected]>
In #1480, we added the rpms-signature-scan task to the pipeline template. This resulted in the task being added to multiple pipelines unnecessarily. Also removed additional unnecessary tasks from the tekton bundle builder pipeline. Signed-off-by: arewm <[email protected]>
Add rpms-signature-scan
Before you complete this pull request ...
Look for any open pull requests in the repository with the title "e2e-tests update" and
see if there are recent e2e-tests updates that will be applicable to your change.