catalog
catalog copied to clipboard
Catalog of shared Tasks and Pipelines.
# Changes Add a new version of the `rhacs-image-scan` task that can be configured either with authorization using API tokens (similar configuration to 3.71 version of the task), or with...
# Changes Add a new task which handles authentication for RHACS tasks (i.e. `rhacs-image-scan, rhacs-image-check, rhacs-deployment-check`). The task will allow folks to make use of projected volumes for obtaining a...
# Expected Behavior github-open-pr Task should be able to inject CA certificates for private git servers or allow insecure connections via `... , context = ssl._create_unverified_context()` # Actual Behavior You...
# Changes Fixes the incorrect mountpath referenced in issue #1210 # Submitter Checklist These are the criteria that every PR should meet, please check them off as you review them:...
# Changes Add a multiArch param to the skopeo copy task. From issue https://github.com/tektoncd/catalog/issues/1280 and PR #1281 tho I messed up squashing :( /kind feature # Submitter Checklist These are...
- Don't use interpolation (move to env) - Easier way of specifying build args - previously would have to use `BUILD_EXTRA_ARGS` and quote them very carefully - Add warning for...
# Changes to fix sendmail task issue # Submitter Checklist These are the criteria that every PR should meet, please check them off as you review them: - [ ]...
# Expected Behavior -: Send mail task should be able to successfully send mail as configured # Actual Behavior -: Task fails and it doesn't send mails # Steps to...
# Expected Behavior I would like to be able to use the skopeo-copy task to copy multi-arch manifests between container registries. # Actual Behavior Only the architecture of the node...
# Expected Behavior Scripts runs fine in `remote-ssh-commands` session. When scripts are done, the task should run to complete status. # Actual Behavior When running a `remote-ssh-commands` task in one...