From e0bba6c6f2d5d4ef848af4d6ca9ee085a611c2c3 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Sat, 28 Jun 2025 05:29:23 +0000 Subject: [PATCH] Update Konflux references Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- .tekton/hive-pull-request.yaml | 115 ++++++++++++++++----------------- .tekton/hive-push.yaml | 115 ++++++++++++++++----------------- 2 files changed, 114 insertions(+), 116 deletions(-) diff --git a/.tekton/hive-pull-request.yaml b/.tekton/hive-pull-request.yaml index 204f559367..b739702e62 100644 --- a/.tekton/hive-pull-request.yaml +++ b/.tekton/hive-pull-request.yaml @@ -6,12 +6,12 @@ metadata: build.appstudio.redhat.com/commit_sha: '{{revision}}' build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}' build.appstudio.redhat.com/target_branch: '{{target_branch}}' - pipelinesascode.tekton.dev/max-keep-runs: "3" + pipelinesascode.tekton.dev/max-keep-runs: '3' pipelinesascode.tekton.dev/on-cel-expression: | event == "pull_request" && target_branch == "master" && !files.all.all(x, x.matches('^docs/|\\.md$|^(?:.*/)?(?:\\.gitignore|OWNERS|PROJECT|LICENSE)$')) - creationTimestamp: null + creationTimestamp: labels: appstudio.openshift.io/application: hive-operator appstudio.openshift.io/component: hive @@ -48,7 +48,7 @@ spec: - name: name value: show-sbom - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:945a7c9066d3e0a95d3fddb7e8a6992e4d632a2a75d8f3a9bd2ff2fef0ec9aa0 + value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:1b1df4da95966d08ac6a5b8198710e09e68b5c2cdc707c37d9d19769e65884b2 - name: kind value: task resolver: bundles @@ -67,7 +67,7 @@ spec: - name: name value: summary - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-summary:0.2@sha256:870d9a04d9784840a90b7bf6817cd0d0c4edfcda04b1ba1868cae625a3c3bfcc + value: quay.io/konflux-ci/tekton-catalog/task-summary:0.2@sha256:3f6e8513cbd70f0416eb6c6f2766973a754778526125ff33d8e3633def917091 - name: kind value: task resolver: bundles @@ -78,7 +78,7 @@ spec: - description: Source Repository URL name: git-url type: string - - default: "" + - default: '' description: Revision of the Source Repository name: revision type: string @@ -86,40 +86,37 @@ spec: name: output-image type: string - default: . - description: Path to the source code of an application's component from where - to build image. + description: Path to the source code of an application's component from where to build image. name: path-context type: string - default: Dockerfile - description: Path to the Dockerfile inside the context specified by parameter - path-context + description: Path to the Dockerfile inside the context specified by parameter path-context name: dockerfile type: string - - default: "false" + - default: 'false' description: Force rebuild image name: rebuild type: string - - default: "false" + - default: 'false' description: Skip checks against built image name: skip-checks type: string - - default: "false" + - default: 'false' description: Execute the build with network isolation name: hermetic type: string - - default: "" + - default: '' description: Build dependencies to be prefetched by Cachi2 name: prefetch-input type: string - - default: "" - description: Image tag expiration time, time values could be something like - 1h, 2d, 3w for hours, days, and weeks, respectively. + - default: '' + description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively. name: image-expires-after - - default: "false" + - default: 'false' description: Build a source image. name: build-source-image type: string - - default: "false" + - default: 'false' description: Add built image into an OCI image index name: build-image-index type: string @@ -127,21 +124,21 @@ spec: description: Array of --build-arg values ("arg=value" strings) for buildah name: build-args type: array - - default: "" + - default: '' description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file name: build-args-file type: string results: - - description: "" + - description: '' name: IMAGE_URL value: $(tasks.build-image-index.results.IMAGE_URL) - - description: "" + - description: '' name: IMAGE_DIGEST value: $(tasks.build-image-index.results.IMAGE_DIGEST) - - description: "" + - description: '' name: CHAINS-GIT_URL value: $(tasks.clone-repository.results.url) - - description: "" + - description: '' name: CHAINS-GIT_COMMIT value: $(tasks.clone-repository.results.commit) tasks: @@ -158,7 +155,7 @@ spec: - name: name value: init - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:90dda596d44b3f861889da2fba161dff34c6116fe76c3989e3f84262ea0f29cd + value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a - name: kind value: task resolver: bundles @@ -175,7 +172,7 @@ spec: - name: name value: git-clone - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-git-clone:0.1@sha256:d091a9e19567a4cbdc5acd57903c71ba71dc51d749a4ba7477e689608851e981 + value: quay.io/konflux-ci/tekton-catalog/task-git-clone:0.1@sha256:7939000e2f92fc8b5d2c4ee4ba9000433c5aa7700d2915a1d4763853d5fd1fd4 - name: kind value: task resolver: bundles @@ -183,7 +180,7 @@ spec: - input: $(tasks.init.results.build) operator: in values: - - "true" + - 'true' workspaces: - name: output workspace: workspace @@ -200,7 +197,7 @@ spec: - name: name value: prefetch-dependencies - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies:0.1@sha256:b7a6b67e97c6c03b552b9cd57d4a2868d63e279ee68ced2a53e713befca9e009 + value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies:0.2@sha256:78d4311a179437a07cc9f33fcc65fc89ae03c24c060e11e4056e914197c0261e - name: kind value: task resolver: bundles @@ -208,7 +205,7 @@ spec: - input: $(params.prefetch-input) operator: notin values: - - "" + - '' workspaces: - name: source workspace: workspace @@ -256,7 +253,7 @@ spec: - input: $(tasks.init.results.build) operator: in values: - - "true" + - 'true' workspaces: - name: source workspace: workspace @@ -280,7 +277,7 @@ spec: - name: name value: build-image-index - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:479775c8655d815fb515aeb97efc0e64284a8520c452754981970900b937a393 + value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:846dc9975914f31380ec2712fdbac9df3b06c00a9cc7df678315a7f97145efc2 - name: kind value: task resolver: bundles @@ -288,7 +285,7 @@ spec: - input: $(tasks.init.results.build) operator: in values: - - "true" + - 'true' - name: build-source-image params: - name: BINARY_IMAGE @@ -300,7 +297,7 @@ spec: - name: name value: source-build - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-source-build:0.1@sha256:bb8e48129d758f837e4c41e7fe40ed6d18f862b6f4d0ade3cc2d5c79adf9e556 + value: quay.io/konflux-ci/tekton-catalog/task-source-build:0.2@sha256:ab7298db687b1bdaa8f3fb4f24ee6c48e100283d0584eddac12ad4353b8a4e97 - name: kind value: task resolver: bundles @@ -308,11 +305,11 @@ spec: - input: $(tasks.init.results.build) operator: in values: - - "true" + - 'true' - input: $(params.build-source-image) operator: in values: - - "true" + - 'true' workspaces: - name: workspace workspace: workspace @@ -329,7 +326,7 @@ spec: - name: name value: deprecated-image-check - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.4@sha256:650330fde0773f73f6bac77ae573031c44c79165d9503b0d5ec1db3e6ef981d7 + value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3c8b81fa868e27c6266e7660a4bfb4c822846dcf4304606e71e20893b0d3e515 - name: kind value: task resolver: bundles @@ -337,7 +334,7 @@ spec: - input: $(params.skip-checks) operator: in values: - - "false" + - 'false' - name: clair-scan params: - name: image-digest @@ -351,7 +348,7 @@ spec: - name: name value: clair-scan - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:907f11c67b0330480cbf85c23b1085acc5a049ab90af980169251860a3d97ef7 + value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:d354939892f3a904223ec080cc3771bd11931085a5d202323ea491ee8e8c5e43 - name: kind value: task resolver: bundles @@ -359,7 +356,7 @@ spec: - input: $(params.skip-checks) operator: in values: - - "false" + - 'false' - name: ecosystem-cert-preflight-checks params: - name: image-url @@ -371,7 +368,7 @@ spec: - name: name value: ecosystem-cert-preflight-checks - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.1@sha256:df8a25a3431a70544172ed4844f9d0c6229d39130633960729f825a031a7dea9 + value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:b550ff4f0b634512ce5200074be7afd7a5a6c05b783620c626e2a3035cd56448 - name: kind value: task resolver: bundles @@ -379,7 +376,7 @@ spec: - input: $(params.skip-checks) operator: in values: - - "false" + - 'false' - name: sast-snyk-check params: - name: image-digest @@ -393,7 +390,7 @@ spec: - name: name value: sast-snyk-check - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check:0.3@sha256:b89b936f680d18adf8d3e4d7682357e28d05da382b970741ccb0f6c05a894ee2 + value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check:0.4@sha256:da2344f6dae50fc14892d818aee128f9d5df32d0d98dddb504e721408a9fb13d - name: kind value: task resolver: bundles @@ -401,7 +398,7 @@ spec: - input: $(params.skip-checks) operator: in values: - - "false" + - 'false' workspaces: - name: workspace workspace: workspace @@ -418,7 +415,7 @@ spec: - name: name value: clamav-scan - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:c12e7a774bb07ad2796c01071b0dc0f199111b0ee99c45b55fa599e23b200bae + value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:9cab95ac9e833d77a63c079893258b73b8d5a298d93aaf9bdd6722471bc2f338 - name: kind value: task resolver: bundles @@ -426,7 +423,7 @@ spec: - input: $(params.skip-checks) operator: in values: - - "false" + - 'false' - name: sast-coverity-check params: - name: image-digest @@ -440,7 +437,7 @@ spec: - name: name value: sast-coverity-check - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check:0.1@sha256:63f3ac94fd881cb51a8c20d5a3dcbe2e406054bc508ab60c739138d4f55796b3 + value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check:0.3@sha256:a0ff1dc6d7f23d88e790bf82e2275c80bd60c7b96760c195a56d093dc5fa0083 - name: kind value: task resolver: bundles @@ -448,7 +445,7 @@ spec: - input: $(params.skip-checks) operator: in values: - - "false" + - 'false' - input: $(tasks.coverity-availability-check.results.STATUS) operator: in values: @@ -469,7 +466,7 @@ spec: - name: name value: coverity-availability-check - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.1@sha256:e61d2c756831dbad1e2b43ee2445e1dc23a29efcab67e4923b960966075b4d1f + value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:db2b267dc15e4ed17f704ee91b8e9b38068e1a35b1018a328fdca621819d74c6 - name: kind value: task resolver: bundles @@ -477,7 +474,7 @@ spec: - input: $(params.skip-checks) operator: in values: - - "false" + - 'false' workspaces: - name: workspace workspace: workspace @@ -494,7 +491,7 @@ spec: - name: name value: sast-shell-check - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check:0.1@sha256:3b31fbc04c1e8bf1338eb9cdbbe7e535adeff6d5b940d0124b5391676cbafeb7 + value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check:0.1@sha256:31a6b06b2f1377e582d4f21647be0faf8f1e96aaa1ab45197744f8d18d1fc61b - name: kind value: task resolver: bundles @@ -502,7 +499,7 @@ spec: - input: $(params.skip-checks) operator: in values: - - "false" + - 'false' workspaces: - name: workspace workspace: workspace @@ -517,7 +514,7 @@ spec: - name: name value: sast-unicode-check - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check:0.1@sha256:12bf4880b9ddfa860dd2595e2fd8a9f20c0b0490f84577bdafd437d42ff5ecf4 + value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check:0.2@sha256:b690b6a725fc2753283350eb313057f8d6ed7417503f80958669a20d7bbc8900 - name: kind value: task resolver: bundles @@ -525,14 +522,16 @@ spec: - input: $(params.skip-checks) operator: in values: - - "false" + - 'false' workspaces: - name: workspace workspace: workspace - name: apply-tags params: - - name: IMAGE + - name: IMAGE_URL value: $(tasks.build-image-index.results.IMAGE_URL) + - name: IMAGE_DIGEST + value: $(tasks.build-image-index.results.IMAGE_DIGEST) runAfter: - build-image-index taskRef: @@ -540,7 +539,7 @@ spec: - name: name value: apply-tags - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:2c2d88c07623b2d25163994ded6e9f29205ea5bbab090f4c86379739940028b9 + value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d - name: kind value: task resolver: bundles @@ -561,7 +560,7 @@ spec: - name: name value: push-dockerfile - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile:0.1@sha256:e11a94301c6c89cda7765b64edcc559acdda8527c3aa8857a15f14485466ccae + value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile:0.1@sha256:1e78c3a32f072d3ba8c49362f16f7e97365c1cfde44813d21b4988765216a09c - name: kind value: task resolver: bundles @@ -581,7 +580,7 @@ spec: - name: name value: rpms-signature-scan - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:39cd56ffa26ff5edfd5bf9b61e902cae35a345c078cd9dcbc0737d30f3ce5ef1 + value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120 - name: kind value: task resolver: bundles @@ -589,7 +588,7 @@ spec: - input: $(params.skip-checks) operator: in values: - - "false" + - 'false' workspaces: - name: workspace - name: git-auth @@ -601,7 +600,7 @@ spec: - name: workspace volumeClaimTemplate: metadata: - creationTimestamp: null + creationTimestamp: spec: accessModes: - ReadWriteOnce diff --git a/.tekton/hive-push.yaml b/.tekton/hive-push.yaml index 288866e02f..bd0c7d2f74 100644 --- a/.tekton/hive-push.yaml +++ b/.tekton/hive-push.yaml @@ -5,12 +5,12 @@ metadata: build.appstudio.openshift.io/repo: https://github.com/openshift/hive?rev={{revision}} build.appstudio.redhat.com/commit_sha: '{{revision}}' build.appstudio.redhat.com/target_branch: '{{target_branch}}' - pipelinesascode.tekton.dev/max-keep-runs: "3" + pipelinesascode.tekton.dev/max-keep-runs: '3' pipelinesascode.tekton.dev/on-cel-expression: | event == "push" && target_branch == "master" && !files.all.all(x, x.matches('^docs/|\\.md$|^(?:.*/)?(?:\\.gitignore|OWNERS|PROJECT|LICENSE)$')) - creationTimestamp: null + creationTimestamp: labels: appstudio.openshift.io/application: hive-operator appstudio.openshift.io/component: hive @@ -45,7 +45,7 @@ spec: - name: name value: show-sbom - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:945a7c9066d3e0a95d3fddb7e8a6992e4d632a2a75d8f3a9bd2ff2fef0ec9aa0 + value: quay.io/konflux-ci/tekton-catalog/task-show-sbom:0.1@sha256:1b1df4da95966d08ac6a5b8198710e09e68b5c2cdc707c37d9d19769e65884b2 - name: kind value: task resolver: bundles @@ -64,7 +64,7 @@ spec: - name: name value: summary - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-summary:0.2@sha256:870d9a04d9784840a90b7bf6817cd0d0c4edfcda04b1ba1868cae625a3c3bfcc + value: quay.io/konflux-ci/tekton-catalog/task-summary:0.2@sha256:3f6e8513cbd70f0416eb6c6f2766973a754778526125ff33d8e3633def917091 - name: kind value: task resolver: bundles @@ -75,7 +75,7 @@ spec: - description: Source Repository URL name: git-url type: string - - default: "" + - default: '' description: Revision of the Source Repository name: revision type: string @@ -83,40 +83,37 @@ spec: name: output-image type: string - default: . - description: Path to the source code of an application's component from where - to build image. + description: Path to the source code of an application's component from where to build image. name: path-context type: string - default: Dockerfile - description: Path to the Dockerfile inside the context specified by parameter - path-context + description: Path to the Dockerfile inside the context specified by parameter path-context name: dockerfile type: string - - default: "false" + - default: 'false' description: Force rebuild image name: rebuild type: string - - default: "false" + - default: 'false' description: Skip checks against built image name: skip-checks type: string - - default: "false" + - default: 'false' description: Execute the build with network isolation name: hermetic type: string - - default: "" + - default: '' description: Build dependencies to be prefetched by Cachi2 name: prefetch-input type: string - - default: "" - description: Image tag expiration time, time values could be something like - 1h, 2d, 3w for hours, days, and weeks, respectively. + - default: '' + description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively. name: image-expires-after - - default: "false" + - default: 'false' description: Build a source image. name: build-source-image type: string - - default: "false" + - default: 'false' description: Add built image into an OCI image index name: build-image-index type: string @@ -124,21 +121,21 @@ spec: description: Array of --build-arg values ("arg=value" strings) for buildah name: build-args type: array - - default: "" + - default: '' description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file name: build-args-file type: string results: - - description: "" + - description: '' name: IMAGE_URL value: $(tasks.build-image-index.results.IMAGE_URL) - - description: "" + - description: '' name: IMAGE_DIGEST value: $(tasks.build-image-index.results.IMAGE_DIGEST) - - description: "" + - description: '' name: CHAINS-GIT_URL value: $(tasks.clone-repository.results.url) - - description: "" + - description: '' name: CHAINS-GIT_COMMIT value: $(tasks.clone-repository.results.commit) tasks: @@ -155,7 +152,7 @@ spec: - name: name value: init - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:90dda596d44b3f861889da2fba161dff34c6116fe76c3989e3f84262ea0f29cd + value: quay.io/konflux-ci/tekton-catalog/task-init:0.2@sha256:66e90d31e1386bf516fb548cd3e3f0082b5d0234b8b90dbf9e0d4684b70dbe1a - name: kind value: task resolver: bundles @@ -172,7 +169,7 @@ spec: - name: name value: git-clone - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-git-clone:0.1@sha256:d091a9e19567a4cbdc5acd57903c71ba71dc51d749a4ba7477e689608851e981 + value: quay.io/konflux-ci/tekton-catalog/task-git-clone:0.1@sha256:7939000e2f92fc8b5d2c4ee4ba9000433c5aa7700d2915a1d4763853d5fd1fd4 - name: kind value: task resolver: bundles @@ -180,7 +177,7 @@ spec: - input: $(tasks.init.results.build) operator: in values: - - "true" + - 'true' workspaces: - name: output workspace: workspace @@ -197,7 +194,7 @@ spec: - name: name value: prefetch-dependencies - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies:0.1@sha256:b7a6b67e97c6c03b552b9cd57d4a2868d63e279ee68ced2a53e713befca9e009 + value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies:0.2@sha256:78d4311a179437a07cc9f33fcc65fc89ae03c24c060e11e4056e914197c0261e - name: kind value: task resolver: bundles @@ -205,7 +202,7 @@ spec: - input: $(params.prefetch-input) operator: notin values: - - "" + - '' workspaces: - name: source workspace: workspace @@ -253,7 +250,7 @@ spec: - input: $(tasks.init.results.build) operator: in values: - - "true" + - 'true' workspaces: - name: source workspace: workspace @@ -277,7 +274,7 @@ spec: - name: name value: build-image-index - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:479775c8655d815fb515aeb97efc0e64284a8520c452754981970900b937a393 + value: quay.io/konflux-ci/tekton-catalog/task-build-image-index:0.1@sha256:846dc9975914f31380ec2712fdbac9df3b06c00a9cc7df678315a7f97145efc2 - name: kind value: task resolver: bundles @@ -285,7 +282,7 @@ spec: - input: $(tasks.init.results.build) operator: in values: - - "true" + - 'true' - name: build-source-image params: - name: BINARY_IMAGE @@ -297,7 +294,7 @@ spec: - name: name value: source-build - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-source-build:0.1@sha256:bb8e48129d758f837e4c41e7fe40ed6d18f862b6f4d0ade3cc2d5c79adf9e556 + value: quay.io/konflux-ci/tekton-catalog/task-source-build:0.2@sha256:ab7298db687b1bdaa8f3fb4f24ee6c48e100283d0584eddac12ad4353b8a4e97 - name: kind value: task resolver: bundles @@ -305,11 +302,11 @@ spec: - input: $(tasks.init.results.build) operator: in values: - - "true" + - 'true' - input: $(params.build-source-image) operator: in values: - - "true" + - 'true' workspaces: - name: workspace workspace: workspace @@ -326,7 +323,7 @@ spec: - name: name value: deprecated-image-check - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.4@sha256:650330fde0773f73f6bac77ae573031c44c79165d9503b0d5ec1db3e6ef981d7 + value: quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check:0.5@sha256:3c8b81fa868e27c6266e7660a4bfb4c822846dcf4304606e71e20893b0d3e515 - name: kind value: task resolver: bundles @@ -334,7 +331,7 @@ spec: - input: $(params.skip-checks) operator: in values: - - "false" + - 'false' - name: clair-scan params: - name: image-digest @@ -348,7 +345,7 @@ spec: - name: name value: clair-scan - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:907f11c67b0330480cbf85c23b1085acc5a049ab90af980169251860a3d97ef7 + value: quay.io/konflux-ci/tekton-catalog/task-clair-scan:0.2@sha256:d354939892f3a904223ec080cc3771bd11931085a5d202323ea491ee8e8c5e43 - name: kind value: task resolver: bundles @@ -356,7 +353,7 @@ spec: - input: $(params.skip-checks) operator: in values: - - "false" + - 'false' - name: ecosystem-cert-preflight-checks params: - name: image-url @@ -368,7 +365,7 @@ spec: - name: name value: ecosystem-cert-preflight-checks - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.1@sha256:df8a25a3431a70544172ed4844f9d0c6229d39130633960729f825a031a7dea9 + value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:b550ff4f0b634512ce5200074be7afd7a5a6c05b783620c626e2a3035cd56448 - name: kind value: task resolver: bundles @@ -376,7 +373,7 @@ spec: - input: $(params.skip-checks) operator: in values: - - "false" + - 'false' - name: sast-snyk-check params: - name: image-digest @@ -390,7 +387,7 @@ spec: - name: name value: sast-snyk-check - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check:0.3@sha256:b89b936f680d18adf8d3e4d7682357e28d05da382b970741ccb0f6c05a894ee2 + value: quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check:0.4@sha256:da2344f6dae50fc14892d818aee128f9d5df32d0d98dddb504e721408a9fb13d - name: kind value: task resolver: bundles @@ -398,7 +395,7 @@ spec: - input: $(params.skip-checks) operator: in values: - - "false" + - 'false' workspaces: - name: workspace workspace: workspace @@ -415,7 +412,7 @@ spec: - name: name value: clamav-scan - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:c12e7a774bb07ad2796c01071b0dc0f199111b0ee99c45b55fa599e23b200bae + value: quay.io/konflux-ci/tekton-catalog/task-clamav-scan:0.2@sha256:9cab95ac9e833d77a63c079893258b73b8d5a298d93aaf9bdd6722471bc2f338 - name: kind value: task resolver: bundles @@ -423,7 +420,7 @@ spec: - input: $(params.skip-checks) operator: in values: - - "false" + - 'false' - name: sast-coverity-check params: - name: image-digest @@ -437,7 +434,7 @@ spec: - name: name value: sast-coverity-check - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check:0.1@sha256:63f3ac94fd881cb51a8c20d5a3dcbe2e406054bc508ab60c739138d4f55796b3 + value: quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check:0.3@sha256:a0ff1dc6d7f23d88e790bf82e2275c80bd60c7b96760c195a56d093dc5fa0083 - name: kind value: task resolver: bundles @@ -445,7 +442,7 @@ spec: - input: $(params.skip-checks) operator: in values: - - "false" + - 'false' - input: $(tasks.coverity-availability-check.results.STATUS) operator: in values: @@ -466,7 +463,7 @@ spec: - name: name value: coverity-availability-check - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.1@sha256:e61d2c756831dbad1e2b43ee2445e1dc23a29efcab67e4923b960966075b4d1f + value: quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check:0.2@sha256:db2b267dc15e4ed17f704ee91b8e9b38068e1a35b1018a328fdca621819d74c6 - name: kind value: task resolver: bundles @@ -474,7 +471,7 @@ spec: - input: $(params.skip-checks) operator: in values: - - "false" + - 'false' workspaces: - name: workspace workspace: workspace @@ -491,7 +488,7 @@ spec: - name: name value: sast-shell-check - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check:0.1@sha256:3b31fbc04c1e8bf1338eb9cdbbe7e535adeff6d5b940d0124b5391676cbafeb7 + value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check:0.1@sha256:31a6b06b2f1377e582d4f21647be0faf8f1e96aaa1ab45197744f8d18d1fc61b - name: kind value: task resolver: bundles @@ -499,7 +496,7 @@ spec: - input: $(params.skip-checks) operator: in values: - - "false" + - 'false' workspaces: - name: workspace workspace: workspace @@ -514,7 +511,7 @@ spec: - name: name value: sast-unicode-check - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check:0.1@sha256:12bf4880b9ddfa860dd2595e2fd8a9f20c0b0490f84577bdafd437d42ff5ecf4 + value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check:0.2@sha256:b690b6a725fc2753283350eb313057f8d6ed7417503f80958669a20d7bbc8900 - name: kind value: task resolver: bundles @@ -522,14 +519,16 @@ spec: - input: $(params.skip-checks) operator: in values: - - "false" + - 'false' workspaces: - name: workspace workspace: workspace - name: apply-tags params: - - name: IMAGE + - name: IMAGE_URL value: $(tasks.build-image-index.results.IMAGE_URL) + - name: IMAGE_DIGEST + value: $(tasks.build-image-index.results.IMAGE_DIGEST) runAfter: - build-image-index taskRef: @@ -537,7 +536,7 @@ spec: - name: name value: apply-tags - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.1@sha256:2c2d88c07623b2d25163994ded6e9f29205ea5bbab090f4c86379739940028b9 + value: quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.2@sha256:517a51e260c0b59654a9d7b842e1ab07d76bce15ca7ce9c8fd2489a19be6463d - name: kind value: task resolver: bundles @@ -558,7 +557,7 @@ spec: - name: name value: push-dockerfile - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile:0.1@sha256:e11a94301c6c89cda7765b64edcc559acdda8527c3aa8857a15f14485466ccae + value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile:0.1@sha256:1e78c3a32f072d3ba8c49362f16f7e97365c1cfde44813d21b4988765216a09c - name: kind value: task resolver: bundles @@ -578,7 +577,7 @@ spec: - name: name value: rpms-signature-scan - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:39cd56ffa26ff5edfd5bf9b61e902cae35a345c078cd9dcbc0737d30f3ce5ef1 + value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:1b6c20ab3dbfb0972803d3ebcb2fa72642e59400c77bd66dfd82028bdd09e120 - name: kind value: task resolver: bundles @@ -586,7 +585,7 @@ spec: - input: $(params.skip-checks) operator: in values: - - "false" + - 'false' workspaces: - name: workspace - name: git-auth @@ -598,7 +597,7 @@ spec: - name: workspace volumeClaimTemplate: metadata: - creationTimestamp: null + creationTimestamp: spec: accessModes: - ReadWriteOnce