-
Notifications
You must be signed in to change notification settings - Fork 12
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
ROX-25321: convert konflux builds to OCI artifacts #1573
ROX-25321: convert konflux builds to OCI artifacts #1573
Conversation
Skipping CI for Draft Pull Request. |
bc911af
to
695e7c1
Compare
runAfter: | ||
- build-container | ||
- name: SOURCE_ARTIFACT | ||
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT) |
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.
Could/should this be tasks.fetch-scanner-data.results.SOURCE_ARTIFACT
as the last task that edited the source?
(it won't matter for what this task attempts to achieve, nor for the order of tasks, just for the next person to copy&paste the params from this task to a latter task)
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've also switched sast-snyk-check
to the fetch-scanner-data
source artifact for consistency
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.
one tiny question, but not blocking
Converts the pipeline to use OCI artifacts, in a similar way to the other ACS components.