Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-33022 (GCVE-0-2026-33022)
Vulnerability from cvelistv5 – Published: 2026-03-20 07:48 – Updated: 2026-03-20 18:07- CWE-129 - Improper Validation of Array Index
| URL | Tags | |||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-33022",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-03-20T16:22:10.536063Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-03-20T18:07:35.331Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "pipeline",
"vendor": "tektoncd",
"versions": [
{
"status": "affected",
"version": "\u003e= 0.60.0, \u003c 1.0.1"
},
{
"status": "affected",
"version": "\u003e= 1.1.0, \u003c 1.3.3"
},
{
"status": "affected",
"version": "\u003e= 1.4.0, \u003c 1.6.1"
},
{
"status": "affected",
"version": "\u003e= 1.7.0, \u003c 1.9.2"
},
{
"status": "affected",
"version": "\u003e= 1.10.0, \u003c 1.10.2"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Tekton Pipelines project provides k8s-style resources for declaring CI/CD-style pipelines. Versions 0.60.0 through 1.0.0, 1.1.0 through 1.3.2, 1.4.0 through 1.6.0, 1.7.0 through 1.9.0, 1.10.0, and 1.10.1 have a denial-of-service vulnerability in that allows any user who can create a TaskRun or PipelineRun to crash the controller cluster-wide by setting .spec.taskRef.resolver (or .spec.pipelineRef.resolver) to a string of 31+ characters. The crash occurs because GenerateDeterministicNameFromSpec produces a name exceeding the 63-character DNS-1123 label limit, and its truncation logic panics on a [-1] slice bound since the generated name contains no spaces. Once crashed, the controller enters a CrashLoopBackOff on restart (as it re-reconciles the offending resource), blocking all CI/CD reconciliation until the resource is manually deleted. Built-in resolvers (git, cluster, bundles, hub) are unaffected due to their short names, but any custom resolver name triggers the bug. The fix truncates the resolver-name prefix instead of the full string, preserving the hash suffix for determinism and uniqueness. This issue has been patched in versions 1.0.1, 1.3.3, 1.6.1, 1.9.2 and 1.10.2."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-129",
"description": "CWE-129: Improper Validation of Array Index",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-03-20T07:48:15.383Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/tektoncd/pipeline/security/advisories/GHSA-cv4x-93xx-wgfj",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/tektoncd/pipeline/security/advisories/GHSA-cv4x-93xx-wgfj"
},
{
"name": "https://github.com/tektoncd/pipeline/commit/5eead3f859b9f938e86039e4d29185092c1d4ee6",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/tektoncd/pipeline/commit/5eead3f859b9f938e86039e4d29185092c1d4ee6"
}
],
"source": {
"advisory": "GHSA-cv4x-93xx-wgfj",
"discovery": "UNKNOWN"
},
"title": "Tekton Pipelines: Controller can panic when setting long resolver names in TaskRun/PipelineRun"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-33022",
"datePublished": "2026-03-20T07:48:15.383Z",
"dateReserved": "2026-03-17T17:22:14.667Z",
"dateUpdated": "2026-03-20T18:07:35.331Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-33022",
"date": "2026-04-25",
"epss": "0.00018",
"percentile": "0.04654"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-33022\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-03-20T08:16:11.293\",\"lastModified\":\"2026-03-24T16:19:48.663\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Tekton Pipelines project provides k8s-style resources for declaring CI/CD-style pipelines. Versions 0.60.0 through 1.0.0, 1.1.0 through 1.3.2, 1.4.0 through 1.6.0, 1.7.0 through 1.9.0, 1.10.0, and 1.10.1 have a denial-of-service vulnerability in that allows any user who can create a TaskRun or PipelineRun to crash the controller cluster-wide by setting .spec.taskRef.resolver (or .spec.pipelineRef.resolver) to a string of 31+ characters. The crash occurs because GenerateDeterministicNameFromSpec produces a name exceeding the 63-character DNS-1123 label limit, and its truncation logic panics on a [-1] slice bound since the generated name contains no spaces. Once crashed, the controller enters a CrashLoopBackOff on restart (as it re-reconciles the offending resource), blocking all CI/CD reconciliation until the resource is manually deleted. Built-in resolvers (git, cluster, bundles, hub) are unaffected due to their short names, but any custom resolver name triggers the bug. The fix truncates the resolver-name prefix instead of the full string, preserving the hash suffix for determinism and uniqueness. This issue has been patched in versions 1.0.1, 1.3.3, 1.6.1, 1.9.2 and 1.10.2.\"},{\"lang\":\"es\",\"value\":\"El proyecto Tekton Pipelines proporciona recursos estilo k8s para declarar pipelines estilo CI/CD. Las versiones 0.60.0 a 1.0.0, 1.1.0 a 1.3.2, 1.4.0 a 1.6.0, 1.7.0 a 1.9.0, 1.10.0 y 1.10.1 tienen una vulnerabilidad de denegaci\u00f3n de servicio que permite a cualquier usuario que pueda crear un TaskRun o PipelineRun bloquear el controlador en todo el cl\u00faster al establecer .spec.taskRef.resolver (o .spec.pipelineRef.resolver) a una cadena de 31 o m\u00e1s caracteres. El bloqueo ocurre porque GenerateDeterministicNameFromSpec produce un nombre que excede el l\u00edmite de etiqueta DNS-1123 de 63 caracteres, y su l\u00f3gica de truncamiento entra en p\u00e1nico en un l\u00edmite de segmento [-1] ya que el nombre generado no contiene espacios. Una vez bloqueado, el controlador entra en un CrashLoopBackOff al reiniciar (ya que vuelve a reconciliar el recurso infractor), bloqueando toda la reconciliaci\u00f3n de CI/CD hasta que el recurso se elimine manualmente. Los resolvedores incorporados (git, cluster, bundles, hub) no se ven afectados debido a sus nombres cortos, pero cualquier nombre de resolvedor personalizado activa el error. La soluci\u00f3n trunca el prefijo del nombre del resolvedor en lugar de la cadena completa, preservando el sufijo hash para determinismo y unicidad. Este problema ha sido parcheado en las versiones 1.0.1, 1.3.3, 1.6.1, 1.9.2 y 1.10.2.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":6.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-129\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:linuxfoundation:tekton_pipelines:*:*:*:*:*:go:*:*\",\"versionStartIncluding\":\"0.60.0\",\"versionEndExcluding\":\"1.0.1\",\"matchCriteriaId\":\"F365D90F-DED5-4C32-9C73-3D5FF467778B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:linuxfoundation:tekton_pipelines:*:*:*:*:*:go:*:*\",\"versionStartIncluding\":\"1.1.0\",\"versionEndExcluding\":\"1.3.3\",\"matchCriteriaId\":\"510D5C7F-FB2A-4059-AF03-A85FD23267F3\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:linuxfoundation:tekton_pipelines:*:*:*:*:*:go:*:*\",\"versionStartIncluding\":\"1.4.0\",\"versionEndExcluding\":\"1.6.1\",\"matchCriteriaId\":\"B4303F35-5E39-4F4B-9258-FE58CCA3C760\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:linuxfoundation:tekton_pipelines:*:*:*:*:*:go:*:*\",\"versionStartIncluding\":\"1.7.0\",\"versionEndExcluding\":\"1.9.2\",\"matchCriteriaId\":\"C465CD0F-E9E8-414D-9BED-49BEBD394E95\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:linuxfoundation:tekton_pipelines:*:*:*:*:*:go:*:*\",\"versionStartIncluding\":\"1.10.0\",\"versionEndExcluding\":\"1.10.2\",\"matchCriteriaId\":\"871426E3-9DCC-43CE-8262-D87D4F040AEE\"}]}]}],\"references\":[{\"url\":\"https://github.com/tektoncd/pipeline/commit/5eead3f859b9f938e86039e4d29185092c1d4ee6\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/tektoncd/pipeline/security/advisories/GHSA-cv4x-93xx-wgfj\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-33022\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-03-20T16:22:10.536063Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-03-20T16:22:21.183Z\"}}], \"cna\": {\"title\": \"Tekton Pipelines: Controller can panic when setting long resolver names in TaskRun/PipelineRun\", \"source\": {\"advisory\": \"GHSA-cv4x-93xx-wgfj\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 6.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"tektoncd\", \"product\": \"pipeline\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 0.60.0, \u003c 1.0.1\"}, {\"status\": \"affected\", \"version\": \"\u003e= 1.1.0, \u003c 1.3.3\"}, {\"status\": \"affected\", \"version\": \"\u003e= 1.4.0, \u003c 1.6.1\"}, {\"status\": \"affected\", \"version\": \"\u003e= 1.7.0, \u003c 1.9.2\"}, {\"status\": \"affected\", \"version\": \"\u003e= 1.10.0, \u003c 1.10.2\"}]}], \"references\": [{\"url\": \"https://github.com/tektoncd/pipeline/security/advisories/GHSA-cv4x-93xx-wgfj\", \"name\": \"https://github.com/tektoncd/pipeline/security/advisories/GHSA-cv4x-93xx-wgfj\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/tektoncd/pipeline/commit/5eead3f859b9f938e86039e4d29185092c1d4ee6\", \"name\": \"https://github.com/tektoncd/pipeline/commit/5eead3f859b9f938e86039e4d29185092c1d4ee6\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Tekton Pipelines project provides k8s-style resources for declaring CI/CD-style pipelines. Versions 0.60.0 through 1.0.0, 1.1.0 through 1.3.2, 1.4.0 through 1.6.0, 1.7.0 through 1.9.0, 1.10.0, and 1.10.1 have a denial-of-service vulnerability in that allows any user who can create a TaskRun or PipelineRun to crash the controller cluster-wide by setting .spec.taskRef.resolver (or .spec.pipelineRef.resolver) to a string of 31+ characters. The crash occurs because GenerateDeterministicNameFromSpec produces a name exceeding the 63-character DNS-1123 label limit, and its truncation logic panics on a [-1] slice bound since the generated name contains no spaces. Once crashed, the controller enters a CrashLoopBackOff on restart (as it re-reconciles the offending resource), blocking all CI/CD reconciliation until the resource is manually deleted. Built-in resolvers (git, cluster, bundles, hub) are unaffected due to their short names, but any custom resolver name triggers the bug. The fix truncates the resolver-name prefix instead of the full string, preserving the hash suffix for determinism and uniqueness. This issue has been patched in versions 1.0.1, 1.3.3, 1.6.1, 1.9.2 and 1.10.2.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-129\", \"description\": \"CWE-129: Improper Validation of Array Index\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-03-20T07:48:15.383Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-33022\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-03-20T18:07:35.331Z\", \"dateReserved\": \"2026-03-17T17:22:14.667Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-03-20T07:48:15.383Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:10026
Vulnerability from csaf_redhat - Published: 2026-04-23 05:00 - Updated: 2026-04-23 14:48A denial of service flaw was found in Tekton Pipelines. Any user who can create a TaskRun or PipelineRun to crash the controller cluster-wide by setting .spec.taskRef.resolver (or .spec.pipelineRef.resolver) to a string of 31+ characters. The crash occurs because GenerateDeterministicNameFromSpec produces a name exceeding the 63-character DNS-1123 label limit, and its truncation logic panics on a [-1] slice bound since the generated name contains no spaces. Once crashed, the controller enters a CrashLoopBackOff on restart (as it re-reconciles the offending resource), blocking all CI/CD reconciliation until the resource is manually deleted. Built-in resolvers (git, cluster, bundles, hub) are unaffected due to their short names, but any custom resolver name triggers the bug. The fix truncates the resolver-name prefix instead of the full string, preserving the hash suffix for determinism and uniqueness.
A flaw was found in Tekton Pipelines, specifically in the Tekton Pipelines git resolver. A tenant with permissions to create ResolutionRequests can exploit a path traversal vulnerability via the `pathInRepo` parameter. This allows the tenant to read arbitrary files from the resolver pod's filesystem, leading to information disclosure, including sensitive ServiceAccount tokens. The contents of these files are returned in a base64-encoded format.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "The 1.20.4 GA release of Red Hat OpenShift Pipelines Operator..\nFor more details see [product documentation](https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines).",
"title": "Topic"
},
{
"category": "general",
"text": "The 1.20.4 release of Red Hat OpenShift Pipelines Operator.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:10026",
"url": "https://access.redhat.com/errata/RHSA-2026:10026"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33022",
"url": "https://access.redhat.com/security/cve/CVE-2026-33022"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33211",
"url": "https://access.redhat.com/security/cve/CVE-2026-33211"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_10026.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Pipelines Release 1.20.4",
"tracking": {
"current_release_date": "2026-04-23T14:48:52+00:00",
"generator": {
"date": "2026-04-23T14:48:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:10026",
"initial_release_date": "2026-04-23T05:00:09+00:00",
"revision_history": [
{
"date": "2026-04-23T05:00:09+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-23T05:00:19+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-23T14:48:52+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Pipelines 1.2",
"product": {
"name": "Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_pipelines:1.20::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Pipelines"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:65940b32600afe6daf2b3371904c1cfebd165a18258fb84acf1fc37399afdb5a_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:65940b32600afe6daf2b3371904c1cfebd165a18258fb84acf1fc37399afdb5a_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:65940b32600afe6daf2b3371904c1cfebd165a18258fb84acf1fc37399afdb5a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-console-plugin-rhel9@sha256%3A65940b32600afe6daf2b3371904c1cfebd165a18258fb84acf1fc37399afdb5a?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775799747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:4b6e42b725d0d3a67861ec575d23e312e41408abf47a0b583bc39accdf7d156d_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:4b6e42b725d0d3a67861ec575d23e312e41408abf47a0b583bc39accdf7d156d_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:4b6e42b725d0d3a67861ec575d23e312e41408abf47a0b583bc39accdf7d156d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-controller-rhel9@sha256%3A4b6e42b725d0d3a67861ec575d23e312e41408abf47a0b583bc39accdf7d156d?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775567379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:6927b5530683b27344c3c930f60fdf4076495bd6e299c902f19953463080b3ea_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:6927b5530683b27344c3c930f60fdf4076495bd6e299c902f19953463080b3ea_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:6927b5530683b27344c3c930f60fdf4076495bd6e299c902f19953463080b3ea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-webhook-rhel9@sha256%3A6927b5530683b27344c3c930f60fdf4076495bd6e299c902f19953463080b3ea?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775567377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:92a27e4f699b5deddf2cf1875fccb2f41652ba7c5259188bc8886d23687c17cc_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:92a27e4f699b5deddf2cf1875fccb2f41652ba7c5259188bc8886d23687c17cc_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:92a27e4f699b5deddf2cf1875fccb2f41652ba7c5259188bc8886d23687c17cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-rhel9-operator@sha256%3A92a27e4f699b5deddf2cf1875fccb2f41652ba7c5259188bc8886d23687c17cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1776066157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:b32c6f189345b4f541364748061b11405c41c9d4841d38174cb25da8f452358b_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:b32c6f189345b4f541364748061b11405c41c9d4841d38174cb25da8f452358b_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:b32c6f189345b4f541364748061b11405c41c9d4841d38174cb25da8f452358b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-proxy-rhel9@sha256%3Ab32c6f189345b4f541364748061b11405c41c9d4841d38174cb25da8f452358b?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1776065996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:9c2cecd279db37a97a6cc10e3b9aefa209064271ea6bd52cda907230ff58b34b_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:9c2cecd279db37a97a6cc10e3b9aefa209064271ea6bd52cda907230ff58b34b_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:9c2cecd279db37a97a6cc10e3b9aefa209064271ea6bd52cda907230ff58b34b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-webhook-rhel9@sha256%3A9c2cecd279db37a97a6cc10e3b9aefa209064271ea6bd52cda907230ff58b34b?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1776065814"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:2dd31612709a260473298dd8dc5f0a7acd2ddb4cb904cdb4a78af45fc78f3636_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:2dd31612709a260473298dd8dc5f0a7acd2ddb4cb904cdb4a78af45fc78f3636_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:2dd31612709a260473298dd8dc5f0a7acd2ddb4cb904cdb4a78af45fc78f3636_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-chains-controller-rhel9@sha256%3A2dd31612709a260473298dd8dc5f0a7acd2ddb4cb904cdb4a78af45fc78f3636?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775109516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:c55963aca692a6168530a5d83e2c714551bb834e028ccef73244c0392693f3c6_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:c55963aca692a6168530a5d83e2c714551bb834e028ccef73244c0392693f3c6_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:c55963aca692a6168530a5d83e2c714551bb834e028ccef73244c0392693f3c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cli-tkn-rhel9@sha256%3Ac55963aca692a6168530a5d83e2c714551bb834e028ccef73244c0392693f3c6?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775103097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:27b85727eca0deb019c4097f666840476395db587806779396e016a86b59ac51_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:27b85727eca0deb019c4097f666840476395db587806779396e016a86b59ac51_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:27b85727eca0deb019c4097f666840476395db587806779396e016a86b59ac51_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-api-rhel9@sha256%3A27b85727eca0deb019c4097f666840476395db587806779396e016a86b59ac51?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775109545"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:a1011341b0fbd4d337ba3f29322c490e0d2c3ded18725a5ae62c1047a78c5681_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:a1011341b0fbd4d337ba3f29322c490e0d2c3ded18725a5ae62c1047a78c5681_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:a1011341b0fbd4d337ba3f29322c490e0d2c3ded18725a5ae62c1047a78c5681_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-db-migration-rhel9@sha256%3Aa1011341b0fbd4d337ba3f29322c490e0d2c3ded18725a5ae62c1047a78c5681?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775109483"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:f3d289b8532549a01582a518ee9225a4389868b043733faf1d1005a1a7b29be7_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:f3d289b8532549a01582a518ee9225a4389868b043733faf1d1005a1a7b29be7_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:f3d289b8532549a01582a518ee9225a4389868b043733faf1d1005a1a7b29be7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-ui-rhel9@sha256%3Af3d289b8532549a01582a518ee9225a4389868b043733faf1d1005a1a7b29be7?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775953749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:05efa0704e5927d7126a0bd97075716efce2b6fccfd803ee32deb626a5c91ed1_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:05efa0704e5927d7126a0bd97075716efce2b6fccfd803ee32deb626a5c91ed1_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:05efa0704e5927d7126a0bd97075716efce2b6fccfd803ee32deb626a5c91ed1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-controller-rhel9@sha256%3A05efa0704e5927d7126a0bd97075716efce2b6fccfd803ee32deb626a5c91ed1?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775707731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:8f076dc87af9322a285f6ce4b434f2cd073377e0ea4d15ba176ba1d4d61d4cc4_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:8f076dc87af9322a285f6ce4b434f2cd073377e0ea4d15ba176ba1d4d61d4cc4_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:8f076dc87af9322a285f6ce4b434f2cd073377e0ea4d15ba176ba1d4d61d4cc4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-entrypoint-rhel9@sha256%3A8f076dc87af9322a285f6ce4b434f2cd073377e0ea4d15ba176ba1d4d61d4cc4?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775707805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:439b014810a91be2fdc5c108acd149321057bd2647eb862ba0975b15fb3d2ced_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:439b014810a91be2fdc5c108acd149321057bd2647eb862ba0975b15fb3d2ced_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:439b014810a91be2fdc5c108acd149321057bd2647eb862ba0975b15fb3d2ced_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-events-rhel9@sha256%3A439b014810a91be2fdc5c108acd149321057bd2647eb862ba0975b15fb3d2ced?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775707810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:744cff3d4a563ce9a2f89089b51a99ea88446015b5b3073ea0a6eb8bb7d24457_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:744cff3d4a563ce9a2f89089b51a99ea88446015b5b3073ea0a6eb8bb7d24457_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:744cff3d4a563ce9a2f89089b51a99ea88446015b5b3073ea0a6eb8bb7d24457_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-nop-rhel9@sha256%3A744cff3d4a563ce9a2f89089b51a99ea88446015b5b3073ea0a6eb8bb7d24457?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775707833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:a3faa4886b2532151a088656803ce83f817565f450eb56cac88696aecfbeacb7_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:a3faa4886b2532151a088656803ce83f817565f450eb56cac88696aecfbeacb7_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:a3faa4886b2532151a088656803ce83f817565f450eb56cac88696aecfbeacb7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-resolvers-rhel9@sha256%3Aa3faa4886b2532151a088656803ce83f817565f450eb56cac88696aecfbeacb7?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774596617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:083ede9ebeb8752d87e8c584c57e4486b28c63f48f21c55acd7e89d2f6b926ef_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:083ede9ebeb8752d87e8c584c57e4486b28c63f48f21c55acd7e89d2f6b926ef_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:083ede9ebeb8752d87e8c584c57e4486b28c63f48f21c55acd7e89d2f6b926ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-sidecarlogresults-rhel9@sha256%3A083ede9ebeb8752d87e8c584c57e4486b28c63f48f21c55acd7e89d2f6b926ef?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775707846"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:436c51c682e4ee1efb4f52096715652088bc02d8cc41318a478ba9816cca361b_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:436c51c682e4ee1efb4f52096715652088bc02d8cc41318a478ba9816cca361b_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:436c51c682e4ee1efb4f52096715652088bc02d8cc41318a478ba9816cca361b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-webhook-rhel9@sha256%3A436c51c682e4ee1efb4f52096715652088bc02d8cc41318a478ba9816cca361b?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775707824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:54331cfda3badd4bdf26c5b331d8af3ec77f2c9691544de7083e299029016c95_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:54331cfda3badd4bdf26c5b331d8af3ec77f2c9691544de7083e299029016c95_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:54331cfda3badd4bdf26c5b331d8af3ec77f2c9691544de7083e299029016c95_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-workingdirinit-rhel9@sha256%3A54331cfda3badd4bdf26c5b331d8af3ec77f2c9691544de7083e299029016c95?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775707793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b6fd9bb6b74497f894ec72ac478466e4bea233914a4761e1efd274c058450ca8_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b6fd9bb6b74497f894ec72ac478466e4bea233914a4761e1efd274c058450ca8_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b6fd9bb6b74497f894ec72ac478466e4bea233914a4761e1efd274c058450ca8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-api-rhel9@sha256%3Ab6fd9bb6b74497f894ec72ac478466e4bea233914a4761e1efd274c058450ca8?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1776080666"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:61cbd381d040072d401c2d5f318ca655e03aebecdb0cfca7d3145bcf2d8df12a_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:61cbd381d040072d401c2d5f318ca655e03aebecdb0cfca7d3145bcf2d8df12a_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:61cbd381d040072d401c2d5f318ca655e03aebecdb0cfca7d3145bcf2d8df12a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-retention-policy-agent-rhel9@sha256%3A61cbd381d040072d401c2d5f318ca655e03aebecdb0cfca7d3145bcf2d8df12a?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1776080693"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:075f5a96c1a41306d7af0c949f4495441c2ec44978770009fa3068a612094ec6_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:075f5a96c1a41306d7af0c949f4495441c2ec44978770009fa3068a612094ec6_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:075f5a96c1a41306d7af0c949f4495441c2ec44978770009fa3068a612094ec6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-watcher-rhel9@sha256%3A075f5a96c1a41306d7af0c949f4495441c2ec44978770009fa3068a612094ec6?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1776080787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9dae602db69076245413c4d27e7b40a1e1e9c17488faca69b7d88bc4294d51c5_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9dae602db69076245413c4d27e7b40a1e1e9c17488faca69b7d88bc4294d51c5_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9dae602db69076245413c4d27e7b40a1e1e9c17488faca69b7d88bc4294d51c5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-controller-rhel9@sha256%3A9dae602db69076245413c4d27e7b40a1e1e9c17488faca69b7d88bc4294d51c5?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775109558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:dac40d2089fef971f95eb0cfd507e1b5cbc24acf6c0e6f0993e218075ee6d397_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:dac40d2089fef971f95eb0cfd507e1b5cbc24acf6c0e6f0993e218075ee6d397_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:dac40d2089fef971f95eb0cfd507e1b5cbc24acf6c0e6f0993e218075ee6d397_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-core-interceptors-rhel9@sha256%3Adac40d2089fef971f95eb0cfd507e1b5cbc24acf6c0e6f0993e218075ee6d397?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775109494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9d984a8118f465f780ee6552285d471a04edc3298560cfe1ba9d0e82a2620d51_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9d984a8118f465f780ee6552285d471a04edc3298560cfe1ba9d0e82a2620d51_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9d984a8118f465f780ee6552285d471a04edc3298560cfe1ba9d0e82a2620d51_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-eventlistenersink-rhel9@sha256%3A9d984a8118f465f780ee6552285d471a04edc3298560cfe1ba9d0e82a2620d51?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775109499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:928fbf03a21de75977efd8383ebb9c77f75d4623d2b258fc822df7613eae9458_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:928fbf03a21de75977efd8383ebb9c77f75d4623d2b258fc822df7613eae9458_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:928fbf03a21de75977efd8383ebb9c77f75d4623d2b258fc822df7613eae9458_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-webhook-rhel9@sha256%3A928fbf03a21de75977efd8383ebb9c77f75d4623d2b258fc822df7613eae9458?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775109495"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:ffc6719dffa2a204ad064029d2e891e8438c6345a32e421f41488f2ee9d02158_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:ffc6719dffa2a204ad064029d2e891e8438c6345a32e421f41488f2ee9d02158_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:ffc6719dffa2a204ad064029d2e891e8438c6345a32e421f41488f2ee9d02158_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-console-plugin-rhel9@sha256%3Affc6719dffa2a204ad064029d2e891e8438c6345a32e421f41488f2ee9d02158?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775799747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:547aac8f1dffd6ca13be09057e35b15d2f02d2a9ec84089294f71909c51824ce_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:547aac8f1dffd6ca13be09057e35b15d2f02d2a9ec84089294f71909c51824ce_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:547aac8f1dffd6ca13be09057e35b15d2f02d2a9ec84089294f71909c51824ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-controller-rhel9@sha256%3A547aac8f1dffd6ca13be09057e35b15d2f02d2a9ec84089294f71909c51824ce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775567379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:be6d06a7f918e9249f5226a53b98538485a7a0eea38621ccf927477be10d0372_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:be6d06a7f918e9249f5226a53b98538485a7a0eea38621ccf927477be10d0372_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:be6d06a7f918e9249f5226a53b98538485a7a0eea38621ccf927477be10d0372_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-webhook-rhel9@sha256%3Abe6d06a7f918e9249f5226a53b98538485a7a0eea38621ccf927477be10d0372?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775567377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:376bdd49c7233d1d0e13d9ca606c07d51f138b747788c6fa0d34040158c86df5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:376bdd49c7233d1d0e13d9ca606c07d51f138b747788c6fa0d34040158c86df5_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:376bdd49c7233d1d0e13d9ca606c07d51f138b747788c6fa0d34040158c86df5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-rhel9-operator@sha256%3A376bdd49c7233d1d0e13d9ca606c07d51f138b747788c6fa0d34040158c86df5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1776066157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:2fc2f77648e795512cd58f9827abc60ca6f7a36c55222cba8ea2ac1a57410dfd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:2fc2f77648e795512cd58f9827abc60ca6f7a36c55222cba8ea2ac1a57410dfd_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:2fc2f77648e795512cd58f9827abc60ca6f7a36c55222cba8ea2ac1a57410dfd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-proxy-rhel9@sha256%3A2fc2f77648e795512cd58f9827abc60ca6f7a36c55222cba8ea2ac1a57410dfd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1776065996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:9ec788140bcb4d8767ab538989be8b63298b06cd2393b60385310c6c496cd658_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:9ec788140bcb4d8767ab538989be8b63298b06cd2393b60385310c6c496cd658_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:9ec788140bcb4d8767ab538989be8b63298b06cd2393b60385310c6c496cd658_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-webhook-rhel9@sha256%3A9ec788140bcb4d8767ab538989be8b63298b06cd2393b60385310c6c496cd658?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1776065814"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9c258ab15a9664319fb20c37a24f694f5399986dcdd5e273fe5600b00ce94425_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9c258ab15a9664319fb20c37a24f694f5399986dcdd5e273fe5600b00ce94425_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9c258ab15a9664319fb20c37a24f694f5399986dcdd5e273fe5600b00ce94425_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-chains-controller-rhel9@sha256%3A9c258ab15a9664319fb20c37a24f694f5399986dcdd5e273fe5600b00ce94425?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775109516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:3f61b0a1d07d700a48f85ecbaf59d76521fb055a22733ccfebfca97c85825bed_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:3f61b0a1d07d700a48f85ecbaf59d76521fb055a22733ccfebfca97c85825bed_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:3f61b0a1d07d700a48f85ecbaf59d76521fb055a22733ccfebfca97c85825bed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cli-tkn-rhel9@sha256%3A3f61b0a1d07d700a48f85ecbaf59d76521fb055a22733ccfebfca97c85825bed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775103097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2ae1ad50f3f8eba2609774e7c98eab3d1791418e30e2fcf2483942d375cb0605_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2ae1ad50f3f8eba2609774e7c98eab3d1791418e30e2fcf2483942d375cb0605_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2ae1ad50f3f8eba2609774e7c98eab3d1791418e30e2fcf2483942d375cb0605_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-api-rhel9@sha256%3A2ae1ad50f3f8eba2609774e7c98eab3d1791418e30e2fcf2483942d375cb0605?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775109545"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:9af4e1edc9678b88a1b8b6d0561f48ac1b47a12f27e9595ec5141dbbcd334aec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:9af4e1edc9678b88a1b8b6d0561f48ac1b47a12f27e9595ec5141dbbcd334aec_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:9af4e1edc9678b88a1b8b6d0561f48ac1b47a12f27e9595ec5141dbbcd334aec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-db-migration-rhel9@sha256%3A9af4e1edc9678b88a1b8b6d0561f48ac1b47a12f27e9595ec5141dbbcd334aec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775109483"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:962a077137ca959e185b8f51c1ab9288cdf4be9dafa74a622e7dfeda65f431b0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:962a077137ca959e185b8f51c1ab9288cdf4be9dafa74a622e7dfeda65f431b0_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:962a077137ca959e185b8f51c1ab9288cdf4be9dafa74a622e7dfeda65f431b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-ui-rhel9@sha256%3A962a077137ca959e185b8f51c1ab9288cdf4be9dafa74a622e7dfeda65f431b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775953749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:3c0a8d53e0f5209f06a99cee929e36ae868983e23e34341782e32fc2362427bd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:3c0a8d53e0f5209f06a99cee929e36ae868983e23e34341782e32fc2362427bd_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:3c0a8d53e0f5209f06a99cee929e36ae868983e23e34341782e32fc2362427bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-controller-rhel9@sha256%3A3c0a8d53e0f5209f06a99cee929e36ae868983e23e34341782e32fc2362427bd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775707731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:766dfe16f97601fada3f433cb49ec0972dd2a8291f1916ac930055b973a280ff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:766dfe16f97601fada3f433cb49ec0972dd2a8291f1916ac930055b973a280ff_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:766dfe16f97601fada3f433cb49ec0972dd2a8291f1916ac930055b973a280ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-entrypoint-rhel9@sha256%3A766dfe16f97601fada3f433cb49ec0972dd2a8291f1916ac930055b973a280ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775707805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5e96c8968061cccbf10b7297dd4bf99a53c960c2d67366a8244c7fbe0c25a053_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5e96c8968061cccbf10b7297dd4bf99a53c960c2d67366a8244c7fbe0c25a053_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5e96c8968061cccbf10b7297dd4bf99a53c960c2d67366a8244c7fbe0c25a053_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-events-rhel9@sha256%3A5e96c8968061cccbf10b7297dd4bf99a53c960c2d67366a8244c7fbe0c25a053?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775707810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:ea383b6c04bb42bc6070de5ec8cb5042b6e27470a6a236b36f208de749830d81_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:ea383b6c04bb42bc6070de5ec8cb5042b6e27470a6a236b36f208de749830d81_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:ea383b6c04bb42bc6070de5ec8cb5042b6e27470a6a236b36f208de749830d81_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-nop-rhel9@sha256%3Aea383b6c04bb42bc6070de5ec8cb5042b6e27470a6a236b36f208de749830d81?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775707833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:6ec8e91be151109a106f698be9e3f44199a0efeea8bfb4b7bf6311be8e519af6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:6ec8e91be151109a106f698be9e3f44199a0efeea8bfb4b7bf6311be8e519af6_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:6ec8e91be151109a106f698be9e3f44199a0efeea8bfb4b7bf6311be8e519af6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-resolvers-rhel9@sha256%3A6ec8e91be151109a106f698be9e3f44199a0efeea8bfb4b7bf6311be8e519af6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774596617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:310afa55b5ba2d3058fb1e4e532c56464b30faf2fa23296583d8e20925d0c859_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:310afa55b5ba2d3058fb1e4e532c56464b30faf2fa23296583d8e20925d0c859_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:310afa55b5ba2d3058fb1e4e532c56464b30faf2fa23296583d8e20925d0c859_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-sidecarlogresults-rhel9@sha256%3A310afa55b5ba2d3058fb1e4e532c56464b30faf2fa23296583d8e20925d0c859?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775707846"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:d61ce01266f6c62e3e1cae781eafc0d034bb9e50d14f1b4500566e35f6d0ca60_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:d61ce01266f6c62e3e1cae781eafc0d034bb9e50d14f1b4500566e35f6d0ca60_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:d61ce01266f6c62e3e1cae781eafc0d034bb9e50d14f1b4500566e35f6d0ca60_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-webhook-rhel9@sha256%3Ad61ce01266f6c62e3e1cae781eafc0d034bb9e50d14f1b4500566e35f6d0ca60?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775707824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:79ac92992f13d1851ee8ba74dd1afcdd8983d45489bb58e050f5f3fab48e9e6f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:79ac92992f13d1851ee8ba74dd1afcdd8983d45489bb58e050f5f3fab48e9e6f_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:79ac92992f13d1851ee8ba74dd1afcdd8983d45489bb58e050f5f3fab48e9e6f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-workingdirinit-rhel9@sha256%3A79ac92992f13d1851ee8ba74dd1afcdd8983d45489bb58e050f5f3fab48e9e6f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775707793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:f615b657099163e68cbeed2b0fca7b224ae8e406a3b9eb77bb81b170cc088a4f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:f615b657099163e68cbeed2b0fca7b224ae8e406a3b9eb77bb81b170cc088a4f_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:f615b657099163e68cbeed2b0fca7b224ae8e406a3b9eb77bb81b170cc088a4f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-api-rhel9@sha256%3Af615b657099163e68cbeed2b0fca7b224ae8e406a3b9eb77bb81b170cc088a4f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1776080666"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d821a7e6ef088805f2dad9c7ef4cb2291cc1fa42c7ee9548d6b46e2ea810bc59_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d821a7e6ef088805f2dad9c7ef4cb2291cc1fa42c7ee9548d6b46e2ea810bc59_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d821a7e6ef088805f2dad9c7ef4cb2291cc1fa42c7ee9548d6b46e2ea810bc59_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-retention-policy-agent-rhel9@sha256%3Ad821a7e6ef088805f2dad9c7ef4cb2291cc1fa42c7ee9548d6b46e2ea810bc59?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1776080693"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:77932d26a6b71964f996df68cc48974aceef9a5e048c67648a1178f8558c4aec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:77932d26a6b71964f996df68cc48974aceef9a5e048c67648a1178f8558c4aec_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:77932d26a6b71964f996df68cc48974aceef9a5e048c67648a1178f8558c4aec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-watcher-rhel9@sha256%3A77932d26a6b71964f996df68cc48974aceef9a5e048c67648a1178f8558c4aec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1776080787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:17acdde2cdbc4d3faecc929046e085c23b7292fadfc1fde35a631a1d68e834d8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:17acdde2cdbc4d3faecc929046e085c23b7292fadfc1fde35a631a1d68e834d8_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:17acdde2cdbc4d3faecc929046e085c23b7292fadfc1fde35a631a1d68e834d8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-controller-rhel9@sha256%3A17acdde2cdbc4d3faecc929046e085c23b7292fadfc1fde35a631a1d68e834d8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775109558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:551a03f31896276a4ec691fa64593177ff24e3c68a7922710fada541d50ae99b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:551a03f31896276a4ec691fa64593177ff24e3c68a7922710fada541d50ae99b_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:551a03f31896276a4ec691fa64593177ff24e3c68a7922710fada541d50ae99b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-core-interceptors-rhel9@sha256%3A551a03f31896276a4ec691fa64593177ff24e3c68a7922710fada541d50ae99b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775109494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:cc50070b54956f171e4e89b8936371bc8074c572eb50e862a48fabbdf3641468_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:cc50070b54956f171e4e89b8936371bc8074c572eb50e862a48fabbdf3641468_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:cc50070b54956f171e4e89b8936371bc8074c572eb50e862a48fabbdf3641468_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-eventlistenersink-rhel9@sha256%3Acc50070b54956f171e4e89b8936371bc8074c572eb50e862a48fabbdf3641468?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775109499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:3cee08eb6f0c9ee6fb7b56ed7267d3027e15cde7d53f451a767b66a8800e39a1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:3cee08eb6f0c9ee6fb7b56ed7267d3027e15cde7d53f451a767b66a8800e39a1_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:3cee08eb6f0c9ee6fb7b56ed7267d3027e15cde7d53f451a767b66a8800e39a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-webhook-rhel9@sha256%3A3cee08eb6f0c9ee6fb7b56ed7267d3027e15cde7d53f451a767b66a8800e39a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775109495"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:d76bd87bbe0ec9ce2e6ad006442b8fec270ac2d94ac044d150ff0c97d55b1689_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:d76bd87bbe0ec9ce2e6ad006442b8fec270ac2d94ac044d150ff0c97d55b1689_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:d76bd87bbe0ec9ce2e6ad006442b8fec270ac2d94ac044d150ff0c97d55b1689_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-console-plugin-rhel9@sha256%3Ad76bd87bbe0ec9ce2e6ad006442b8fec270ac2d94ac044d150ff0c97d55b1689?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775799747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:51fd5b9419bebad5a8151230fc6cbfcbcfad355c0cd7384cce52de6b083d9115_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:51fd5b9419bebad5a8151230fc6cbfcbcfad355c0cd7384cce52de6b083d9115_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:51fd5b9419bebad5a8151230fc6cbfcbcfad355c0cd7384cce52de6b083d9115_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-controller-rhel9@sha256%3A51fd5b9419bebad5a8151230fc6cbfcbcfad355c0cd7384cce52de6b083d9115?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775567379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:f55a5c529554e853e5ce280abb824787e2e2e76613e6d90eeebe2ae297ae5e8b_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:f55a5c529554e853e5ce280abb824787e2e2e76613e6d90eeebe2ae297ae5e8b_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:f55a5c529554e853e5ce280abb824787e2e2e76613e6d90eeebe2ae297ae5e8b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-webhook-rhel9@sha256%3Af55a5c529554e853e5ce280abb824787e2e2e76613e6d90eeebe2ae297ae5e8b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775567377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:49328c67697b01ebd2d4f6188517bb901f715e1aefd21d23a6e33a7eebf49a5d_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:49328c67697b01ebd2d4f6188517bb901f715e1aefd21d23a6e33a7eebf49a5d_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:49328c67697b01ebd2d4f6188517bb901f715e1aefd21d23a6e33a7eebf49a5d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-rhel9-operator@sha256%3A49328c67697b01ebd2d4f6188517bb901f715e1aefd21d23a6e33a7eebf49a5d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1776066157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:14d6f7c12e7f181db1a60b1721bb0b7b9e4a737f0b0ffa8449f8508e73e38ccb_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:14d6f7c12e7f181db1a60b1721bb0b7b9e4a737f0b0ffa8449f8508e73e38ccb_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:14d6f7c12e7f181db1a60b1721bb0b7b9e4a737f0b0ffa8449f8508e73e38ccb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-proxy-rhel9@sha256%3A14d6f7c12e7f181db1a60b1721bb0b7b9e4a737f0b0ffa8449f8508e73e38ccb?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1776065996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:17cc798cb974248a66a94ddd20586d4f0e32dced2f304a4f406878f0637c794a_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:17cc798cb974248a66a94ddd20586d4f0e32dced2f304a4f406878f0637c794a_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:17cc798cb974248a66a94ddd20586d4f0e32dced2f304a4f406878f0637c794a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-webhook-rhel9@sha256%3A17cc798cb974248a66a94ddd20586d4f0e32dced2f304a4f406878f0637c794a?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1776065814"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:f08e06d2264dc51181540cffc5a18d155bdce87167bee015188adde531b86129_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:f08e06d2264dc51181540cffc5a18d155bdce87167bee015188adde531b86129_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:f08e06d2264dc51181540cffc5a18d155bdce87167bee015188adde531b86129_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-chains-controller-rhel9@sha256%3Af08e06d2264dc51181540cffc5a18d155bdce87167bee015188adde531b86129?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775109516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:2c2edaec3cd60796aea7c45ffeb74abe06d81c6c32c2bfdb868ed5752540f975_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:2c2edaec3cd60796aea7c45ffeb74abe06d81c6c32c2bfdb868ed5752540f975_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:2c2edaec3cd60796aea7c45ffeb74abe06d81c6c32c2bfdb868ed5752540f975_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cli-tkn-rhel9@sha256%3A2c2edaec3cd60796aea7c45ffeb74abe06d81c6c32c2bfdb868ed5752540f975?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775103097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:e5ea117b0598f46785107574fafc76ef0138751475b7d283551650b60626ad9f_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:e5ea117b0598f46785107574fafc76ef0138751475b7d283551650b60626ad9f_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:e5ea117b0598f46785107574fafc76ef0138751475b7d283551650b60626ad9f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-api-rhel9@sha256%3Ae5ea117b0598f46785107574fafc76ef0138751475b7d283551650b60626ad9f?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775109545"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2c9d44fcdf5f400087a77fa222d897d343e0d671d99829f3bcd5de44c570dc31_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2c9d44fcdf5f400087a77fa222d897d343e0d671d99829f3bcd5de44c570dc31_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2c9d44fcdf5f400087a77fa222d897d343e0d671d99829f3bcd5de44c570dc31_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-db-migration-rhel9@sha256%3A2c9d44fcdf5f400087a77fa222d897d343e0d671d99829f3bcd5de44c570dc31?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775109483"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:1fe95cb1392976db91eb0033797ad4ab1e7f2598ff6ed271bc87c8ad275b660a_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:1fe95cb1392976db91eb0033797ad4ab1e7f2598ff6ed271bc87c8ad275b660a_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:1fe95cb1392976db91eb0033797ad4ab1e7f2598ff6ed271bc87c8ad275b660a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-ui-rhel9@sha256%3A1fe95cb1392976db91eb0033797ad4ab1e7f2598ff6ed271bc87c8ad275b660a?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775953749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:c7b662322bb5137767ca6c7054960135f6eb2e1e58d2d97885b65e24c7fb9ecd_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:c7b662322bb5137767ca6c7054960135f6eb2e1e58d2d97885b65e24c7fb9ecd_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:c7b662322bb5137767ca6c7054960135f6eb2e1e58d2d97885b65e24c7fb9ecd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-controller-rhel9@sha256%3Ac7b662322bb5137767ca6c7054960135f6eb2e1e58d2d97885b65e24c7fb9ecd?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775707731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:be84f6f723a5dccb3b25d7b51d7a2786827e37f33a9fcb24cb7e0e3cc67a3ee8_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:be84f6f723a5dccb3b25d7b51d7a2786827e37f33a9fcb24cb7e0e3cc67a3ee8_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:be84f6f723a5dccb3b25d7b51d7a2786827e37f33a9fcb24cb7e0e3cc67a3ee8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-entrypoint-rhel9@sha256%3Abe84f6f723a5dccb3b25d7b51d7a2786827e37f33a9fcb24cb7e0e3cc67a3ee8?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775707805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:9295c272324ffe9c3d6378d0315e5d6c5e91ee64622935b26e232fffe07c4225_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:9295c272324ffe9c3d6378d0315e5d6c5e91ee64622935b26e232fffe07c4225_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:9295c272324ffe9c3d6378d0315e5d6c5e91ee64622935b26e232fffe07c4225_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-events-rhel9@sha256%3A9295c272324ffe9c3d6378d0315e5d6c5e91ee64622935b26e232fffe07c4225?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775707810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:a0f48ca6f8a7d9d87d1962974bab344c33d4ec8b37a64c163ac6ada3f3271a6e_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:a0f48ca6f8a7d9d87d1962974bab344c33d4ec8b37a64c163ac6ada3f3271a6e_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:a0f48ca6f8a7d9d87d1962974bab344c33d4ec8b37a64c163ac6ada3f3271a6e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-nop-rhel9@sha256%3Aa0f48ca6f8a7d9d87d1962974bab344c33d4ec8b37a64c163ac6ada3f3271a6e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775707833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:7d2b3e967c2f339cb0bbb362cc5da40c4429ce082371a789589de9335edb3892_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:7d2b3e967c2f339cb0bbb362cc5da40c4429ce082371a789589de9335edb3892_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:7d2b3e967c2f339cb0bbb362cc5da40c4429ce082371a789589de9335edb3892_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-resolvers-rhel9@sha256%3A7d2b3e967c2f339cb0bbb362cc5da40c4429ce082371a789589de9335edb3892?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774596617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:131c2444ecbcb1defad3bb871214d3d149889eb91d6c6ba2eb97c0c055d01cec_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:131c2444ecbcb1defad3bb871214d3d149889eb91d6c6ba2eb97c0c055d01cec_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:131c2444ecbcb1defad3bb871214d3d149889eb91d6c6ba2eb97c0c055d01cec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-sidecarlogresults-rhel9@sha256%3A131c2444ecbcb1defad3bb871214d3d149889eb91d6c6ba2eb97c0c055d01cec?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775707846"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f3c99b4bd800c6a608c2bab049daccf61c2822e1cd3b974b7f099bff010dac5e_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f3c99b4bd800c6a608c2bab049daccf61c2822e1cd3b974b7f099bff010dac5e_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f3c99b4bd800c6a608c2bab049daccf61c2822e1cd3b974b7f099bff010dac5e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-webhook-rhel9@sha256%3Af3c99b4bd800c6a608c2bab049daccf61c2822e1cd3b974b7f099bff010dac5e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775707824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:4e3b3bfeb34a9c79ae7eaa64e3fd248ae1105309c1b213a213ff4a3be60f4037_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:4e3b3bfeb34a9c79ae7eaa64e3fd248ae1105309c1b213a213ff4a3be60f4037_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:4e3b3bfeb34a9c79ae7eaa64e3fd248ae1105309c1b213a213ff4a3be60f4037_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-workingdirinit-rhel9@sha256%3A4e3b3bfeb34a9c79ae7eaa64e3fd248ae1105309c1b213a213ff4a3be60f4037?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775707793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:9b8663990fbbc495e64d71f2ab47d951042207fb9827bd971a7a25fc558badc9_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:9b8663990fbbc495e64d71f2ab47d951042207fb9827bd971a7a25fc558badc9_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:9b8663990fbbc495e64d71f2ab47d951042207fb9827bd971a7a25fc558badc9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-api-rhel9@sha256%3A9b8663990fbbc495e64d71f2ab47d951042207fb9827bd971a7a25fc558badc9?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1776080666"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:46c512703a1775a0e62db7723e50ac8429dd4523ad308f460037c617bd638020_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:46c512703a1775a0e62db7723e50ac8429dd4523ad308f460037c617bd638020_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:46c512703a1775a0e62db7723e50ac8429dd4523ad308f460037c617bd638020_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-retention-policy-agent-rhel9@sha256%3A46c512703a1775a0e62db7723e50ac8429dd4523ad308f460037c617bd638020?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1776080693"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:bcdc71ebf2a7ae1b2fd44040823a3ad2dac7658f4171e6dcf5bb19bb41d7275d_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:bcdc71ebf2a7ae1b2fd44040823a3ad2dac7658f4171e6dcf5bb19bb41d7275d_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:bcdc71ebf2a7ae1b2fd44040823a3ad2dac7658f4171e6dcf5bb19bb41d7275d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-watcher-rhel9@sha256%3Abcdc71ebf2a7ae1b2fd44040823a3ad2dac7658f4171e6dcf5bb19bb41d7275d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1776080787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:5ddffcd68c1d0bf827e47ecb602fdc72b063fedd922e82a10c7c0c32628b1688_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:5ddffcd68c1d0bf827e47ecb602fdc72b063fedd922e82a10c7c0c32628b1688_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:5ddffcd68c1d0bf827e47ecb602fdc72b063fedd922e82a10c7c0c32628b1688_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-controller-rhel9@sha256%3A5ddffcd68c1d0bf827e47ecb602fdc72b063fedd922e82a10c7c0c32628b1688?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775109558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:68d19b52c37ee25209b735f81ad05b55b3a17c49c29d5e657c2b7d602de45229_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:68d19b52c37ee25209b735f81ad05b55b3a17c49c29d5e657c2b7d602de45229_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:68d19b52c37ee25209b735f81ad05b55b3a17c49c29d5e657c2b7d602de45229_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-core-interceptors-rhel9@sha256%3A68d19b52c37ee25209b735f81ad05b55b3a17c49c29d5e657c2b7d602de45229?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775109494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9a2df9ed23563d89f0c9ab3e5d3b57ec8947f9c087bf4dfa8d8e2f352b478b33_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9a2df9ed23563d89f0c9ab3e5d3b57ec8947f9c087bf4dfa8d8e2f352b478b33_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9a2df9ed23563d89f0c9ab3e5d3b57ec8947f9c087bf4dfa8d8e2f352b478b33_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-eventlistenersink-rhel9@sha256%3A9a2df9ed23563d89f0c9ab3e5d3b57ec8947f9c087bf4dfa8d8e2f352b478b33?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775109499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:ea970597dd190a8ccf2cf9b79cd176c82be380fe6a268258b2a601f20363cced_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:ea970597dd190a8ccf2cf9b79cd176c82be380fe6a268258b2a601f20363cced_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:ea970597dd190a8ccf2cf9b79cd176c82be380fe6a268258b2a601f20363cced_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-webhook-rhel9@sha256%3Aea970597dd190a8ccf2cf9b79cd176c82be380fe6a268258b2a601f20363cced?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775109495"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:cacb1da0d7c69f4422ecedee7504bab7dc79dfe18ba30e28746a4b4f4bc05351_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:cacb1da0d7c69f4422ecedee7504bab7dc79dfe18ba30e28746a4b4f4bc05351_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:cacb1da0d7c69f4422ecedee7504bab7dc79dfe18ba30e28746a4b4f4bc05351_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-console-plugin-rhel9@sha256%3Acacb1da0d7c69f4422ecedee7504bab7dc79dfe18ba30e28746a4b4f4bc05351?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775799747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:647d014835bd07571bb195c52fe4c0449e8a8a8750b344a1d5a45df06fd372c2_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:647d014835bd07571bb195c52fe4c0449e8a8a8750b344a1d5a45df06fd372c2_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:647d014835bd07571bb195c52fe4c0449e8a8a8750b344a1d5a45df06fd372c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-controller-rhel9@sha256%3A647d014835bd07571bb195c52fe4c0449e8a8a8750b344a1d5a45df06fd372c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775567379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:9f443faefbf30a0d699139fd93657dbc62560b6e654f859931f65526065ebebb_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:9f443faefbf30a0d699139fd93657dbc62560b6e654f859931f65526065ebebb_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:9f443faefbf30a0d699139fd93657dbc62560b6e654f859931f65526065ebebb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-webhook-rhel9@sha256%3A9f443faefbf30a0d699139fd93657dbc62560b6e654f859931f65526065ebebb?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775567377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:11466675408cf4150b67445609fa208f0eacd234273c28cc8082a9526a0b6ed2_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:11466675408cf4150b67445609fa208f0eacd234273c28cc8082a9526a0b6ed2_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:11466675408cf4150b67445609fa208f0eacd234273c28cc8082a9526a0b6ed2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-rhel9-operator@sha256%3A11466675408cf4150b67445609fa208f0eacd234273c28cc8082a9526a0b6ed2?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1776066157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:8d2e7068d92ab9d0c8acd71ddd4a8b5e3fd2757edc460a18e81415acca5a2cf6_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:8d2e7068d92ab9d0c8acd71ddd4a8b5e3fd2757edc460a18e81415acca5a2cf6_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:8d2e7068d92ab9d0c8acd71ddd4a8b5e3fd2757edc460a18e81415acca5a2cf6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-proxy-rhel9@sha256%3A8d2e7068d92ab9d0c8acd71ddd4a8b5e3fd2757edc460a18e81415acca5a2cf6?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1776065996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:6fc77db6045a62215c6b2c87ab9f7ac3892e381c645f2e78032d2788f83ca729_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:6fc77db6045a62215c6b2c87ab9f7ac3892e381c645f2e78032d2788f83ca729_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:6fc77db6045a62215c6b2c87ab9f7ac3892e381c645f2e78032d2788f83ca729_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-webhook-rhel9@sha256%3A6fc77db6045a62215c6b2c87ab9f7ac3892e381c645f2e78032d2788f83ca729?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1776065814"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:3f18cbd40d453cb50e2c0012adf9d5310960038ea241aa0c2bd8a193455b9428_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:3f18cbd40d453cb50e2c0012adf9d5310960038ea241aa0c2bd8a193455b9428_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:3f18cbd40d453cb50e2c0012adf9d5310960038ea241aa0c2bd8a193455b9428_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-chains-controller-rhel9@sha256%3A3f18cbd40d453cb50e2c0012adf9d5310960038ea241aa0c2bd8a193455b9428?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775109516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:04dfc5de0d8e8a431159ebcc2c4c311a9c546392ffb495ce21e41dfb7d5f2e16_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:04dfc5de0d8e8a431159ebcc2c4c311a9c546392ffb495ce21e41dfb7d5f2e16_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:04dfc5de0d8e8a431159ebcc2c4c311a9c546392ffb495ce21e41dfb7d5f2e16_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cli-tkn-rhel9@sha256%3A04dfc5de0d8e8a431159ebcc2c4c311a9c546392ffb495ce21e41dfb7d5f2e16?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775103097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2f461c99cdcedaaf99b7313d0302ad20baab9fcae545d844ba59fc26618777a5_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2f461c99cdcedaaf99b7313d0302ad20baab9fcae545d844ba59fc26618777a5_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2f461c99cdcedaaf99b7313d0302ad20baab9fcae545d844ba59fc26618777a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-api-rhel9@sha256%3A2f461c99cdcedaaf99b7313d0302ad20baab9fcae545d844ba59fc26618777a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775109545"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:1a0bcbd805892a9895d0143ee1c2c694e1e1f1eff3326a303deb5eaa6e5fbffc_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:1a0bcbd805892a9895d0143ee1c2c694e1e1f1eff3326a303deb5eaa6e5fbffc_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:1a0bcbd805892a9895d0143ee1c2c694e1e1f1eff3326a303deb5eaa6e5fbffc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-db-migration-rhel9@sha256%3A1a0bcbd805892a9895d0143ee1c2c694e1e1f1eff3326a303deb5eaa6e5fbffc?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775109483"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:0caa7da1dc4d9bc97469d87db226f8e9117afc243f016ec007e63a499eacd885_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:0caa7da1dc4d9bc97469d87db226f8e9117afc243f016ec007e63a499eacd885_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:0caa7da1dc4d9bc97469d87db226f8e9117afc243f016ec007e63a499eacd885_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-ui-rhel9@sha256%3A0caa7da1dc4d9bc97469d87db226f8e9117afc243f016ec007e63a499eacd885?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775953749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e099d31b04aec0af0f3f28bdcb989640d4ef4cf58e2ab136585f93ebce9ee3fa_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e099d31b04aec0af0f3f28bdcb989640d4ef4cf58e2ab136585f93ebce9ee3fa_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e099d31b04aec0af0f3f28bdcb989640d4ef4cf58e2ab136585f93ebce9ee3fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-controller-rhel9@sha256%3Ae099d31b04aec0af0f3f28bdcb989640d4ef4cf58e2ab136585f93ebce9ee3fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775707731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:cba1d62b03607a828d8f183dd75b5a407bb79c8c52d9d82595523452ec377922_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:cba1d62b03607a828d8f183dd75b5a407bb79c8c52d9d82595523452ec377922_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:cba1d62b03607a828d8f183dd75b5a407bb79c8c52d9d82595523452ec377922_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-entrypoint-rhel9@sha256%3Acba1d62b03607a828d8f183dd75b5a407bb79c8c52d9d82595523452ec377922?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775707805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:bd02c1fd188bbf3035d144d7f7af7efaf42ab852970e7940ec577092e47540de_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:bd02c1fd188bbf3035d144d7f7af7efaf42ab852970e7940ec577092e47540de_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:bd02c1fd188bbf3035d144d7f7af7efaf42ab852970e7940ec577092e47540de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-events-rhel9@sha256%3Abd02c1fd188bbf3035d144d7f7af7efaf42ab852970e7940ec577092e47540de?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775707810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:5d13485446cb9334d7356abb3b26ff8a8521312705bd74c040b28c700651049c_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:5d13485446cb9334d7356abb3b26ff8a8521312705bd74c040b28c700651049c_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:5d13485446cb9334d7356abb3b26ff8a8521312705bd74c040b28c700651049c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-nop-rhel9@sha256%3A5d13485446cb9334d7356abb3b26ff8a8521312705bd74c040b28c700651049c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775707833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:2a0a54ddea2b4705e329cec213048054e59c255c650c7d132543d5576e61cea9_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:2a0a54ddea2b4705e329cec213048054e59c255c650c7d132543d5576e61cea9_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:2a0a54ddea2b4705e329cec213048054e59c255c650c7d132543d5576e61cea9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-resolvers-rhel9@sha256%3A2a0a54ddea2b4705e329cec213048054e59c255c650c7d132543d5576e61cea9?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774596617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:e550b9f7c0eeeb53a346f0b1374d270b028da504ea52009721e1f92b90ff647d_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:e550b9f7c0eeeb53a346f0b1374d270b028da504ea52009721e1f92b90ff647d_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:e550b9f7c0eeeb53a346f0b1374d270b028da504ea52009721e1f92b90ff647d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-sidecarlogresults-rhel9@sha256%3Ae550b9f7c0eeeb53a346f0b1374d270b028da504ea52009721e1f92b90ff647d?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775707846"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:3701303c7039d88d34cf6cc4094de4a87df08951e5f5d3dd11f6388dd1d40e19_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:3701303c7039d88d34cf6cc4094de4a87df08951e5f5d3dd11f6388dd1d40e19_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:3701303c7039d88d34cf6cc4094de4a87df08951e5f5d3dd11f6388dd1d40e19_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-webhook-rhel9@sha256%3A3701303c7039d88d34cf6cc4094de4a87df08951e5f5d3dd11f6388dd1d40e19?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775707824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:224b368e30c016813b6ef8207c2315c63691fa79028c743d8f7560ce74e71342_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:224b368e30c016813b6ef8207c2315c63691fa79028c743d8f7560ce74e71342_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:224b368e30c016813b6ef8207c2315c63691fa79028c743d8f7560ce74e71342_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-workingdirinit-rhel9@sha256%3A224b368e30c016813b6ef8207c2315c63691fa79028c743d8f7560ce74e71342?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775707793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:040c993cf5074fb5836dfbd9458edf875a133f92fdae3acbc7e7d638fd7c75e9_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:040c993cf5074fb5836dfbd9458edf875a133f92fdae3acbc7e7d638fd7c75e9_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:040c993cf5074fb5836dfbd9458edf875a133f92fdae3acbc7e7d638fd7c75e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-api-rhel9@sha256%3A040c993cf5074fb5836dfbd9458edf875a133f92fdae3acbc7e7d638fd7c75e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1776080666"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:c7cb3543d53a7c27d08e49a2cabbb4501ac15070546c16853b65bb1257f6cdd1_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:c7cb3543d53a7c27d08e49a2cabbb4501ac15070546c16853b65bb1257f6cdd1_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:c7cb3543d53a7c27d08e49a2cabbb4501ac15070546c16853b65bb1257f6cdd1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-retention-policy-agent-rhel9@sha256%3Ac7cb3543d53a7c27d08e49a2cabbb4501ac15070546c16853b65bb1257f6cdd1?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1776080693"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:1fbd070ed93685f8b5042e96a98273ac0970d9a5e81f603b82f0acbe141daef5_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:1fbd070ed93685f8b5042e96a98273ac0970d9a5e81f603b82f0acbe141daef5_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:1fbd070ed93685f8b5042e96a98273ac0970d9a5e81f603b82f0acbe141daef5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-watcher-rhel9@sha256%3A1fbd070ed93685f8b5042e96a98273ac0970d9a5e81f603b82f0acbe141daef5?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1776080787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c47845cd9c8824a05a8cdee03dbb637428ec293684deeb3f53073059025eb7e4_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c47845cd9c8824a05a8cdee03dbb637428ec293684deeb3f53073059025eb7e4_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c47845cd9c8824a05a8cdee03dbb637428ec293684deeb3f53073059025eb7e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-controller-rhel9@sha256%3Ac47845cd9c8824a05a8cdee03dbb637428ec293684deeb3f53073059025eb7e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775109558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:4316e4879c784caae03626f3924ec61dbf6be88ed436dc079baa34d42fe087d6_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:4316e4879c784caae03626f3924ec61dbf6be88ed436dc079baa34d42fe087d6_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:4316e4879c784caae03626f3924ec61dbf6be88ed436dc079baa34d42fe087d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-core-interceptors-rhel9@sha256%3A4316e4879c784caae03626f3924ec61dbf6be88ed436dc079baa34d42fe087d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775109494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:b8638d20ab3983f546b60055b91e4f8bd794a1cbae2ea4c30ab4d5fb8462908d_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:b8638d20ab3983f546b60055b91e4f8bd794a1cbae2ea4c30ab4d5fb8462908d_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:b8638d20ab3983f546b60055b91e4f8bd794a1cbae2ea4c30ab4d5fb8462908d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-eventlistenersink-rhel9@sha256%3Ab8638d20ab3983f546b60055b91e4f8bd794a1cbae2ea4c30ab4d5fb8462908d?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775109499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:e807fac592da1629692caf507c7501ddd21264ac7367996d4922011b9d03e9b9_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:e807fac592da1629692caf507c7501ddd21264ac7367996d4922011b9d03e9b9_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:e807fac592da1629692caf507c7501ddd21264ac7367996d4922011b9d03e9b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-webhook-rhel9@sha256%3Ae807fac592da1629692caf507c7501ddd21264ac7367996d4922011b9d03e9b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1775109495"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:2dd31612709a260473298dd8dc5f0a7acd2ddb4cb904cdb4a78af45fc78f3636_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:2dd31612709a260473298dd8dc5f0a7acd2ddb4cb904cdb4a78af45fc78f3636_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:2dd31612709a260473298dd8dc5f0a7acd2ddb4cb904cdb4a78af45fc78f3636_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:3f18cbd40d453cb50e2c0012adf9d5310960038ea241aa0c2bd8a193455b9428_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:3f18cbd40d453cb50e2c0012adf9d5310960038ea241aa0c2bd8a193455b9428_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:3f18cbd40d453cb50e2c0012adf9d5310960038ea241aa0c2bd8a193455b9428_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9c258ab15a9664319fb20c37a24f694f5399986dcdd5e273fe5600b00ce94425_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9c258ab15a9664319fb20c37a24f694f5399986dcdd5e273fe5600b00ce94425_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9c258ab15a9664319fb20c37a24f694f5399986dcdd5e273fe5600b00ce94425_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:f08e06d2264dc51181540cffc5a18d155bdce87167bee015188adde531b86129_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:f08e06d2264dc51181540cffc5a18d155bdce87167bee015188adde531b86129_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:f08e06d2264dc51181540cffc5a18d155bdce87167bee015188adde531b86129_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:04dfc5de0d8e8a431159ebcc2c4c311a9c546392ffb495ce21e41dfb7d5f2e16_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:04dfc5de0d8e8a431159ebcc2c4c311a9c546392ffb495ce21e41dfb7d5f2e16_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:04dfc5de0d8e8a431159ebcc2c4c311a9c546392ffb495ce21e41dfb7d5f2e16_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:2c2edaec3cd60796aea7c45ffeb74abe06d81c6c32c2bfdb868ed5752540f975_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:2c2edaec3cd60796aea7c45ffeb74abe06d81c6c32c2bfdb868ed5752540f975_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:2c2edaec3cd60796aea7c45ffeb74abe06d81c6c32c2bfdb868ed5752540f975_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:3f61b0a1d07d700a48f85ecbaf59d76521fb055a22733ccfebfca97c85825bed_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:3f61b0a1d07d700a48f85ecbaf59d76521fb055a22733ccfebfca97c85825bed_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:3f61b0a1d07d700a48f85ecbaf59d76521fb055a22733ccfebfca97c85825bed_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:c55963aca692a6168530a5d83e2c714551bb834e028ccef73244c0392693f3c6_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:c55963aca692a6168530a5d83e2c714551bb834e028ccef73244c0392693f3c6_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:c55963aca692a6168530a5d83e2c714551bb834e028ccef73244c0392693f3c6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:65940b32600afe6daf2b3371904c1cfebd165a18258fb84acf1fc37399afdb5a_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:65940b32600afe6daf2b3371904c1cfebd165a18258fb84acf1fc37399afdb5a_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:65940b32600afe6daf2b3371904c1cfebd165a18258fb84acf1fc37399afdb5a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:cacb1da0d7c69f4422ecedee7504bab7dc79dfe18ba30e28746a4b4f4bc05351_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:cacb1da0d7c69f4422ecedee7504bab7dc79dfe18ba30e28746a4b4f4bc05351_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:cacb1da0d7c69f4422ecedee7504bab7dc79dfe18ba30e28746a4b4f4bc05351_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:d76bd87bbe0ec9ce2e6ad006442b8fec270ac2d94ac044d150ff0c97d55b1689_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:d76bd87bbe0ec9ce2e6ad006442b8fec270ac2d94ac044d150ff0c97d55b1689_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:d76bd87bbe0ec9ce2e6ad006442b8fec270ac2d94ac044d150ff0c97d55b1689_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:ffc6719dffa2a204ad064029d2e891e8438c6345a32e421f41488f2ee9d02158_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:ffc6719dffa2a204ad064029d2e891e8438c6345a32e421f41488f2ee9d02158_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:ffc6719dffa2a204ad064029d2e891e8438c6345a32e421f41488f2ee9d02158_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:05efa0704e5927d7126a0bd97075716efce2b6fccfd803ee32deb626a5c91ed1_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:05efa0704e5927d7126a0bd97075716efce2b6fccfd803ee32deb626a5c91ed1_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:05efa0704e5927d7126a0bd97075716efce2b6fccfd803ee32deb626a5c91ed1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:3c0a8d53e0f5209f06a99cee929e36ae868983e23e34341782e32fc2362427bd_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:3c0a8d53e0f5209f06a99cee929e36ae868983e23e34341782e32fc2362427bd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:3c0a8d53e0f5209f06a99cee929e36ae868983e23e34341782e32fc2362427bd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:c7b662322bb5137767ca6c7054960135f6eb2e1e58d2d97885b65e24c7fb9ecd_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:c7b662322bb5137767ca6c7054960135f6eb2e1e58d2d97885b65e24c7fb9ecd_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:c7b662322bb5137767ca6c7054960135f6eb2e1e58d2d97885b65e24c7fb9ecd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e099d31b04aec0af0f3f28bdcb989640d4ef4cf58e2ab136585f93ebce9ee3fa_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e099d31b04aec0af0f3f28bdcb989640d4ef4cf58e2ab136585f93ebce9ee3fa_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e099d31b04aec0af0f3f28bdcb989640d4ef4cf58e2ab136585f93ebce9ee3fa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:766dfe16f97601fada3f433cb49ec0972dd2a8291f1916ac930055b973a280ff_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:766dfe16f97601fada3f433cb49ec0972dd2a8291f1916ac930055b973a280ff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:766dfe16f97601fada3f433cb49ec0972dd2a8291f1916ac930055b973a280ff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:8f076dc87af9322a285f6ce4b434f2cd073377e0ea4d15ba176ba1d4d61d4cc4_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:8f076dc87af9322a285f6ce4b434f2cd073377e0ea4d15ba176ba1d4d61d4cc4_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:8f076dc87af9322a285f6ce4b434f2cd073377e0ea4d15ba176ba1d4d61d4cc4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:be84f6f723a5dccb3b25d7b51d7a2786827e37f33a9fcb24cb7e0e3cc67a3ee8_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:be84f6f723a5dccb3b25d7b51d7a2786827e37f33a9fcb24cb7e0e3cc67a3ee8_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:be84f6f723a5dccb3b25d7b51d7a2786827e37f33a9fcb24cb7e0e3cc67a3ee8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:cba1d62b03607a828d8f183dd75b5a407bb79c8c52d9d82595523452ec377922_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:cba1d62b03607a828d8f183dd75b5a407bb79c8c52d9d82595523452ec377922_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:cba1d62b03607a828d8f183dd75b5a407bb79c8c52d9d82595523452ec377922_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:439b014810a91be2fdc5c108acd149321057bd2647eb862ba0975b15fb3d2ced_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:439b014810a91be2fdc5c108acd149321057bd2647eb862ba0975b15fb3d2ced_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:439b014810a91be2fdc5c108acd149321057bd2647eb862ba0975b15fb3d2ced_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5e96c8968061cccbf10b7297dd4bf99a53c960c2d67366a8244c7fbe0c25a053_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5e96c8968061cccbf10b7297dd4bf99a53c960c2d67366a8244c7fbe0c25a053_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5e96c8968061cccbf10b7297dd4bf99a53c960c2d67366a8244c7fbe0c25a053_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:9295c272324ffe9c3d6378d0315e5d6c5e91ee64622935b26e232fffe07c4225_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:9295c272324ffe9c3d6378d0315e5d6c5e91ee64622935b26e232fffe07c4225_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:9295c272324ffe9c3d6378d0315e5d6c5e91ee64622935b26e232fffe07c4225_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:bd02c1fd188bbf3035d144d7f7af7efaf42ab852970e7940ec577092e47540de_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:bd02c1fd188bbf3035d144d7f7af7efaf42ab852970e7940ec577092e47540de_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:bd02c1fd188bbf3035d144d7f7af7efaf42ab852970e7940ec577092e47540de_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:27b85727eca0deb019c4097f666840476395db587806779396e016a86b59ac51_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:27b85727eca0deb019c4097f666840476395db587806779396e016a86b59ac51_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:27b85727eca0deb019c4097f666840476395db587806779396e016a86b59ac51_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2ae1ad50f3f8eba2609774e7c98eab3d1791418e30e2fcf2483942d375cb0605_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2ae1ad50f3f8eba2609774e7c98eab3d1791418e30e2fcf2483942d375cb0605_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2ae1ad50f3f8eba2609774e7c98eab3d1791418e30e2fcf2483942d375cb0605_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2f461c99cdcedaaf99b7313d0302ad20baab9fcae545d844ba59fc26618777a5_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2f461c99cdcedaaf99b7313d0302ad20baab9fcae545d844ba59fc26618777a5_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2f461c99cdcedaaf99b7313d0302ad20baab9fcae545d844ba59fc26618777a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:e5ea117b0598f46785107574fafc76ef0138751475b7d283551650b60626ad9f_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:e5ea117b0598f46785107574fafc76ef0138751475b7d283551650b60626ad9f_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:e5ea117b0598f46785107574fafc76ef0138751475b7d283551650b60626ad9f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:1a0bcbd805892a9895d0143ee1c2c694e1e1f1eff3326a303deb5eaa6e5fbffc_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:1a0bcbd805892a9895d0143ee1c2c694e1e1f1eff3326a303deb5eaa6e5fbffc_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:1a0bcbd805892a9895d0143ee1c2c694e1e1f1eff3326a303deb5eaa6e5fbffc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2c9d44fcdf5f400087a77fa222d897d343e0d671d99829f3bcd5de44c570dc31_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2c9d44fcdf5f400087a77fa222d897d343e0d671d99829f3bcd5de44c570dc31_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2c9d44fcdf5f400087a77fa222d897d343e0d671d99829f3bcd5de44c570dc31_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:9af4e1edc9678b88a1b8b6d0561f48ac1b47a12f27e9595ec5141dbbcd334aec_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:9af4e1edc9678b88a1b8b6d0561f48ac1b47a12f27e9595ec5141dbbcd334aec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:9af4e1edc9678b88a1b8b6d0561f48ac1b47a12f27e9595ec5141dbbcd334aec_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:a1011341b0fbd4d337ba3f29322c490e0d2c3ded18725a5ae62c1047a78c5681_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:a1011341b0fbd4d337ba3f29322c490e0d2c3ded18725a5ae62c1047a78c5681_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:a1011341b0fbd4d337ba3f29322c490e0d2c3ded18725a5ae62c1047a78c5681_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:0caa7da1dc4d9bc97469d87db226f8e9117afc243f016ec007e63a499eacd885_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:0caa7da1dc4d9bc97469d87db226f8e9117afc243f016ec007e63a499eacd885_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:0caa7da1dc4d9bc97469d87db226f8e9117afc243f016ec007e63a499eacd885_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:1fe95cb1392976db91eb0033797ad4ab1e7f2598ff6ed271bc87c8ad275b660a_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:1fe95cb1392976db91eb0033797ad4ab1e7f2598ff6ed271bc87c8ad275b660a_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:1fe95cb1392976db91eb0033797ad4ab1e7f2598ff6ed271bc87c8ad275b660a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:962a077137ca959e185b8f51c1ab9288cdf4be9dafa74a622e7dfeda65f431b0_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:962a077137ca959e185b8f51c1ab9288cdf4be9dafa74a622e7dfeda65f431b0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:962a077137ca959e185b8f51c1ab9288cdf4be9dafa74a622e7dfeda65f431b0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:f3d289b8532549a01582a518ee9225a4389868b043733faf1d1005a1a7b29be7_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:f3d289b8532549a01582a518ee9225a4389868b043733faf1d1005a1a7b29be7_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:f3d289b8532549a01582a518ee9225a4389868b043733faf1d1005a1a7b29be7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:4b6e42b725d0d3a67861ec575d23e312e41408abf47a0b583bc39accdf7d156d_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:4b6e42b725d0d3a67861ec575d23e312e41408abf47a0b583bc39accdf7d156d_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:4b6e42b725d0d3a67861ec575d23e312e41408abf47a0b583bc39accdf7d156d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:51fd5b9419bebad5a8151230fc6cbfcbcfad355c0cd7384cce52de6b083d9115_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:51fd5b9419bebad5a8151230fc6cbfcbcfad355c0cd7384cce52de6b083d9115_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:51fd5b9419bebad5a8151230fc6cbfcbcfad355c0cd7384cce52de6b083d9115_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:547aac8f1dffd6ca13be09057e35b15d2f02d2a9ec84089294f71909c51824ce_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:547aac8f1dffd6ca13be09057e35b15d2f02d2a9ec84089294f71909c51824ce_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:547aac8f1dffd6ca13be09057e35b15d2f02d2a9ec84089294f71909c51824ce_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:647d014835bd07571bb195c52fe4c0449e8a8a8750b344a1d5a45df06fd372c2_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:647d014835bd07571bb195c52fe4c0449e8a8a8750b344a1d5a45df06fd372c2_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:647d014835bd07571bb195c52fe4c0449e8a8a8750b344a1d5a45df06fd372c2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:6927b5530683b27344c3c930f60fdf4076495bd6e299c902f19953463080b3ea_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:6927b5530683b27344c3c930f60fdf4076495bd6e299c902f19953463080b3ea_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:6927b5530683b27344c3c930f60fdf4076495bd6e299c902f19953463080b3ea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:9f443faefbf30a0d699139fd93657dbc62560b6e654f859931f65526065ebebb_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:9f443faefbf30a0d699139fd93657dbc62560b6e654f859931f65526065ebebb_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:9f443faefbf30a0d699139fd93657dbc62560b6e654f859931f65526065ebebb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:be6d06a7f918e9249f5226a53b98538485a7a0eea38621ccf927477be10d0372_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:be6d06a7f918e9249f5226a53b98538485a7a0eea38621ccf927477be10d0372_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:be6d06a7f918e9249f5226a53b98538485a7a0eea38621ccf927477be10d0372_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:f55a5c529554e853e5ce280abb824787e2e2e76613e6d90eeebe2ae297ae5e8b_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:f55a5c529554e853e5ce280abb824787e2e2e76613e6d90eeebe2ae297ae5e8b_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:f55a5c529554e853e5ce280abb824787e2e2e76613e6d90eeebe2ae297ae5e8b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:5d13485446cb9334d7356abb3b26ff8a8521312705bd74c040b28c700651049c_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:5d13485446cb9334d7356abb3b26ff8a8521312705bd74c040b28c700651049c_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:5d13485446cb9334d7356abb3b26ff8a8521312705bd74c040b28c700651049c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:744cff3d4a563ce9a2f89089b51a99ea88446015b5b3073ea0a6eb8bb7d24457_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:744cff3d4a563ce9a2f89089b51a99ea88446015b5b3073ea0a6eb8bb7d24457_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:744cff3d4a563ce9a2f89089b51a99ea88446015b5b3073ea0a6eb8bb7d24457_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:a0f48ca6f8a7d9d87d1962974bab344c33d4ec8b37a64c163ac6ada3f3271a6e_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:a0f48ca6f8a7d9d87d1962974bab344c33d4ec8b37a64c163ac6ada3f3271a6e_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:a0f48ca6f8a7d9d87d1962974bab344c33d4ec8b37a64c163ac6ada3f3271a6e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:ea383b6c04bb42bc6070de5ec8cb5042b6e27470a6a236b36f208de749830d81_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:ea383b6c04bb42bc6070de5ec8cb5042b6e27470a6a236b36f208de749830d81_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:ea383b6c04bb42bc6070de5ec8cb5042b6e27470a6a236b36f208de749830d81_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:14d6f7c12e7f181db1a60b1721bb0b7b9e4a737f0b0ffa8449f8508e73e38ccb_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:14d6f7c12e7f181db1a60b1721bb0b7b9e4a737f0b0ffa8449f8508e73e38ccb_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:14d6f7c12e7f181db1a60b1721bb0b7b9e4a737f0b0ffa8449f8508e73e38ccb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:2fc2f77648e795512cd58f9827abc60ca6f7a36c55222cba8ea2ac1a57410dfd_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:2fc2f77648e795512cd58f9827abc60ca6f7a36c55222cba8ea2ac1a57410dfd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:2fc2f77648e795512cd58f9827abc60ca6f7a36c55222cba8ea2ac1a57410dfd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:8d2e7068d92ab9d0c8acd71ddd4a8b5e3fd2757edc460a18e81415acca5a2cf6_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:8d2e7068d92ab9d0c8acd71ddd4a8b5e3fd2757edc460a18e81415acca5a2cf6_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:8d2e7068d92ab9d0c8acd71ddd4a8b5e3fd2757edc460a18e81415acca5a2cf6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:b32c6f189345b4f541364748061b11405c41c9d4841d38174cb25da8f452358b_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:b32c6f189345b4f541364748061b11405c41c9d4841d38174cb25da8f452358b_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:b32c6f189345b4f541364748061b11405c41c9d4841d38174cb25da8f452358b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:17cc798cb974248a66a94ddd20586d4f0e32dced2f304a4f406878f0637c794a_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:17cc798cb974248a66a94ddd20586d4f0e32dced2f304a4f406878f0637c794a_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:17cc798cb974248a66a94ddd20586d4f0e32dced2f304a4f406878f0637c794a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:6fc77db6045a62215c6b2c87ab9f7ac3892e381c645f2e78032d2788f83ca729_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:6fc77db6045a62215c6b2c87ab9f7ac3892e381c645f2e78032d2788f83ca729_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:6fc77db6045a62215c6b2c87ab9f7ac3892e381c645f2e78032d2788f83ca729_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:9c2cecd279db37a97a6cc10e3b9aefa209064271ea6bd52cda907230ff58b34b_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:9c2cecd279db37a97a6cc10e3b9aefa209064271ea6bd52cda907230ff58b34b_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:9c2cecd279db37a97a6cc10e3b9aefa209064271ea6bd52cda907230ff58b34b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:9ec788140bcb4d8767ab538989be8b63298b06cd2393b60385310c6c496cd658_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:9ec788140bcb4d8767ab538989be8b63298b06cd2393b60385310c6c496cd658_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:9ec788140bcb4d8767ab538989be8b63298b06cd2393b60385310c6c496cd658_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:2a0a54ddea2b4705e329cec213048054e59c255c650c7d132543d5576e61cea9_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:2a0a54ddea2b4705e329cec213048054e59c255c650c7d132543d5576e61cea9_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:2a0a54ddea2b4705e329cec213048054e59c255c650c7d132543d5576e61cea9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:6ec8e91be151109a106f698be9e3f44199a0efeea8bfb4b7bf6311be8e519af6_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:6ec8e91be151109a106f698be9e3f44199a0efeea8bfb4b7bf6311be8e519af6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:6ec8e91be151109a106f698be9e3f44199a0efeea8bfb4b7bf6311be8e519af6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:7d2b3e967c2f339cb0bbb362cc5da40c4429ce082371a789589de9335edb3892_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:7d2b3e967c2f339cb0bbb362cc5da40c4429ce082371a789589de9335edb3892_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:7d2b3e967c2f339cb0bbb362cc5da40c4429ce082371a789589de9335edb3892_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:a3faa4886b2532151a088656803ce83f817565f450eb56cac88696aecfbeacb7_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:a3faa4886b2532151a088656803ce83f817565f450eb56cac88696aecfbeacb7_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:a3faa4886b2532151a088656803ce83f817565f450eb56cac88696aecfbeacb7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:040c993cf5074fb5836dfbd9458edf875a133f92fdae3acbc7e7d638fd7c75e9_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:040c993cf5074fb5836dfbd9458edf875a133f92fdae3acbc7e7d638fd7c75e9_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:040c993cf5074fb5836dfbd9458edf875a133f92fdae3acbc7e7d638fd7c75e9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:9b8663990fbbc495e64d71f2ab47d951042207fb9827bd971a7a25fc558badc9_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:9b8663990fbbc495e64d71f2ab47d951042207fb9827bd971a7a25fc558badc9_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:9b8663990fbbc495e64d71f2ab47d951042207fb9827bd971a7a25fc558badc9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b6fd9bb6b74497f894ec72ac478466e4bea233914a4761e1efd274c058450ca8_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b6fd9bb6b74497f894ec72ac478466e4bea233914a4761e1efd274c058450ca8_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b6fd9bb6b74497f894ec72ac478466e4bea233914a4761e1efd274c058450ca8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:f615b657099163e68cbeed2b0fca7b224ae8e406a3b9eb77bb81b170cc088a4f_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:f615b657099163e68cbeed2b0fca7b224ae8e406a3b9eb77bb81b170cc088a4f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:f615b657099163e68cbeed2b0fca7b224ae8e406a3b9eb77bb81b170cc088a4f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:46c512703a1775a0e62db7723e50ac8429dd4523ad308f460037c617bd638020_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:46c512703a1775a0e62db7723e50ac8429dd4523ad308f460037c617bd638020_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:46c512703a1775a0e62db7723e50ac8429dd4523ad308f460037c617bd638020_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:61cbd381d040072d401c2d5f318ca655e03aebecdb0cfca7d3145bcf2d8df12a_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:61cbd381d040072d401c2d5f318ca655e03aebecdb0cfca7d3145bcf2d8df12a_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:61cbd381d040072d401c2d5f318ca655e03aebecdb0cfca7d3145bcf2d8df12a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:c7cb3543d53a7c27d08e49a2cabbb4501ac15070546c16853b65bb1257f6cdd1_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:c7cb3543d53a7c27d08e49a2cabbb4501ac15070546c16853b65bb1257f6cdd1_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:c7cb3543d53a7c27d08e49a2cabbb4501ac15070546c16853b65bb1257f6cdd1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d821a7e6ef088805f2dad9c7ef4cb2291cc1fa42c7ee9548d6b46e2ea810bc59_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d821a7e6ef088805f2dad9c7ef4cb2291cc1fa42c7ee9548d6b46e2ea810bc59_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d821a7e6ef088805f2dad9c7ef4cb2291cc1fa42c7ee9548d6b46e2ea810bc59_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:075f5a96c1a41306d7af0c949f4495441c2ec44978770009fa3068a612094ec6_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:075f5a96c1a41306d7af0c949f4495441c2ec44978770009fa3068a612094ec6_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:075f5a96c1a41306d7af0c949f4495441c2ec44978770009fa3068a612094ec6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:1fbd070ed93685f8b5042e96a98273ac0970d9a5e81f603b82f0acbe141daef5_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:1fbd070ed93685f8b5042e96a98273ac0970d9a5e81f603b82f0acbe141daef5_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:1fbd070ed93685f8b5042e96a98273ac0970d9a5e81f603b82f0acbe141daef5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:77932d26a6b71964f996df68cc48974aceef9a5e048c67648a1178f8558c4aec_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:77932d26a6b71964f996df68cc48974aceef9a5e048c67648a1178f8558c4aec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:77932d26a6b71964f996df68cc48974aceef9a5e048c67648a1178f8558c4aec_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:bcdc71ebf2a7ae1b2fd44040823a3ad2dac7658f4171e6dcf5bb19bb41d7275d_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:bcdc71ebf2a7ae1b2fd44040823a3ad2dac7658f4171e6dcf5bb19bb41d7275d_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:bcdc71ebf2a7ae1b2fd44040823a3ad2dac7658f4171e6dcf5bb19bb41d7275d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:11466675408cf4150b67445609fa208f0eacd234273c28cc8082a9526a0b6ed2_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:11466675408cf4150b67445609fa208f0eacd234273c28cc8082a9526a0b6ed2_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:11466675408cf4150b67445609fa208f0eacd234273c28cc8082a9526a0b6ed2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:376bdd49c7233d1d0e13d9ca606c07d51f138b747788c6fa0d34040158c86df5_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:376bdd49c7233d1d0e13d9ca606c07d51f138b747788c6fa0d34040158c86df5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:376bdd49c7233d1d0e13d9ca606c07d51f138b747788c6fa0d34040158c86df5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:49328c67697b01ebd2d4f6188517bb901f715e1aefd21d23a6e33a7eebf49a5d_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:49328c67697b01ebd2d4f6188517bb901f715e1aefd21d23a6e33a7eebf49a5d_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:49328c67697b01ebd2d4f6188517bb901f715e1aefd21d23a6e33a7eebf49a5d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:92a27e4f699b5deddf2cf1875fccb2f41652ba7c5259188bc8886d23687c17cc_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:92a27e4f699b5deddf2cf1875fccb2f41652ba7c5259188bc8886d23687c17cc_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:92a27e4f699b5deddf2cf1875fccb2f41652ba7c5259188bc8886d23687c17cc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:083ede9ebeb8752d87e8c584c57e4486b28c63f48f21c55acd7e89d2f6b926ef_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:083ede9ebeb8752d87e8c584c57e4486b28c63f48f21c55acd7e89d2f6b926ef_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:083ede9ebeb8752d87e8c584c57e4486b28c63f48f21c55acd7e89d2f6b926ef_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:131c2444ecbcb1defad3bb871214d3d149889eb91d6c6ba2eb97c0c055d01cec_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:131c2444ecbcb1defad3bb871214d3d149889eb91d6c6ba2eb97c0c055d01cec_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:131c2444ecbcb1defad3bb871214d3d149889eb91d6c6ba2eb97c0c055d01cec_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:310afa55b5ba2d3058fb1e4e532c56464b30faf2fa23296583d8e20925d0c859_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:310afa55b5ba2d3058fb1e4e532c56464b30faf2fa23296583d8e20925d0c859_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:310afa55b5ba2d3058fb1e4e532c56464b30faf2fa23296583d8e20925d0c859_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:e550b9f7c0eeeb53a346f0b1374d270b028da504ea52009721e1f92b90ff647d_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:e550b9f7c0eeeb53a346f0b1374d270b028da504ea52009721e1f92b90ff647d_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:e550b9f7c0eeeb53a346f0b1374d270b028da504ea52009721e1f92b90ff647d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:17acdde2cdbc4d3faecc929046e085c23b7292fadfc1fde35a631a1d68e834d8_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:17acdde2cdbc4d3faecc929046e085c23b7292fadfc1fde35a631a1d68e834d8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:17acdde2cdbc4d3faecc929046e085c23b7292fadfc1fde35a631a1d68e834d8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:5ddffcd68c1d0bf827e47ecb602fdc72b063fedd922e82a10c7c0c32628b1688_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:5ddffcd68c1d0bf827e47ecb602fdc72b063fedd922e82a10c7c0c32628b1688_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:5ddffcd68c1d0bf827e47ecb602fdc72b063fedd922e82a10c7c0c32628b1688_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9dae602db69076245413c4d27e7b40a1e1e9c17488faca69b7d88bc4294d51c5_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9dae602db69076245413c4d27e7b40a1e1e9c17488faca69b7d88bc4294d51c5_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9dae602db69076245413c4d27e7b40a1e1e9c17488faca69b7d88bc4294d51c5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c47845cd9c8824a05a8cdee03dbb637428ec293684deeb3f53073059025eb7e4_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c47845cd9c8824a05a8cdee03dbb637428ec293684deeb3f53073059025eb7e4_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c47845cd9c8824a05a8cdee03dbb637428ec293684deeb3f53073059025eb7e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:4316e4879c784caae03626f3924ec61dbf6be88ed436dc079baa34d42fe087d6_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:4316e4879c784caae03626f3924ec61dbf6be88ed436dc079baa34d42fe087d6_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:4316e4879c784caae03626f3924ec61dbf6be88ed436dc079baa34d42fe087d6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:551a03f31896276a4ec691fa64593177ff24e3c68a7922710fada541d50ae99b_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:551a03f31896276a4ec691fa64593177ff24e3c68a7922710fada541d50ae99b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:551a03f31896276a4ec691fa64593177ff24e3c68a7922710fada541d50ae99b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:68d19b52c37ee25209b735f81ad05b55b3a17c49c29d5e657c2b7d602de45229_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:68d19b52c37ee25209b735f81ad05b55b3a17c49c29d5e657c2b7d602de45229_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:68d19b52c37ee25209b735f81ad05b55b3a17c49c29d5e657c2b7d602de45229_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:dac40d2089fef971f95eb0cfd507e1b5cbc24acf6c0e6f0993e218075ee6d397_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:dac40d2089fef971f95eb0cfd507e1b5cbc24acf6c0e6f0993e218075ee6d397_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:dac40d2089fef971f95eb0cfd507e1b5cbc24acf6c0e6f0993e218075ee6d397_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9a2df9ed23563d89f0c9ab3e5d3b57ec8947f9c087bf4dfa8d8e2f352b478b33_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9a2df9ed23563d89f0c9ab3e5d3b57ec8947f9c087bf4dfa8d8e2f352b478b33_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9a2df9ed23563d89f0c9ab3e5d3b57ec8947f9c087bf4dfa8d8e2f352b478b33_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9d984a8118f465f780ee6552285d471a04edc3298560cfe1ba9d0e82a2620d51_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9d984a8118f465f780ee6552285d471a04edc3298560cfe1ba9d0e82a2620d51_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9d984a8118f465f780ee6552285d471a04edc3298560cfe1ba9d0e82a2620d51_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:b8638d20ab3983f546b60055b91e4f8bd794a1cbae2ea4c30ab4d5fb8462908d_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:b8638d20ab3983f546b60055b91e4f8bd794a1cbae2ea4c30ab4d5fb8462908d_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:b8638d20ab3983f546b60055b91e4f8bd794a1cbae2ea4c30ab4d5fb8462908d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:cc50070b54956f171e4e89b8936371bc8074c572eb50e862a48fabbdf3641468_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:cc50070b54956f171e4e89b8936371bc8074c572eb50e862a48fabbdf3641468_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:cc50070b54956f171e4e89b8936371bc8074c572eb50e862a48fabbdf3641468_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:3cee08eb6f0c9ee6fb7b56ed7267d3027e15cde7d53f451a767b66a8800e39a1_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:3cee08eb6f0c9ee6fb7b56ed7267d3027e15cde7d53f451a767b66a8800e39a1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:3cee08eb6f0c9ee6fb7b56ed7267d3027e15cde7d53f451a767b66a8800e39a1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:928fbf03a21de75977efd8383ebb9c77f75d4623d2b258fc822df7613eae9458_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:928fbf03a21de75977efd8383ebb9c77f75d4623d2b258fc822df7613eae9458_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:928fbf03a21de75977efd8383ebb9c77f75d4623d2b258fc822df7613eae9458_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:e807fac592da1629692caf507c7501ddd21264ac7367996d4922011b9d03e9b9_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:e807fac592da1629692caf507c7501ddd21264ac7367996d4922011b9d03e9b9_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:e807fac592da1629692caf507c7501ddd21264ac7367996d4922011b9d03e9b9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:ea970597dd190a8ccf2cf9b79cd176c82be380fe6a268258b2a601f20363cced_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:ea970597dd190a8ccf2cf9b79cd176c82be380fe6a268258b2a601f20363cced_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:ea970597dd190a8ccf2cf9b79cd176c82be380fe6a268258b2a601f20363cced_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:3701303c7039d88d34cf6cc4094de4a87df08951e5f5d3dd11f6388dd1d40e19_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:3701303c7039d88d34cf6cc4094de4a87df08951e5f5d3dd11f6388dd1d40e19_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:3701303c7039d88d34cf6cc4094de4a87df08951e5f5d3dd11f6388dd1d40e19_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:436c51c682e4ee1efb4f52096715652088bc02d8cc41318a478ba9816cca361b_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:436c51c682e4ee1efb4f52096715652088bc02d8cc41318a478ba9816cca361b_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:436c51c682e4ee1efb4f52096715652088bc02d8cc41318a478ba9816cca361b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:d61ce01266f6c62e3e1cae781eafc0d034bb9e50d14f1b4500566e35f6d0ca60_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:d61ce01266f6c62e3e1cae781eafc0d034bb9e50d14f1b4500566e35f6d0ca60_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:d61ce01266f6c62e3e1cae781eafc0d034bb9e50d14f1b4500566e35f6d0ca60_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f3c99b4bd800c6a608c2bab049daccf61c2822e1cd3b974b7f099bff010dac5e_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f3c99b4bd800c6a608c2bab049daccf61c2822e1cd3b974b7f099bff010dac5e_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f3c99b4bd800c6a608c2bab049daccf61c2822e1cd3b974b7f099bff010dac5e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:224b368e30c016813b6ef8207c2315c63691fa79028c743d8f7560ce74e71342_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:224b368e30c016813b6ef8207c2315c63691fa79028c743d8f7560ce74e71342_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:224b368e30c016813b6ef8207c2315c63691fa79028c743d8f7560ce74e71342_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:4e3b3bfeb34a9c79ae7eaa64e3fd248ae1105309c1b213a213ff4a3be60f4037_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:4e3b3bfeb34a9c79ae7eaa64e3fd248ae1105309c1b213a213ff4a3be60f4037_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:4e3b3bfeb34a9c79ae7eaa64e3fd248ae1105309c1b213a213ff4a3be60f4037_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:54331cfda3badd4bdf26c5b331d8af3ec77f2c9691544de7083e299029016c95_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:54331cfda3badd4bdf26c5b331d8af3ec77f2c9691544de7083e299029016c95_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:54331cfda3badd4bdf26c5b331d8af3ec77f2c9691544de7083e299029016c95_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:79ac92992f13d1851ee8ba74dd1afcdd8983d45489bb58e050f5f3fab48e9e6f_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:79ac92992f13d1851ee8ba74dd1afcdd8983d45489bb58e050f5f3fab48e9e6f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:79ac92992f13d1851ee8ba74dd1afcdd8983d45489bb58e050f5f3fab48e9e6f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33022",
"cwe": {
"id": "CWE-130",
"name": "Improper Handling of Length Parameter Inconsistency"
},
"discovery_date": "2026-03-20T08:01:37.605922+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:2dd31612709a260473298dd8dc5f0a7acd2ddb4cb904cdb4a78af45fc78f3636_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:3f18cbd40d453cb50e2c0012adf9d5310960038ea241aa0c2bd8a193455b9428_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9c258ab15a9664319fb20c37a24f694f5399986dcdd5e273fe5600b00ce94425_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:f08e06d2264dc51181540cffc5a18d155bdce87167bee015188adde531b86129_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:04dfc5de0d8e8a431159ebcc2c4c311a9c546392ffb495ce21e41dfb7d5f2e16_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:2c2edaec3cd60796aea7c45ffeb74abe06d81c6c32c2bfdb868ed5752540f975_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:3f61b0a1d07d700a48f85ecbaf59d76521fb055a22733ccfebfca97c85825bed_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:c55963aca692a6168530a5d83e2c714551bb834e028ccef73244c0392693f3c6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:65940b32600afe6daf2b3371904c1cfebd165a18258fb84acf1fc37399afdb5a_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:cacb1da0d7c69f4422ecedee7504bab7dc79dfe18ba30e28746a4b4f4bc05351_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:d76bd87bbe0ec9ce2e6ad006442b8fec270ac2d94ac044d150ff0c97d55b1689_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:ffc6719dffa2a204ad064029d2e891e8438c6345a32e421f41488f2ee9d02158_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:766dfe16f97601fada3f433cb49ec0972dd2a8291f1916ac930055b973a280ff_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:8f076dc87af9322a285f6ce4b434f2cd073377e0ea4d15ba176ba1d4d61d4cc4_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:be84f6f723a5dccb3b25d7b51d7a2786827e37f33a9fcb24cb7e0e3cc67a3ee8_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:cba1d62b03607a828d8f183dd75b5a407bb79c8c52d9d82595523452ec377922_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:439b014810a91be2fdc5c108acd149321057bd2647eb862ba0975b15fb3d2ced_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5e96c8968061cccbf10b7297dd4bf99a53c960c2d67366a8244c7fbe0c25a053_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:9295c272324ffe9c3d6378d0315e5d6c5e91ee64622935b26e232fffe07c4225_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:bd02c1fd188bbf3035d144d7f7af7efaf42ab852970e7940ec577092e47540de_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:27b85727eca0deb019c4097f666840476395db587806779396e016a86b59ac51_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2ae1ad50f3f8eba2609774e7c98eab3d1791418e30e2fcf2483942d375cb0605_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2f461c99cdcedaaf99b7313d0302ad20baab9fcae545d844ba59fc26618777a5_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:e5ea117b0598f46785107574fafc76ef0138751475b7d283551650b60626ad9f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:1a0bcbd805892a9895d0143ee1c2c694e1e1f1eff3326a303deb5eaa6e5fbffc_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2c9d44fcdf5f400087a77fa222d897d343e0d671d99829f3bcd5de44c570dc31_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:9af4e1edc9678b88a1b8b6d0561f48ac1b47a12f27e9595ec5141dbbcd334aec_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:a1011341b0fbd4d337ba3f29322c490e0d2c3ded18725a5ae62c1047a78c5681_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:0caa7da1dc4d9bc97469d87db226f8e9117afc243f016ec007e63a499eacd885_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:1fe95cb1392976db91eb0033797ad4ab1e7f2598ff6ed271bc87c8ad275b660a_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:962a077137ca959e185b8f51c1ab9288cdf4be9dafa74a622e7dfeda65f431b0_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:f3d289b8532549a01582a518ee9225a4389868b043733faf1d1005a1a7b29be7_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:4b6e42b725d0d3a67861ec575d23e312e41408abf47a0b583bc39accdf7d156d_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:51fd5b9419bebad5a8151230fc6cbfcbcfad355c0cd7384cce52de6b083d9115_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:547aac8f1dffd6ca13be09057e35b15d2f02d2a9ec84089294f71909c51824ce_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:647d014835bd07571bb195c52fe4c0449e8a8a8750b344a1d5a45df06fd372c2_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:6927b5530683b27344c3c930f60fdf4076495bd6e299c902f19953463080b3ea_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:9f443faefbf30a0d699139fd93657dbc62560b6e654f859931f65526065ebebb_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:be6d06a7f918e9249f5226a53b98538485a7a0eea38621ccf927477be10d0372_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:f55a5c529554e853e5ce280abb824787e2e2e76613e6d90eeebe2ae297ae5e8b_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:5d13485446cb9334d7356abb3b26ff8a8521312705bd74c040b28c700651049c_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:744cff3d4a563ce9a2f89089b51a99ea88446015b5b3073ea0a6eb8bb7d24457_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:a0f48ca6f8a7d9d87d1962974bab344c33d4ec8b37a64c163ac6ada3f3271a6e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:ea383b6c04bb42bc6070de5ec8cb5042b6e27470a6a236b36f208de749830d81_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:14d6f7c12e7f181db1a60b1721bb0b7b9e4a737f0b0ffa8449f8508e73e38ccb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:2fc2f77648e795512cd58f9827abc60ca6f7a36c55222cba8ea2ac1a57410dfd_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:8d2e7068d92ab9d0c8acd71ddd4a8b5e3fd2757edc460a18e81415acca5a2cf6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:b32c6f189345b4f541364748061b11405c41c9d4841d38174cb25da8f452358b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:17cc798cb974248a66a94ddd20586d4f0e32dced2f304a4f406878f0637c794a_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:6fc77db6045a62215c6b2c87ab9f7ac3892e381c645f2e78032d2788f83ca729_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:9c2cecd279db37a97a6cc10e3b9aefa209064271ea6bd52cda907230ff58b34b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:9ec788140bcb4d8767ab538989be8b63298b06cd2393b60385310c6c496cd658_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:2a0a54ddea2b4705e329cec213048054e59c255c650c7d132543d5576e61cea9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:6ec8e91be151109a106f698be9e3f44199a0efeea8bfb4b7bf6311be8e519af6_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:7d2b3e967c2f339cb0bbb362cc5da40c4429ce082371a789589de9335edb3892_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:a3faa4886b2532151a088656803ce83f817565f450eb56cac88696aecfbeacb7_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:040c993cf5074fb5836dfbd9458edf875a133f92fdae3acbc7e7d638fd7c75e9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:9b8663990fbbc495e64d71f2ab47d951042207fb9827bd971a7a25fc558badc9_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b6fd9bb6b74497f894ec72ac478466e4bea233914a4761e1efd274c058450ca8_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:f615b657099163e68cbeed2b0fca7b224ae8e406a3b9eb77bb81b170cc088a4f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:46c512703a1775a0e62db7723e50ac8429dd4523ad308f460037c617bd638020_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:61cbd381d040072d401c2d5f318ca655e03aebecdb0cfca7d3145bcf2d8df12a_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:c7cb3543d53a7c27d08e49a2cabbb4501ac15070546c16853b65bb1257f6cdd1_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d821a7e6ef088805f2dad9c7ef4cb2291cc1fa42c7ee9548d6b46e2ea810bc59_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:075f5a96c1a41306d7af0c949f4495441c2ec44978770009fa3068a612094ec6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:1fbd070ed93685f8b5042e96a98273ac0970d9a5e81f603b82f0acbe141daef5_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:77932d26a6b71964f996df68cc48974aceef9a5e048c67648a1178f8558c4aec_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:bcdc71ebf2a7ae1b2fd44040823a3ad2dac7658f4171e6dcf5bb19bb41d7275d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:11466675408cf4150b67445609fa208f0eacd234273c28cc8082a9526a0b6ed2_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:376bdd49c7233d1d0e13d9ca606c07d51f138b747788c6fa0d34040158c86df5_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:49328c67697b01ebd2d4f6188517bb901f715e1aefd21d23a6e33a7eebf49a5d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:92a27e4f699b5deddf2cf1875fccb2f41652ba7c5259188bc8886d23687c17cc_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:083ede9ebeb8752d87e8c584c57e4486b28c63f48f21c55acd7e89d2f6b926ef_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:131c2444ecbcb1defad3bb871214d3d149889eb91d6c6ba2eb97c0c055d01cec_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:310afa55b5ba2d3058fb1e4e532c56464b30faf2fa23296583d8e20925d0c859_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:e550b9f7c0eeeb53a346f0b1374d270b028da504ea52009721e1f92b90ff647d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:17acdde2cdbc4d3faecc929046e085c23b7292fadfc1fde35a631a1d68e834d8_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:5ddffcd68c1d0bf827e47ecb602fdc72b063fedd922e82a10c7c0c32628b1688_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9dae602db69076245413c4d27e7b40a1e1e9c17488faca69b7d88bc4294d51c5_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c47845cd9c8824a05a8cdee03dbb637428ec293684deeb3f53073059025eb7e4_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:4316e4879c784caae03626f3924ec61dbf6be88ed436dc079baa34d42fe087d6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:551a03f31896276a4ec691fa64593177ff24e3c68a7922710fada541d50ae99b_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:68d19b52c37ee25209b735f81ad05b55b3a17c49c29d5e657c2b7d602de45229_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:dac40d2089fef971f95eb0cfd507e1b5cbc24acf6c0e6f0993e218075ee6d397_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9a2df9ed23563d89f0c9ab3e5d3b57ec8947f9c087bf4dfa8d8e2f352b478b33_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9d984a8118f465f780ee6552285d471a04edc3298560cfe1ba9d0e82a2620d51_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:b8638d20ab3983f546b60055b91e4f8bd794a1cbae2ea4c30ab4d5fb8462908d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:cc50070b54956f171e4e89b8936371bc8074c572eb50e862a48fabbdf3641468_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:3cee08eb6f0c9ee6fb7b56ed7267d3027e15cde7d53f451a767b66a8800e39a1_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:928fbf03a21de75977efd8383ebb9c77f75d4623d2b258fc822df7613eae9458_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:e807fac592da1629692caf507c7501ddd21264ac7367996d4922011b9d03e9b9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:ea970597dd190a8ccf2cf9b79cd176c82be380fe6a268258b2a601f20363cced_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:3701303c7039d88d34cf6cc4094de4a87df08951e5f5d3dd11f6388dd1d40e19_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:436c51c682e4ee1efb4f52096715652088bc02d8cc41318a478ba9816cca361b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:d61ce01266f6c62e3e1cae781eafc0d034bb9e50d14f1b4500566e35f6d0ca60_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f3c99b4bd800c6a608c2bab049daccf61c2822e1cd3b974b7f099bff010dac5e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:224b368e30c016813b6ef8207c2315c63691fa79028c743d8f7560ce74e71342_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:4e3b3bfeb34a9c79ae7eaa64e3fd248ae1105309c1b213a213ff4a3be60f4037_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:54331cfda3badd4bdf26c5b331d8af3ec77f2c9691544de7083e299029016c95_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:79ac92992f13d1851ee8ba74dd1afcdd8983d45489bb58e050f5f3fab48e9e6f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449483"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw was found in Tekton Pipelines. Any user who can create a TaskRun or PipelineRun to crash the controller cluster-wide by setting .spec.taskRef.resolver (or .spec.pipelineRef.resolver) to a string of 31+ characters. The crash occurs because GenerateDeterministicNameFromSpec produces a name exceeding the 63-character DNS-1123 label limit, and its truncation logic panics on a [-1] slice bound since the generated name contains no spaces. Once crashed, the controller enters a CrashLoopBackOff on restart (as it re-reconciles the offending resource), blocking all CI/CD reconciliation until the resource is manually deleted. Built-in resolvers (git, cluster, bundles, hub) are unaffected due to their short names, but any custom resolver name triggers the bug. The fix truncates the resolver-name prefix instead of the full string, preserving the hash suffix for determinism and uniqueness.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/tektoncd/pipeline: Tekton Pipelines: Denial of Service via long resolver names",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:05efa0704e5927d7126a0bd97075716efce2b6fccfd803ee32deb626a5c91ed1_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:3c0a8d53e0f5209f06a99cee929e36ae868983e23e34341782e32fc2362427bd_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:c7b662322bb5137767ca6c7054960135f6eb2e1e58d2d97885b65e24c7fb9ecd_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e099d31b04aec0af0f3f28bdcb989640d4ef4cf58e2ab136585f93ebce9ee3fa_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:2dd31612709a260473298dd8dc5f0a7acd2ddb4cb904cdb4a78af45fc78f3636_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:3f18cbd40d453cb50e2c0012adf9d5310960038ea241aa0c2bd8a193455b9428_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9c258ab15a9664319fb20c37a24f694f5399986dcdd5e273fe5600b00ce94425_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:f08e06d2264dc51181540cffc5a18d155bdce87167bee015188adde531b86129_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:04dfc5de0d8e8a431159ebcc2c4c311a9c546392ffb495ce21e41dfb7d5f2e16_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:2c2edaec3cd60796aea7c45ffeb74abe06d81c6c32c2bfdb868ed5752540f975_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:3f61b0a1d07d700a48f85ecbaf59d76521fb055a22733ccfebfca97c85825bed_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:c55963aca692a6168530a5d83e2c714551bb834e028ccef73244c0392693f3c6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:65940b32600afe6daf2b3371904c1cfebd165a18258fb84acf1fc37399afdb5a_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:cacb1da0d7c69f4422ecedee7504bab7dc79dfe18ba30e28746a4b4f4bc05351_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:d76bd87bbe0ec9ce2e6ad006442b8fec270ac2d94ac044d150ff0c97d55b1689_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:ffc6719dffa2a204ad064029d2e891e8438c6345a32e421f41488f2ee9d02158_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:766dfe16f97601fada3f433cb49ec0972dd2a8291f1916ac930055b973a280ff_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:8f076dc87af9322a285f6ce4b434f2cd073377e0ea4d15ba176ba1d4d61d4cc4_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:be84f6f723a5dccb3b25d7b51d7a2786827e37f33a9fcb24cb7e0e3cc67a3ee8_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:cba1d62b03607a828d8f183dd75b5a407bb79c8c52d9d82595523452ec377922_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:439b014810a91be2fdc5c108acd149321057bd2647eb862ba0975b15fb3d2ced_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5e96c8968061cccbf10b7297dd4bf99a53c960c2d67366a8244c7fbe0c25a053_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:9295c272324ffe9c3d6378d0315e5d6c5e91ee64622935b26e232fffe07c4225_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:bd02c1fd188bbf3035d144d7f7af7efaf42ab852970e7940ec577092e47540de_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:27b85727eca0deb019c4097f666840476395db587806779396e016a86b59ac51_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2ae1ad50f3f8eba2609774e7c98eab3d1791418e30e2fcf2483942d375cb0605_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2f461c99cdcedaaf99b7313d0302ad20baab9fcae545d844ba59fc26618777a5_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:e5ea117b0598f46785107574fafc76ef0138751475b7d283551650b60626ad9f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:1a0bcbd805892a9895d0143ee1c2c694e1e1f1eff3326a303deb5eaa6e5fbffc_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2c9d44fcdf5f400087a77fa222d897d343e0d671d99829f3bcd5de44c570dc31_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:9af4e1edc9678b88a1b8b6d0561f48ac1b47a12f27e9595ec5141dbbcd334aec_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:a1011341b0fbd4d337ba3f29322c490e0d2c3ded18725a5ae62c1047a78c5681_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:0caa7da1dc4d9bc97469d87db226f8e9117afc243f016ec007e63a499eacd885_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:1fe95cb1392976db91eb0033797ad4ab1e7f2598ff6ed271bc87c8ad275b660a_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:962a077137ca959e185b8f51c1ab9288cdf4be9dafa74a622e7dfeda65f431b0_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:f3d289b8532549a01582a518ee9225a4389868b043733faf1d1005a1a7b29be7_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:4b6e42b725d0d3a67861ec575d23e312e41408abf47a0b583bc39accdf7d156d_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:51fd5b9419bebad5a8151230fc6cbfcbcfad355c0cd7384cce52de6b083d9115_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:547aac8f1dffd6ca13be09057e35b15d2f02d2a9ec84089294f71909c51824ce_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:647d014835bd07571bb195c52fe4c0449e8a8a8750b344a1d5a45df06fd372c2_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:6927b5530683b27344c3c930f60fdf4076495bd6e299c902f19953463080b3ea_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:9f443faefbf30a0d699139fd93657dbc62560b6e654f859931f65526065ebebb_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:be6d06a7f918e9249f5226a53b98538485a7a0eea38621ccf927477be10d0372_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:f55a5c529554e853e5ce280abb824787e2e2e76613e6d90eeebe2ae297ae5e8b_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:5d13485446cb9334d7356abb3b26ff8a8521312705bd74c040b28c700651049c_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:744cff3d4a563ce9a2f89089b51a99ea88446015b5b3073ea0a6eb8bb7d24457_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:a0f48ca6f8a7d9d87d1962974bab344c33d4ec8b37a64c163ac6ada3f3271a6e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:ea383b6c04bb42bc6070de5ec8cb5042b6e27470a6a236b36f208de749830d81_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:14d6f7c12e7f181db1a60b1721bb0b7b9e4a737f0b0ffa8449f8508e73e38ccb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:2fc2f77648e795512cd58f9827abc60ca6f7a36c55222cba8ea2ac1a57410dfd_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:8d2e7068d92ab9d0c8acd71ddd4a8b5e3fd2757edc460a18e81415acca5a2cf6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:b32c6f189345b4f541364748061b11405c41c9d4841d38174cb25da8f452358b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:17cc798cb974248a66a94ddd20586d4f0e32dced2f304a4f406878f0637c794a_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:6fc77db6045a62215c6b2c87ab9f7ac3892e381c645f2e78032d2788f83ca729_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:9c2cecd279db37a97a6cc10e3b9aefa209064271ea6bd52cda907230ff58b34b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:9ec788140bcb4d8767ab538989be8b63298b06cd2393b60385310c6c496cd658_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:2a0a54ddea2b4705e329cec213048054e59c255c650c7d132543d5576e61cea9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:6ec8e91be151109a106f698be9e3f44199a0efeea8bfb4b7bf6311be8e519af6_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:7d2b3e967c2f339cb0bbb362cc5da40c4429ce082371a789589de9335edb3892_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:a3faa4886b2532151a088656803ce83f817565f450eb56cac88696aecfbeacb7_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:040c993cf5074fb5836dfbd9458edf875a133f92fdae3acbc7e7d638fd7c75e9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:9b8663990fbbc495e64d71f2ab47d951042207fb9827bd971a7a25fc558badc9_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b6fd9bb6b74497f894ec72ac478466e4bea233914a4761e1efd274c058450ca8_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:f615b657099163e68cbeed2b0fca7b224ae8e406a3b9eb77bb81b170cc088a4f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:46c512703a1775a0e62db7723e50ac8429dd4523ad308f460037c617bd638020_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:61cbd381d040072d401c2d5f318ca655e03aebecdb0cfca7d3145bcf2d8df12a_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:c7cb3543d53a7c27d08e49a2cabbb4501ac15070546c16853b65bb1257f6cdd1_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d821a7e6ef088805f2dad9c7ef4cb2291cc1fa42c7ee9548d6b46e2ea810bc59_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:075f5a96c1a41306d7af0c949f4495441c2ec44978770009fa3068a612094ec6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:1fbd070ed93685f8b5042e96a98273ac0970d9a5e81f603b82f0acbe141daef5_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:77932d26a6b71964f996df68cc48974aceef9a5e048c67648a1178f8558c4aec_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:bcdc71ebf2a7ae1b2fd44040823a3ad2dac7658f4171e6dcf5bb19bb41d7275d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:11466675408cf4150b67445609fa208f0eacd234273c28cc8082a9526a0b6ed2_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:376bdd49c7233d1d0e13d9ca606c07d51f138b747788c6fa0d34040158c86df5_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:49328c67697b01ebd2d4f6188517bb901f715e1aefd21d23a6e33a7eebf49a5d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:92a27e4f699b5deddf2cf1875fccb2f41652ba7c5259188bc8886d23687c17cc_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:083ede9ebeb8752d87e8c584c57e4486b28c63f48f21c55acd7e89d2f6b926ef_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:131c2444ecbcb1defad3bb871214d3d149889eb91d6c6ba2eb97c0c055d01cec_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:310afa55b5ba2d3058fb1e4e532c56464b30faf2fa23296583d8e20925d0c859_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:e550b9f7c0eeeb53a346f0b1374d270b028da504ea52009721e1f92b90ff647d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:17acdde2cdbc4d3faecc929046e085c23b7292fadfc1fde35a631a1d68e834d8_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:5ddffcd68c1d0bf827e47ecb602fdc72b063fedd922e82a10c7c0c32628b1688_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9dae602db69076245413c4d27e7b40a1e1e9c17488faca69b7d88bc4294d51c5_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c47845cd9c8824a05a8cdee03dbb637428ec293684deeb3f53073059025eb7e4_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:4316e4879c784caae03626f3924ec61dbf6be88ed436dc079baa34d42fe087d6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:551a03f31896276a4ec691fa64593177ff24e3c68a7922710fada541d50ae99b_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:68d19b52c37ee25209b735f81ad05b55b3a17c49c29d5e657c2b7d602de45229_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:dac40d2089fef971f95eb0cfd507e1b5cbc24acf6c0e6f0993e218075ee6d397_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9a2df9ed23563d89f0c9ab3e5d3b57ec8947f9c087bf4dfa8d8e2f352b478b33_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9d984a8118f465f780ee6552285d471a04edc3298560cfe1ba9d0e82a2620d51_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:b8638d20ab3983f546b60055b91e4f8bd794a1cbae2ea4c30ab4d5fb8462908d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:cc50070b54956f171e4e89b8936371bc8074c572eb50e862a48fabbdf3641468_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:3cee08eb6f0c9ee6fb7b56ed7267d3027e15cde7d53f451a767b66a8800e39a1_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:928fbf03a21de75977efd8383ebb9c77f75d4623d2b258fc822df7613eae9458_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:e807fac592da1629692caf507c7501ddd21264ac7367996d4922011b9d03e9b9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:ea970597dd190a8ccf2cf9b79cd176c82be380fe6a268258b2a601f20363cced_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:3701303c7039d88d34cf6cc4094de4a87df08951e5f5d3dd11f6388dd1d40e19_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:436c51c682e4ee1efb4f52096715652088bc02d8cc41318a478ba9816cca361b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:d61ce01266f6c62e3e1cae781eafc0d034bb9e50d14f1b4500566e35f6d0ca60_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f3c99b4bd800c6a608c2bab049daccf61c2822e1cd3b974b7f099bff010dac5e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:224b368e30c016813b6ef8207c2315c63691fa79028c743d8f7560ce74e71342_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:4e3b3bfeb34a9c79ae7eaa64e3fd248ae1105309c1b213a213ff4a3be60f4037_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:54331cfda3badd4bdf26c5b331d8af3ec77f2c9691544de7083e299029016c95_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:79ac92992f13d1851ee8ba74dd1afcdd8983d45489bb58e050f5f3fab48e9e6f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33022"
},
{
"category": "external",
"summary": "RHBZ#2449483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449483"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33022",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33022"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33022",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33022"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/5eead3f859b9f938e86039e4d29185092c1d4ee6",
"url": "https://github.com/tektoncd/pipeline/commit/5eead3f859b9f938e86039e4d29185092c1d4ee6"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/security/advisories/GHSA-cv4x-93xx-wgfj",
"url": "https://github.com/tektoncd/pipeline/security/advisories/GHSA-cv4x-93xx-wgfj"
}
],
"release_date": "2026-03-20T07:48:15.383000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T05:00:09+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:05efa0704e5927d7126a0bd97075716efce2b6fccfd803ee32deb626a5c91ed1_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:3c0a8d53e0f5209f06a99cee929e36ae868983e23e34341782e32fc2362427bd_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:c7b662322bb5137767ca6c7054960135f6eb2e1e58d2d97885b65e24c7fb9ecd_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e099d31b04aec0af0f3f28bdcb989640d4ef4cf58e2ab136585f93ebce9ee3fa_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10026"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:2dd31612709a260473298dd8dc5f0a7acd2ddb4cb904cdb4a78af45fc78f3636_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:3f18cbd40d453cb50e2c0012adf9d5310960038ea241aa0c2bd8a193455b9428_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9c258ab15a9664319fb20c37a24f694f5399986dcdd5e273fe5600b00ce94425_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:f08e06d2264dc51181540cffc5a18d155bdce87167bee015188adde531b86129_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:04dfc5de0d8e8a431159ebcc2c4c311a9c546392ffb495ce21e41dfb7d5f2e16_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:2c2edaec3cd60796aea7c45ffeb74abe06d81c6c32c2bfdb868ed5752540f975_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:3f61b0a1d07d700a48f85ecbaf59d76521fb055a22733ccfebfca97c85825bed_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:c55963aca692a6168530a5d83e2c714551bb834e028ccef73244c0392693f3c6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:65940b32600afe6daf2b3371904c1cfebd165a18258fb84acf1fc37399afdb5a_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:cacb1da0d7c69f4422ecedee7504bab7dc79dfe18ba30e28746a4b4f4bc05351_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:d76bd87bbe0ec9ce2e6ad006442b8fec270ac2d94ac044d150ff0c97d55b1689_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:ffc6719dffa2a204ad064029d2e891e8438c6345a32e421f41488f2ee9d02158_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:05efa0704e5927d7126a0bd97075716efce2b6fccfd803ee32deb626a5c91ed1_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:3c0a8d53e0f5209f06a99cee929e36ae868983e23e34341782e32fc2362427bd_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:c7b662322bb5137767ca6c7054960135f6eb2e1e58d2d97885b65e24c7fb9ecd_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e099d31b04aec0af0f3f28bdcb989640d4ef4cf58e2ab136585f93ebce9ee3fa_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:766dfe16f97601fada3f433cb49ec0972dd2a8291f1916ac930055b973a280ff_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:8f076dc87af9322a285f6ce4b434f2cd073377e0ea4d15ba176ba1d4d61d4cc4_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:be84f6f723a5dccb3b25d7b51d7a2786827e37f33a9fcb24cb7e0e3cc67a3ee8_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:cba1d62b03607a828d8f183dd75b5a407bb79c8c52d9d82595523452ec377922_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:439b014810a91be2fdc5c108acd149321057bd2647eb862ba0975b15fb3d2ced_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5e96c8968061cccbf10b7297dd4bf99a53c960c2d67366a8244c7fbe0c25a053_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:9295c272324ffe9c3d6378d0315e5d6c5e91ee64622935b26e232fffe07c4225_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:bd02c1fd188bbf3035d144d7f7af7efaf42ab852970e7940ec577092e47540de_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:27b85727eca0deb019c4097f666840476395db587806779396e016a86b59ac51_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2ae1ad50f3f8eba2609774e7c98eab3d1791418e30e2fcf2483942d375cb0605_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2f461c99cdcedaaf99b7313d0302ad20baab9fcae545d844ba59fc26618777a5_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:e5ea117b0598f46785107574fafc76ef0138751475b7d283551650b60626ad9f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:1a0bcbd805892a9895d0143ee1c2c694e1e1f1eff3326a303deb5eaa6e5fbffc_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2c9d44fcdf5f400087a77fa222d897d343e0d671d99829f3bcd5de44c570dc31_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:9af4e1edc9678b88a1b8b6d0561f48ac1b47a12f27e9595ec5141dbbcd334aec_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:a1011341b0fbd4d337ba3f29322c490e0d2c3ded18725a5ae62c1047a78c5681_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:0caa7da1dc4d9bc97469d87db226f8e9117afc243f016ec007e63a499eacd885_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:1fe95cb1392976db91eb0033797ad4ab1e7f2598ff6ed271bc87c8ad275b660a_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:962a077137ca959e185b8f51c1ab9288cdf4be9dafa74a622e7dfeda65f431b0_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:f3d289b8532549a01582a518ee9225a4389868b043733faf1d1005a1a7b29be7_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:4b6e42b725d0d3a67861ec575d23e312e41408abf47a0b583bc39accdf7d156d_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:51fd5b9419bebad5a8151230fc6cbfcbcfad355c0cd7384cce52de6b083d9115_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:547aac8f1dffd6ca13be09057e35b15d2f02d2a9ec84089294f71909c51824ce_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:647d014835bd07571bb195c52fe4c0449e8a8a8750b344a1d5a45df06fd372c2_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:6927b5530683b27344c3c930f60fdf4076495bd6e299c902f19953463080b3ea_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:9f443faefbf30a0d699139fd93657dbc62560b6e654f859931f65526065ebebb_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:be6d06a7f918e9249f5226a53b98538485a7a0eea38621ccf927477be10d0372_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:f55a5c529554e853e5ce280abb824787e2e2e76613e6d90eeebe2ae297ae5e8b_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:5d13485446cb9334d7356abb3b26ff8a8521312705bd74c040b28c700651049c_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:744cff3d4a563ce9a2f89089b51a99ea88446015b5b3073ea0a6eb8bb7d24457_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:a0f48ca6f8a7d9d87d1962974bab344c33d4ec8b37a64c163ac6ada3f3271a6e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:ea383b6c04bb42bc6070de5ec8cb5042b6e27470a6a236b36f208de749830d81_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:14d6f7c12e7f181db1a60b1721bb0b7b9e4a737f0b0ffa8449f8508e73e38ccb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:2fc2f77648e795512cd58f9827abc60ca6f7a36c55222cba8ea2ac1a57410dfd_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:8d2e7068d92ab9d0c8acd71ddd4a8b5e3fd2757edc460a18e81415acca5a2cf6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:b32c6f189345b4f541364748061b11405c41c9d4841d38174cb25da8f452358b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:17cc798cb974248a66a94ddd20586d4f0e32dced2f304a4f406878f0637c794a_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:6fc77db6045a62215c6b2c87ab9f7ac3892e381c645f2e78032d2788f83ca729_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:9c2cecd279db37a97a6cc10e3b9aefa209064271ea6bd52cda907230ff58b34b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:9ec788140bcb4d8767ab538989be8b63298b06cd2393b60385310c6c496cd658_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:2a0a54ddea2b4705e329cec213048054e59c255c650c7d132543d5576e61cea9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:6ec8e91be151109a106f698be9e3f44199a0efeea8bfb4b7bf6311be8e519af6_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:7d2b3e967c2f339cb0bbb362cc5da40c4429ce082371a789589de9335edb3892_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:a3faa4886b2532151a088656803ce83f817565f450eb56cac88696aecfbeacb7_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:040c993cf5074fb5836dfbd9458edf875a133f92fdae3acbc7e7d638fd7c75e9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:9b8663990fbbc495e64d71f2ab47d951042207fb9827bd971a7a25fc558badc9_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b6fd9bb6b74497f894ec72ac478466e4bea233914a4761e1efd274c058450ca8_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:f615b657099163e68cbeed2b0fca7b224ae8e406a3b9eb77bb81b170cc088a4f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:46c512703a1775a0e62db7723e50ac8429dd4523ad308f460037c617bd638020_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:61cbd381d040072d401c2d5f318ca655e03aebecdb0cfca7d3145bcf2d8df12a_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:c7cb3543d53a7c27d08e49a2cabbb4501ac15070546c16853b65bb1257f6cdd1_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d821a7e6ef088805f2dad9c7ef4cb2291cc1fa42c7ee9548d6b46e2ea810bc59_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:075f5a96c1a41306d7af0c949f4495441c2ec44978770009fa3068a612094ec6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:1fbd070ed93685f8b5042e96a98273ac0970d9a5e81f603b82f0acbe141daef5_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:77932d26a6b71964f996df68cc48974aceef9a5e048c67648a1178f8558c4aec_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:bcdc71ebf2a7ae1b2fd44040823a3ad2dac7658f4171e6dcf5bb19bb41d7275d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:11466675408cf4150b67445609fa208f0eacd234273c28cc8082a9526a0b6ed2_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:376bdd49c7233d1d0e13d9ca606c07d51f138b747788c6fa0d34040158c86df5_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:49328c67697b01ebd2d4f6188517bb901f715e1aefd21d23a6e33a7eebf49a5d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:92a27e4f699b5deddf2cf1875fccb2f41652ba7c5259188bc8886d23687c17cc_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:083ede9ebeb8752d87e8c584c57e4486b28c63f48f21c55acd7e89d2f6b926ef_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:131c2444ecbcb1defad3bb871214d3d149889eb91d6c6ba2eb97c0c055d01cec_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:310afa55b5ba2d3058fb1e4e532c56464b30faf2fa23296583d8e20925d0c859_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:e550b9f7c0eeeb53a346f0b1374d270b028da504ea52009721e1f92b90ff647d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:17acdde2cdbc4d3faecc929046e085c23b7292fadfc1fde35a631a1d68e834d8_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:5ddffcd68c1d0bf827e47ecb602fdc72b063fedd922e82a10c7c0c32628b1688_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9dae602db69076245413c4d27e7b40a1e1e9c17488faca69b7d88bc4294d51c5_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c47845cd9c8824a05a8cdee03dbb637428ec293684deeb3f53073059025eb7e4_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:4316e4879c784caae03626f3924ec61dbf6be88ed436dc079baa34d42fe087d6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:551a03f31896276a4ec691fa64593177ff24e3c68a7922710fada541d50ae99b_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:68d19b52c37ee25209b735f81ad05b55b3a17c49c29d5e657c2b7d602de45229_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:dac40d2089fef971f95eb0cfd507e1b5cbc24acf6c0e6f0993e218075ee6d397_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9a2df9ed23563d89f0c9ab3e5d3b57ec8947f9c087bf4dfa8d8e2f352b478b33_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9d984a8118f465f780ee6552285d471a04edc3298560cfe1ba9d0e82a2620d51_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:b8638d20ab3983f546b60055b91e4f8bd794a1cbae2ea4c30ab4d5fb8462908d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:cc50070b54956f171e4e89b8936371bc8074c572eb50e862a48fabbdf3641468_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:3cee08eb6f0c9ee6fb7b56ed7267d3027e15cde7d53f451a767b66a8800e39a1_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:928fbf03a21de75977efd8383ebb9c77f75d4623d2b258fc822df7613eae9458_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:e807fac592da1629692caf507c7501ddd21264ac7367996d4922011b9d03e9b9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:ea970597dd190a8ccf2cf9b79cd176c82be380fe6a268258b2a601f20363cced_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:3701303c7039d88d34cf6cc4094de4a87df08951e5f5d3dd11f6388dd1d40e19_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:436c51c682e4ee1efb4f52096715652088bc02d8cc41318a478ba9816cca361b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:d61ce01266f6c62e3e1cae781eafc0d034bb9e50d14f1b4500566e35f6d0ca60_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f3c99b4bd800c6a608c2bab049daccf61c2822e1cd3b974b7f099bff010dac5e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:224b368e30c016813b6ef8207c2315c63691fa79028c743d8f7560ce74e71342_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:4e3b3bfeb34a9c79ae7eaa64e3fd248ae1105309c1b213a213ff4a3be60f4037_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:54331cfda3badd4bdf26c5b331d8af3ec77f2c9691544de7083e299029016c95_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:79ac92992f13d1851ee8ba74dd1afcdd8983d45489bb58e050f5f3fab48e9e6f_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:2dd31612709a260473298dd8dc5f0a7acd2ddb4cb904cdb4a78af45fc78f3636_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:3f18cbd40d453cb50e2c0012adf9d5310960038ea241aa0c2bd8a193455b9428_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9c258ab15a9664319fb20c37a24f694f5399986dcdd5e273fe5600b00ce94425_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:f08e06d2264dc51181540cffc5a18d155bdce87167bee015188adde531b86129_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:04dfc5de0d8e8a431159ebcc2c4c311a9c546392ffb495ce21e41dfb7d5f2e16_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:2c2edaec3cd60796aea7c45ffeb74abe06d81c6c32c2bfdb868ed5752540f975_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:3f61b0a1d07d700a48f85ecbaf59d76521fb055a22733ccfebfca97c85825bed_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:c55963aca692a6168530a5d83e2c714551bb834e028ccef73244c0392693f3c6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:65940b32600afe6daf2b3371904c1cfebd165a18258fb84acf1fc37399afdb5a_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:cacb1da0d7c69f4422ecedee7504bab7dc79dfe18ba30e28746a4b4f4bc05351_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:d76bd87bbe0ec9ce2e6ad006442b8fec270ac2d94ac044d150ff0c97d55b1689_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:ffc6719dffa2a204ad064029d2e891e8438c6345a32e421f41488f2ee9d02158_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:05efa0704e5927d7126a0bd97075716efce2b6fccfd803ee32deb626a5c91ed1_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:3c0a8d53e0f5209f06a99cee929e36ae868983e23e34341782e32fc2362427bd_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:c7b662322bb5137767ca6c7054960135f6eb2e1e58d2d97885b65e24c7fb9ecd_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e099d31b04aec0af0f3f28bdcb989640d4ef4cf58e2ab136585f93ebce9ee3fa_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:766dfe16f97601fada3f433cb49ec0972dd2a8291f1916ac930055b973a280ff_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:8f076dc87af9322a285f6ce4b434f2cd073377e0ea4d15ba176ba1d4d61d4cc4_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:be84f6f723a5dccb3b25d7b51d7a2786827e37f33a9fcb24cb7e0e3cc67a3ee8_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:cba1d62b03607a828d8f183dd75b5a407bb79c8c52d9d82595523452ec377922_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:439b014810a91be2fdc5c108acd149321057bd2647eb862ba0975b15fb3d2ced_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5e96c8968061cccbf10b7297dd4bf99a53c960c2d67366a8244c7fbe0c25a053_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:9295c272324ffe9c3d6378d0315e5d6c5e91ee64622935b26e232fffe07c4225_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:bd02c1fd188bbf3035d144d7f7af7efaf42ab852970e7940ec577092e47540de_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:27b85727eca0deb019c4097f666840476395db587806779396e016a86b59ac51_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2ae1ad50f3f8eba2609774e7c98eab3d1791418e30e2fcf2483942d375cb0605_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2f461c99cdcedaaf99b7313d0302ad20baab9fcae545d844ba59fc26618777a5_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:e5ea117b0598f46785107574fafc76ef0138751475b7d283551650b60626ad9f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:1a0bcbd805892a9895d0143ee1c2c694e1e1f1eff3326a303deb5eaa6e5fbffc_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2c9d44fcdf5f400087a77fa222d897d343e0d671d99829f3bcd5de44c570dc31_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:9af4e1edc9678b88a1b8b6d0561f48ac1b47a12f27e9595ec5141dbbcd334aec_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:a1011341b0fbd4d337ba3f29322c490e0d2c3ded18725a5ae62c1047a78c5681_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:0caa7da1dc4d9bc97469d87db226f8e9117afc243f016ec007e63a499eacd885_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:1fe95cb1392976db91eb0033797ad4ab1e7f2598ff6ed271bc87c8ad275b660a_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:962a077137ca959e185b8f51c1ab9288cdf4be9dafa74a622e7dfeda65f431b0_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:f3d289b8532549a01582a518ee9225a4389868b043733faf1d1005a1a7b29be7_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:4b6e42b725d0d3a67861ec575d23e312e41408abf47a0b583bc39accdf7d156d_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:51fd5b9419bebad5a8151230fc6cbfcbcfad355c0cd7384cce52de6b083d9115_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:547aac8f1dffd6ca13be09057e35b15d2f02d2a9ec84089294f71909c51824ce_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:647d014835bd07571bb195c52fe4c0449e8a8a8750b344a1d5a45df06fd372c2_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:6927b5530683b27344c3c930f60fdf4076495bd6e299c902f19953463080b3ea_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:9f443faefbf30a0d699139fd93657dbc62560b6e654f859931f65526065ebebb_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:be6d06a7f918e9249f5226a53b98538485a7a0eea38621ccf927477be10d0372_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:f55a5c529554e853e5ce280abb824787e2e2e76613e6d90eeebe2ae297ae5e8b_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:5d13485446cb9334d7356abb3b26ff8a8521312705bd74c040b28c700651049c_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:744cff3d4a563ce9a2f89089b51a99ea88446015b5b3073ea0a6eb8bb7d24457_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:a0f48ca6f8a7d9d87d1962974bab344c33d4ec8b37a64c163ac6ada3f3271a6e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:ea383b6c04bb42bc6070de5ec8cb5042b6e27470a6a236b36f208de749830d81_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:14d6f7c12e7f181db1a60b1721bb0b7b9e4a737f0b0ffa8449f8508e73e38ccb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:2fc2f77648e795512cd58f9827abc60ca6f7a36c55222cba8ea2ac1a57410dfd_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:8d2e7068d92ab9d0c8acd71ddd4a8b5e3fd2757edc460a18e81415acca5a2cf6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:b32c6f189345b4f541364748061b11405c41c9d4841d38174cb25da8f452358b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:17cc798cb974248a66a94ddd20586d4f0e32dced2f304a4f406878f0637c794a_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:6fc77db6045a62215c6b2c87ab9f7ac3892e381c645f2e78032d2788f83ca729_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:9c2cecd279db37a97a6cc10e3b9aefa209064271ea6bd52cda907230ff58b34b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:9ec788140bcb4d8767ab538989be8b63298b06cd2393b60385310c6c496cd658_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:2a0a54ddea2b4705e329cec213048054e59c255c650c7d132543d5576e61cea9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:6ec8e91be151109a106f698be9e3f44199a0efeea8bfb4b7bf6311be8e519af6_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:7d2b3e967c2f339cb0bbb362cc5da40c4429ce082371a789589de9335edb3892_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:a3faa4886b2532151a088656803ce83f817565f450eb56cac88696aecfbeacb7_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:040c993cf5074fb5836dfbd9458edf875a133f92fdae3acbc7e7d638fd7c75e9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:9b8663990fbbc495e64d71f2ab47d951042207fb9827bd971a7a25fc558badc9_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b6fd9bb6b74497f894ec72ac478466e4bea233914a4761e1efd274c058450ca8_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:f615b657099163e68cbeed2b0fca7b224ae8e406a3b9eb77bb81b170cc088a4f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:46c512703a1775a0e62db7723e50ac8429dd4523ad308f460037c617bd638020_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:61cbd381d040072d401c2d5f318ca655e03aebecdb0cfca7d3145bcf2d8df12a_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:c7cb3543d53a7c27d08e49a2cabbb4501ac15070546c16853b65bb1257f6cdd1_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d821a7e6ef088805f2dad9c7ef4cb2291cc1fa42c7ee9548d6b46e2ea810bc59_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:075f5a96c1a41306d7af0c949f4495441c2ec44978770009fa3068a612094ec6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:1fbd070ed93685f8b5042e96a98273ac0970d9a5e81f603b82f0acbe141daef5_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:77932d26a6b71964f996df68cc48974aceef9a5e048c67648a1178f8558c4aec_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:bcdc71ebf2a7ae1b2fd44040823a3ad2dac7658f4171e6dcf5bb19bb41d7275d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:11466675408cf4150b67445609fa208f0eacd234273c28cc8082a9526a0b6ed2_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:376bdd49c7233d1d0e13d9ca606c07d51f138b747788c6fa0d34040158c86df5_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:49328c67697b01ebd2d4f6188517bb901f715e1aefd21d23a6e33a7eebf49a5d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:92a27e4f699b5deddf2cf1875fccb2f41652ba7c5259188bc8886d23687c17cc_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:083ede9ebeb8752d87e8c584c57e4486b28c63f48f21c55acd7e89d2f6b926ef_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:131c2444ecbcb1defad3bb871214d3d149889eb91d6c6ba2eb97c0c055d01cec_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:310afa55b5ba2d3058fb1e4e532c56464b30faf2fa23296583d8e20925d0c859_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:e550b9f7c0eeeb53a346f0b1374d270b028da504ea52009721e1f92b90ff647d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:17acdde2cdbc4d3faecc929046e085c23b7292fadfc1fde35a631a1d68e834d8_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:5ddffcd68c1d0bf827e47ecb602fdc72b063fedd922e82a10c7c0c32628b1688_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9dae602db69076245413c4d27e7b40a1e1e9c17488faca69b7d88bc4294d51c5_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c47845cd9c8824a05a8cdee03dbb637428ec293684deeb3f53073059025eb7e4_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:4316e4879c784caae03626f3924ec61dbf6be88ed436dc079baa34d42fe087d6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:551a03f31896276a4ec691fa64593177ff24e3c68a7922710fada541d50ae99b_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:68d19b52c37ee25209b735f81ad05b55b3a17c49c29d5e657c2b7d602de45229_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:dac40d2089fef971f95eb0cfd507e1b5cbc24acf6c0e6f0993e218075ee6d397_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9a2df9ed23563d89f0c9ab3e5d3b57ec8947f9c087bf4dfa8d8e2f352b478b33_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9d984a8118f465f780ee6552285d471a04edc3298560cfe1ba9d0e82a2620d51_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:b8638d20ab3983f546b60055b91e4f8bd794a1cbae2ea4c30ab4d5fb8462908d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:cc50070b54956f171e4e89b8936371bc8074c572eb50e862a48fabbdf3641468_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:3cee08eb6f0c9ee6fb7b56ed7267d3027e15cde7d53f451a767b66a8800e39a1_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:928fbf03a21de75977efd8383ebb9c77f75d4623d2b258fc822df7613eae9458_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:e807fac592da1629692caf507c7501ddd21264ac7367996d4922011b9d03e9b9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:ea970597dd190a8ccf2cf9b79cd176c82be380fe6a268258b2a601f20363cced_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:3701303c7039d88d34cf6cc4094de4a87df08951e5f5d3dd11f6388dd1d40e19_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:436c51c682e4ee1efb4f52096715652088bc02d8cc41318a478ba9816cca361b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:d61ce01266f6c62e3e1cae781eafc0d034bb9e50d14f1b4500566e35f6d0ca60_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f3c99b4bd800c6a608c2bab049daccf61c2822e1cd3b974b7f099bff010dac5e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:224b368e30c016813b6ef8207c2315c63691fa79028c743d8f7560ce74e71342_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:4e3b3bfeb34a9c79ae7eaa64e3fd248ae1105309c1b213a213ff4a3be60f4037_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:54331cfda3badd4bdf26c5b331d8af3ec77f2c9691544de7083e299029016c95_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:79ac92992f13d1851ee8ba74dd1afcdd8983d45489bb58e050f5f3fab48e9e6f_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/tektoncd/pipeline: Tekton Pipelines: Denial of Service via long resolver names"
},
{
"cve": "CVE-2026-33211",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-03-24T00:02:20.093480+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:2dd31612709a260473298dd8dc5f0a7acd2ddb4cb904cdb4a78af45fc78f3636_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:3f18cbd40d453cb50e2c0012adf9d5310960038ea241aa0c2bd8a193455b9428_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9c258ab15a9664319fb20c37a24f694f5399986dcdd5e273fe5600b00ce94425_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:f08e06d2264dc51181540cffc5a18d155bdce87167bee015188adde531b86129_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:04dfc5de0d8e8a431159ebcc2c4c311a9c546392ffb495ce21e41dfb7d5f2e16_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:2c2edaec3cd60796aea7c45ffeb74abe06d81c6c32c2bfdb868ed5752540f975_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:3f61b0a1d07d700a48f85ecbaf59d76521fb055a22733ccfebfca97c85825bed_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:c55963aca692a6168530a5d83e2c714551bb834e028ccef73244c0392693f3c6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:65940b32600afe6daf2b3371904c1cfebd165a18258fb84acf1fc37399afdb5a_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:cacb1da0d7c69f4422ecedee7504bab7dc79dfe18ba30e28746a4b4f4bc05351_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:d76bd87bbe0ec9ce2e6ad006442b8fec270ac2d94ac044d150ff0c97d55b1689_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:ffc6719dffa2a204ad064029d2e891e8438c6345a32e421f41488f2ee9d02158_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:05efa0704e5927d7126a0bd97075716efce2b6fccfd803ee32deb626a5c91ed1_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:3c0a8d53e0f5209f06a99cee929e36ae868983e23e34341782e32fc2362427bd_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:c7b662322bb5137767ca6c7054960135f6eb2e1e58d2d97885b65e24c7fb9ecd_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e099d31b04aec0af0f3f28bdcb989640d4ef4cf58e2ab136585f93ebce9ee3fa_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:766dfe16f97601fada3f433cb49ec0972dd2a8291f1916ac930055b973a280ff_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:8f076dc87af9322a285f6ce4b434f2cd073377e0ea4d15ba176ba1d4d61d4cc4_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:be84f6f723a5dccb3b25d7b51d7a2786827e37f33a9fcb24cb7e0e3cc67a3ee8_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:cba1d62b03607a828d8f183dd75b5a407bb79c8c52d9d82595523452ec377922_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:439b014810a91be2fdc5c108acd149321057bd2647eb862ba0975b15fb3d2ced_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5e96c8968061cccbf10b7297dd4bf99a53c960c2d67366a8244c7fbe0c25a053_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:9295c272324ffe9c3d6378d0315e5d6c5e91ee64622935b26e232fffe07c4225_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:bd02c1fd188bbf3035d144d7f7af7efaf42ab852970e7940ec577092e47540de_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:27b85727eca0deb019c4097f666840476395db587806779396e016a86b59ac51_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2ae1ad50f3f8eba2609774e7c98eab3d1791418e30e2fcf2483942d375cb0605_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2f461c99cdcedaaf99b7313d0302ad20baab9fcae545d844ba59fc26618777a5_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:e5ea117b0598f46785107574fafc76ef0138751475b7d283551650b60626ad9f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:1a0bcbd805892a9895d0143ee1c2c694e1e1f1eff3326a303deb5eaa6e5fbffc_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2c9d44fcdf5f400087a77fa222d897d343e0d671d99829f3bcd5de44c570dc31_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:9af4e1edc9678b88a1b8b6d0561f48ac1b47a12f27e9595ec5141dbbcd334aec_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:a1011341b0fbd4d337ba3f29322c490e0d2c3ded18725a5ae62c1047a78c5681_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:0caa7da1dc4d9bc97469d87db226f8e9117afc243f016ec007e63a499eacd885_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:1fe95cb1392976db91eb0033797ad4ab1e7f2598ff6ed271bc87c8ad275b660a_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:962a077137ca959e185b8f51c1ab9288cdf4be9dafa74a622e7dfeda65f431b0_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:f3d289b8532549a01582a518ee9225a4389868b043733faf1d1005a1a7b29be7_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:4b6e42b725d0d3a67861ec575d23e312e41408abf47a0b583bc39accdf7d156d_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:51fd5b9419bebad5a8151230fc6cbfcbcfad355c0cd7384cce52de6b083d9115_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:547aac8f1dffd6ca13be09057e35b15d2f02d2a9ec84089294f71909c51824ce_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:647d014835bd07571bb195c52fe4c0449e8a8a8750b344a1d5a45df06fd372c2_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:6927b5530683b27344c3c930f60fdf4076495bd6e299c902f19953463080b3ea_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:9f443faefbf30a0d699139fd93657dbc62560b6e654f859931f65526065ebebb_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:be6d06a7f918e9249f5226a53b98538485a7a0eea38621ccf927477be10d0372_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:f55a5c529554e853e5ce280abb824787e2e2e76613e6d90eeebe2ae297ae5e8b_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:5d13485446cb9334d7356abb3b26ff8a8521312705bd74c040b28c700651049c_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:744cff3d4a563ce9a2f89089b51a99ea88446015b5b3073ea0a6eb8bb7d24457_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:a0f48ca6f8a7d9d87d1962974bab344c33d4ec8b37a64c163ac6ada3f3271a6e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:ea383b6c04bb42bc6070de5ec8cb5042b6e27470a6a236b36f208de749830d81_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:14d6f7c12e7f181db1a60b1721bb0b7b9e4a737f0b0ffa8449f8508e73e38ccb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:2fc2f77648e795512cd58f9827abc60ca6f7a36c55222cba8ea2ac1a57410dfd_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:8d2e7068d92ab9d0c8acd71ddd4a8b5e3fd2757edc460a18e81415acca5a2cf6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:b32c6f189345b4f541364748061b11405c41c9d4841d38174cb25da8f452358b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:17cc798cb974248a66a94ddd20586d4f0e32dced2f304a4f406878f0637c794a_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:6fc77db6045a62215c6b2c87ab9f7ac3892e381c645f2e78032d2788f83ca729_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:9c2cecd279db37a97a6cc10e3b9aefa209064271ea6bd52cda907230ff58b34b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:9ec788140bcb4d8767ab538989be8b63298b06cd2393b60385310c6c496cd658_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:040c993cf5074fb5836dfbd9458edf875a133f92fdae3acbc7e7d638fd7c75e9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:9b8663990fbbc495e64d71f2ab47d951042207fb9827bd971a7a25fc558badc9_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b6fd9bb6b74497f894ec72ac478466e4bea233914a4761e1efd274c058450ca8_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:f615b657099163e68cbeed2b0fca7b224ae8e406a3b9eb77bb81b170cc088a4f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:46c512703a1775a0e62db7723e50ac8429dd4523ad308f460037c617bd638020_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:61cbd381d040072d401c2d5f318ca655e03aebecdb0cfca7d3145bcf2d8df12a_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:c7cb3543d53a7c27d08e49a2cabbb4501ac15070546c16853b65bb1257f6cdd1_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d821a7e6ef088805f2dad9c7ef4cb2291cc1fa42c7ee9548d6b46e2ea810bc59_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:075f5a96c1a41306d7af0c949f4495441c2ec44978770009fa3068a612094ec6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:1fbd070ed93685f8b5042e96a98273ac0970d9a5e81f603b82f0acbe141daef5_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:77932d26a6b71964f996df68cc48974aceef9a5e048c67648a1178f8558c4aec_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:bcdc71ebf2a7ae1b2fd44040823a3ad2dac7658f4171e6dcf5bb19bb41d7275d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:11466675408cf4150b67445609fa208f0eacd234273c28cc8082a9526a0b6ed2_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:376bdd49c7233d1d0e13d9ca606c07d51f138b747788c6fa0d34040158c86df5_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:49328c67697b01ebd2d4f6188517bb901f715e1aefd21d23a6e33a7eebf49a5d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:92a27e4f699b5deddf2cf1875fccb2f41652ba7c5259188bc8886d23687c17cc_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:083ede9ebeb8752d87e8c584c57e4486b28c63f48f21c55acd7e89d2f6b926ef_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:131c2444ecbcb1defad3bb871214d3d149889eb91d6c6ba2eb97c0c055d01cec_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:310afa55b5ba2d3058fb1e4e532c56464b30faf2fa23296583d8e20925d0c859_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:e550b9f7c0eeeb53a346f0b1374d270b028da504ea52009721e1f92b90ff647d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:17acdde2cdbc4d3faecc929046e085c23b7292fadfc1fde35a631a1d68e834d8_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:5ddffcd68c1d0bf827e47ecb602fdc72b063fedd922e82a10c7c0c32628b1688_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9dae602db69076245413c4d27e7b40a1e1e9c17488faca69b7d88bc4294d51c5_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c47845cd9c8824a05a8cdee03dbb637428ec293684deeb3f53073059025eb7e4_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:4316e4879c784caae03626f3924ec61dbf6be88ed436dc079baa34d42fe087d6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:551a03f31896276a4ec691fa64593177ff24e3c68a7922710fada541d50ae99b_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:68d19b52c37ee25209b735f81ad05b55b3a17c49c29d5e657c2b7d602de45229_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:dac40d2089fef971f95eb0cfd507e1b5cbc24acf6c0e6f0993e218075ee6d397_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9a2df9ed23563d89f0c9ab3e5d3b57ec8947f9c087bf4dfa8d8e2f352b478b33_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9d984a8118f465f780ee6552285d471a04edc3298560cfe1ba9d0e82a2620d51_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:b8638d20ab3983f546b60055b91e4f8bd794a1cbae2ea4c30ab4d5fb8462908d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:cc50070b54956f171e4e89b8936371bc8074c572eb50e862a48fabbdf3641468_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:3cee08eb6f0c9ee6fb7b56ed7267d3027e15cde7d53f451a767b66a8800e39a1_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:928fbf03a21de75977efd8383ebb9c77f75d4623d2b258fc822df7613eae9458_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:e807fac592da1629692caf507c7501ddd21264ac7367996d4922011b9d03e9b9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:ea970597dd190a8ccf2cf9b79cd176c82be380fe6a268258b2a601f20363cced_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:3701303c7039d88d34cf6cc4094de4a87df08951e5f5d3dd11f6388dd1d40e19_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:436c51c682e4ee1efb4f52096715652088bc02d8cc41318a478ba9816cca361b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:d61ce01266f6c62e3e1cae781eafc0d034bb9e50d14f1b4500566e35f6d0ca60_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f3c99b4bd800c6a608c2bab049daccf61c2822e1cd3b974b7f099bff010dac5e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:224b368e30c016813b6ef8207c2315c63691fa79028c743d8f7560ce74e71342_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:4e3b3bfeb34a9c79ae7eaa64e3fd248ae1105309c1b213a213ff4a3be60f4037_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:54331cfda3badd4bdf26c5b331d8af3ec77f2c9691544de7083e299029016c95_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:79ac92992f13d1851ee8ba74dd1afcdd8983d45489bb58e050f5f3fab48e9e6f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2450554"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Tekton Pipelines, specifically in the Tekton Pipelines git resolver. A tenant with permissions to create ResolutionRequests can exploit a path traversal vulnerability via the `pathInRepo` parameter. This allows the tenant to read arbitrary files from the resolver pod\u0027s filesystem, leading to information disclosure, including sensitive ServiceAccount tokens. The contents of these files are returned in a base64-encoded format.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Tekton Pipelines: github.com/tektoncd/pipeline: Tekton Pipelines: Information disclosure via path traversal in git resolver",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to have the permission to create ResolutionRequests (e.g., by creating TaskRuns or PipelineRuns that use the git resolver) within at least one specific namespace, limiting the exposure of this issue to authenticated users. Also, an attacker can read any file readable by the resolver pod process, including cluster secrets, allowing an escalation of privileges from namespace-scoped access to cluster-wide access. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:2a0a54ddea2b4705e329cec213048054e59c255c650c7d132543d5576e61cea9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:6ec8e91be151109a106f698be9e3f44199a0efeea8bfb4b7bf6311be8e519af6_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:7d2b3e967c2f339cb0bbb362cc5da40c4429ce082371a789589de9335edb3892_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:a3faa4886b2532151a088656803ce83f817565f450eb56cac88696aecfbeacb7_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:2dd31612709a260473298dd8dc5f0a7acd2ddb4cb904cdb4a78af45fc78f3636_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:3f18cbd40d453cb50e2c0012adf9d5310960038ea241aa0c2bd8a193455b9428_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9c258ab15a9664319fb20c37a24f694f5399986dcdd5e273fe5600b00ce94425_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:f08e06d2264dc51181540cffc5a18d155bdce87167bee015188adde531b86129_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:04dfc5de0d8e8a431159ebcc2c4c311a9c546392ffb495ce21e41dfb7d5f2e16_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:2c2edaec3cd60796aea7c45ffeb74abe06d81c6c32c2bfdb868ed5752540f975_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:3f61b0a1d07d700a48f85ecbaf59d76521fb055a22733ccfebfca97c85825bed_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:c55963aca692a6168530a5d83e2c714551bb834e028ccef73244c0392693f3c6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:65940b32600afe6daf2b3371904c1cfebd165a18258fb84acf1fc37399afdb5a_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:cacb1da0d7c69f4422ecedee7504bab7dc79dfe18ba30e28746a4b4f4bc05351_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:d76bd87bbe0ec9ce2e6ad006442b8fec270ac2d94ac044d150ff0c97d55b1689_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:ffc6719dffa2a204ad064029d2e891e8438c6345a32e421f41488f2ee9d02158_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:05efa0704e5927d7126a0bd97075716efce2b6fccfd803ee32deb626a5c91ed1_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:3c0a8d53e0f5209f06a99cee929e36ae868983e23e34341782e32fc2362427bd_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:c7b662322bb5137767ca6c7054960135f6eb2e1e58d2d97885b65e24c7fb9ecd_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e099d31b04aec0af0f3f28bdcb989640d4ef4cf58e2ab136585f93ebce9ee3fa_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:766dfe16f97601fada3f433cb49ec0972dd2a8291f1916ac930055b973a280ff_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:8f076dc87af9322a285f6ce4b434f2cd073377e0ea4d15ba176ba1d4d61d4cc4_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:be84f6f723a5dccb3b25d7b51d7a2786827e37f33a9fcb24cb7e0e3cc67a3ee8_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:cba1d62b03607a828d8f183dd75b5a407bb79c8c52d9d82595523452ec377922_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:439b014810a91be2fdc5c108acd149321057bd2647eb862ba0975b15fb3d2ced_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5e96c8968061cccbf10b7297dd4bf99a53c960c2d67366a8244c7fbe0c25a053_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:9295c272324ffe9c3d6378d0315e5d6c5e91ee64622935b26e232fffe07c4225_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:bd02c1fd188bbf3035d144d7f7af7efaf42ab852970e7940ec577092e47540de_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:27b85727eca0deb019c4097f666840476395db587806779396e016a86b59ac51_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2ae1ad50f3f8eba2609774e7c98eab3d1791418e30e2fcf2483942d375cb0605_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2f461c99cdcedaaf99b7313d0302ad20baab9fcae545d844ba59fc26618777a5_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:e5ea117b0598f46785107574fafc76ef0138751475b7d283551650b60626ad9f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:1a0bcbd805892a9895d0143ee1c2c694e1e1f1eff3326a303deb5eaa6e5fbffc_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2c9d44fcdf5f400087a77fa222d897d343e0d671d99829f3bcd5de44c570dc31_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:9af4e1edc9678b88a1b8b6d0561f48ac1b47a12f27e9595ec5141dbbcd334aec_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:a1011341b0fbd4d337ba3f29322c490e0d2c3ded18725a5ae62c1047a78c5681_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:0caa7da1dc4d9bc97469d87db226f8e9117afc243f016ec007e63a499eacd885_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:1fe95cb1392976db91eb0033797ad4ab1e7f2598ff6ed271bc87c8ad275b660a_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:962a077137ca959e185b8f51c1ab9288cdf4be9dafa74a622e7dfeda65f431b0_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:f3d289b8532549a01582a518ee9225a4389868b043733faf1d1005a1a7b29be7_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:4b6e42b725d0d3a67861ec575d23e312e41408abf47a0b583bc39accdf7d156d_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:51fd5b9419bebad5a8151230fc6cbfcbcfad355c0cd7384cce52de6b083d9115_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:547aac8f1dffd6ca13be09057e35b15d2f02d2a9ec84089294f71909c51824ce_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:647d014835bd07571bb195c52fe4c0449e8a8a8750b344a1d5a45df06fd372c2_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:6927b5530683b27344c3c930f60fdf4076495bd6e299c902f19953463080b3ea_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:9f443faefbf30a0d699139fd93657dbc62560b6e654f859931f65526065ebebb_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:be6d06a7f918e9249f5226a53b98538485a7a0eea38621ccf927477be10d0372_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:f55a5c529554e853e5ce280abb824787e2e2e76613e6d90eeebe2ae297ae5e8b_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:5d13485446cb9334d7356abb3b26ff8a8521312705bd74c040b28c700651049c_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:744cff3d4a563ce9a2f89089b51a99ea88446015b5b3073ea0a6eb8bb7d24457_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:a0f48ca6f8a7d9d87d1962974bab344c33d4ec8b37a64c163ac6ada3f3271a6e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:ea383b6c04bb42bc6070de5ec8cb5042b6e27470a6a236b36f208de749830d81_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:14d6f7c12e7f181db1a60b1721bb0b7b9e4a737f0b0ffa8449f8508e73e38ccb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:2fc2f77648e795512cd58f9827abc60ca6f7a36c55222cba8ea2ac1a57410dfd_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:8d2e7068d92ab9d0c8acd71ddd4a8b5e3fd2757edc460a18e81415acca5a2cf6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:b32c6f189345b4f541364748061b11405c41c9d4841d38174cb25da8f452358b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:17cc798cb974248a66a94ddd20586d4f0e32dced2f304a4f406878f0637c794a_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:6fc77db6045a62215c6b2c87ab9f7ac3892e381c645f2e78032d2788f83ca729_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:9c2cecd279db37a97a6cc10e3b9aefa209064271ea6bd52cda907230ff58b34b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:9ec788140bcb4d8767ab538989be8b63298b06cd2393b60385310c6c496cd658_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:040c993cf5074fb5836dfbd9458edf875a133f92fdae3acbc7e7d638fd7c75e9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:9b8663990fbbc495e64d71f2ab47d951042207fb9827bd971a7a25fc558badc9_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b6fd9bb6b74497f894ec72ac478466e4bea233914a4761e1efd274c058450ca8_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:f615b657099163e68cbeed2b0fca7b224ae8e406a3b9eb77bb81b170cc088a4f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:46c512703a1775a0e62db7723e50ac8429dd4523ad308f460037c617bd638020_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:61cbd381d040072d401c2d5f318ca655e03aebecdb0cfca7d3145bcf2d8df12a_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:c7cb3543d53a7c27d08e49a2cabbb4501ac15070546c16853b65bb1257f6cdd1_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d821a7e6ef088805f2dad9c7ef4cb2291cc1fa42c7ee9548d6b46e2ea810bc59_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:075f5a96c1a41306d7af0c949f4495441c2ec44978770009fa3068a612094ec6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:1fbd070ed93685f8b5042e96a98273ac0970d9a5e81f603b82f0acbe141daef5_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:77932d26a6b71964f996df68cc48974aceef9a5e048c67648a1178f8558c4aec_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:bcdc71ebf2a7ae1b2fd44040823a3ad2dac7658f4171e6dcf5bb19bb41d7275d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:11466675408cf4150b67445609fa208f0eacd234273c28cc8082a9526a0b6ed2_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:376bdd49c7233d1d0e13d9ca606c07d51f138b747788c6fa0d34040158c86df5_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:49328c67697b01ebd2d4f6188517bb901f715e1aefd21d23a6e33a7eebf49a5d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:92a27e4f699b5deddf2cf1875fccb2f41652ba7c5259188bc8886d23687c17cc_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:083ede9ebeb8752d87e8c584c57e4486b28c63f48f21c55acd7e89d2f6b926ef_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:131c2444ecbcb1defad3bb871214d3d149889eb91d6c6ba2eb97c0c055d01cec_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:310afa55b5ba2d3058fb1e4e532c56464b30faf2fa23296583d8e20925d0c859_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:e550b9f7c0eeeb53a346f0b1374d270b028da504ea52009721e1f92b90ff647d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:17acdde2cdbc4d3faecc929046e085c23b7292fadfc1fde35a631a1d68e834d8_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:5ddffcd68c1d0bf827e47ecb602fdc72b063fedd922e82a10c7c0c32628b1688_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9dae602db69076245413c4d27e7b40a1e1e9c17488faca69b7d88bc4294d51c5_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c47845cd9c8824a05a8cdee03dbb637428ec293684deeb3f53073059025eb7e4_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:4316e4879c784caae03626f3924ec61dbf6be88ed436dc079baa34d42fe087d6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:551a03f31896276a4ec691fa64593177ff24e3c68a7922710fada541d50ae99b_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:68d19b52c37ee25209b735f81ad05b55b3a17c49c29d5e657c2b7d602de45229_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:dac40d2089fef971f95eb0cfd507e1b5cbc24acf6c0e6f0993e218075ee6d397_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9a2df9ed23563d89f0c9ab3e5d3b57ec8947f9c087bf4dfa8d8e2f352b478b33_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9d984a8118f465f780ee6552285d471a04edc3298560cfe1ba9d0e82a2620d51_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:b8638d20ab3983f546b60055b91e4f8bd794a1cbae2ea4c30ab4d5fb8462908d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:cc50070b54956f171e4e89b8936371bc8074c572eb50e862a48fabbdf3641468_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:3cee08eb6f0c9ee6fb7b56ed7267d3027e15cde7d53f451a767b66a8800e39a1_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:928fbf03a21de75977efd8383ebb9c77f75d4623d2b258fc822df7613eae9458_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:e807fac592da1629692caf507c7501ddd21264ac7367996d4922011b9d03e9b9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:ea970597dd190a8ccf2cf9b79cd176c82be380fe6a268258b2a601f20363cced_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:3701303c7039d88d34cf6cc4094de4a87df08951e5f5d3dd11f6388dd1d40e19_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:436c51c682e4ee1efb4f52096715652088bc02d8cc41318a478ba9816cca361b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:d61ce01266f6c62e3e1cae781eafc0d034bb9e50d14f1b4500566e35f6d0ca60_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f3c99b4bd800c6a608c2bab049daccf61c2822e1cd3b974b7f099bff010dac5e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:224b368e30c016813b6ef8207c2315c63691fa79028c743d8f7560ce74e71342_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:4e3b3bfeb34a9c79ae7eaa64e3fd248ae1105309c1b213a213ff4a3be60f4037_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:54331cfda3badd4bdf26c5b331d8af3ec77f2c9691544de7083e299029016c95_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:79ac92992f13d1851ee8ba74dd1afcdd8983d45489bb58e050f5f3fab48e9e6f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33211"
},
{
"category": "external",
"summary": "RHBZ#2450554",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2450554"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33211",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33211"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33211",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33211"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/10fa538f9a2b6d01c75138f1ed7ba3da0e34687c",
"url": "https://github.com/tektoncd/pipeline/commit/10fa538f9a2b6d01c75138f1ed7ba3da0e34687c"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/318006c4e3a5",
"url": "https://github.com/tektoncd/pipeline/commit/318006c4e3a5"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/3ca7bc6e6dd1d97f80b84f78370d91edaf023cbd",
"url": "https://github.com/tektoncd/pipeline/commit/3ca7bc6e6dd1d97f80b84f78370d91edaf023cbd"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/961388fcf3374bc7656d28ab58ca84987e0a75ae",
"url": "https://github.com/tektoncd/pipeline/commit/961388fcf3374bc7656d28ab58ca84987e0a75ae"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/b1fee65b88aa969069c14c120045e97c37d9ee5e",
"url": "https://github.com/tektoncd/pipeline/commit/b1fee65b88aa969069c14c120045e97c37d9ee5e"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/cdb4e1e97a4f3170f9bc2cbfff83a6c8107bc3db",
"url": "https://github.com/tektoncd/pipeline/commit/cdb4e1e97a4f3170f9bc2cbfff83a6c8107bc3db"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/ec7755031a183b345cf9e64bea0e0505c1b9cb78",
"url": "https://github.com/tektoncd/pipeline/commit/ec7755031a183b345cf9e64bea0e0505c1b9cb78"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/security/advisories/GHSA-j5q5-j9gm-2w5c",
"url": "https://github.com/tektoncd/pipeline/security/advisories/GHSA-j5q5-j9gm-2w5c"
}
],
"release_date": "2026-03-23T23:55:54.089000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T05:00:09+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:2a0a54ddea2b4705e329cec213048054e59c255c650c7d132543d5576e61cea9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:6ec8e91be151109a106f698be9e3f44199a0efeea8bfb4b7bf6311be8e519af6_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:7d2b3e967c2f339cb0bbb362cc5da40c4429ce082371a789589de9335edb3892_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:a3faa4886b2532151a088656803ce83f817565f450eb56cac88696aecfbeacb7_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10026"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, restrict the creation of ResolutionRequests to trusted users and service accounts. Implement strict Role-Based Access Control (RBAC) policies to limit which tenants can create TaskRuns or PipelineRuns that utilize the Tekton Pipelines git resolver. This reduces the exposure by preventing unauthorized access to the resolver pod\u0027s filesystem.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:2dd31612709a260473298dd8dc5f0a7acd2ddb4cb904cdb4a78af45fc78f3636_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:3f18cbd40d453cb50e2c0012adf9d5310960038ea241aa0c2bd8a193455b9428_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9c258ab15a9664319fb20c37a24f694f5399986dcdd5e273fe5600b00ce94425_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:f08e06d2264dc51181540cffc5a18d155bdce87167bee015188adde531b86129_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:04dfc5de0d8e8a431159ebcc2c4c311a9c546392ffb495ce21e41dfb7d5f2e16_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:2c2edaec3cd60796aea7c45ffeb74abe06d81c6c32c2bfdb868ed5752540f975_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:3f61b0a1d07d700a48f85ecbaf59d76521fb055a22733ccfebfca97c85825bed_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:c55963aca692a6168530a5d83e2c714551bb834e028ccef73244c0392693f3c6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:65940b32600afe6daf2b3371904c1cfebd165a18258fb84acf1fc37399afdb5a_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:cacb1da0d7c69f4422ecedee7504bab7dc79dfe18ba30e28746a4b4f4bc05351_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:d76bd87bbe0ec9ce2e6ad006442b8fec270ac2d94ac044d150ff0c97d55b1689_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:ffc6719dffa2a204ad064029d2e891e8438c6345a32e421f41488f2ee9d02158_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:05efa0704e5927d7126a0bd97075716efce2b6fccfd803ee32deb626a5c91ed1_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:3c0a8d53e0f5209f06a99cee929e36ae868983e23e34341782e32fc2362427bd_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:c7b662322bb5137767ca6c7054960135f6eb2e1e58d2d97885b65e24c7fb9ecd_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e099d31b04aec0af0f3f28bdcb989640d4ef4cf58e2ab136585f93ebce9ee3fa_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:766dfe16f97601fada3f433cb49ec0972dd2a8291f1916ac930055b973a280ff_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:8f076dc87af9322a285f6ce4b434f2cd073377e0ea4d15ba176ba1d4d61d4cc4_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:be84f6f723a5dccb3b25d7b51d7a2786827e37f33a9fcb24cb7e0e3cc67a3ee8_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:cba1d62b03607a828d8f183dd75b5a407bb79c8c52d9d82595523452ec377922_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:439b014810a91be2fdc5c108acd149321057bd2647eb862ba0975b15fb3d2ced_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5e96c8968061cccbf10b7297dd4bf99a53c960c2d67366a8244c7fbe0c25a053_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:9295c272324ffe9c3d6378d0315e5d6c5e91ee64622935b26e232fffe07c4225_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:bd02c1fd188bbf3035d144d7f7af7efaf42ab852970e7940ec577092e47540de_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:27b85727eca0deb019c4097f666840476395db587806779396e016a86b59ac51_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2ae1ad50f3f8eba2609774e7c98eab3d1791418e30e2fcf2483942d375cb0605_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2f461c99cdcedaaf99b7313d0302ad20baab9fcae545d844ba59fc26618777a5_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:e5ea117b0598f46785107574fafc76ef0138751475b7d283551650b60626ad9f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:1a0bcbd805892a9895d0143ee1c2c694e1e1f1eff3326a303deb5eaa6e5fbffc_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2c9d44fcdf5f400087a77fa222d897d343e0d671d99829f3bcd5de44c570dc31_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:9af4e1edc9678b88a1b8b6d0561f48ac1b47a12f27e9595ec5141dbbcd334aec_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:a1011341b0fbd4d337ba3f29322c490e0d2c3ded18725a5ae62c1047a78c5681_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:0caa7da1dc4d9bc97469d87db226f8e9117afc243f016ec007e63a499eacd885_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:1fe95cb1392976db91eb0033797ad4ab1e7f2598ff6ed271bc87c8ad275b660a_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:962a077137ca959e185b8f51c1ab9288cdf4be9dafa74a622e7dfeda65f431b0_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:f3d289b8532549a01582a518ee9225a4389868b043733faf1d1005a1a7b29be7_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:4b6e42b725d0d3a67861ec575d23e312e41408abf47a0b583bc39accdf7d156d_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:51fd5b9419bebad5a8151230fc6cbfcbcfad355c0cd7384cce52de6b083d9115_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:547aac8f1dffd6ca13be09057e35b15d2f02d2a9ec84089294f71909c51824ce_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:647d014835bd07571bb195c52fe4c0449e8a8a8750b344a1d5a45df06fd372c2_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:6927b5530683b27344c3c930f60fdf4076495bd6e299c902f19953463080b3ea_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:9f443faefbf30a0d699139fd93657dbc62560b6e654f859931f65526065ebebb_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:be6d06a7f918e9249f5226a53b98538485a7a0eea38621ccf927477be10d0372_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:f55a5c529554e853e5ce280abb824787e2e2e76613e6d90eeebe2ae297ae5e8b_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:5d13485446cb9334d7356abb3b26ff8a8521312705bd74c040b28c700651049c_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:744cff3d4a563ce9a2f89089b51a99ea88446015b5b3073ea0a6eb8bb7d24457_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:a0f48ca6f8a7d9d87d1962974bab344c33d4ec8b37a64c163ac6ada3f3271a6e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:ea383b6c04bb42bc6070de5ec8cb5042b6e27470a6a236b36f208de749830d81_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:14d6f7c12e7f181db1a60b1721bb0b7b9e4a737f0b0ffa8449f8508e73e38ccb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:2fc2f77648e795512cd58f9827abc60ca6f7a36c55222cba8ea2ac1a57410dfd_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:8d2e7068d92ab9d0c8acd71ddd4a8b5e3fd2757edc460a18e81415acca5a2cf6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:b32c6f189345b4f541364748061b11405c41c9d4841d38174cb25da8f452358b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:17cc798cb974248a66a94ddd20586d4f0e32dced2f304a4f406878f0637c794a_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:6fc77db6045a62215c6b2c87ab9f7ac3892e381c645f2e78032d2788f83ca729_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:9c2cecd279db37a97a6cc10e3b9aefa209064271ea6bd52cda907230ff58b34b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:9ec788140bcb4d8767ab538989be8b63298b06cd2393b60385310c6c496cd658_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:2a0a54ddea2b4705e329cec213048054e59c255c650c7d132543d5576e61cea9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:6ec8e91be151109a106f698be9e3f44199a0efeea8bfb4b7bf6311be8e519af6_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:7d2b3e967c2f339cb0bbb362cc5da40c4429ce082371a789589de9335edb3892_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:a3faa4886b2532151a088656803ce83f817565f450eb56cac88696aecfbeacb7_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:040c993cf5074fb5836dfbd9458edf875a133f92fdae3acbc7e7d638fd7c75e9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:9b8663990fbbc495e64d71f2ab47d951042207fb9827bd971a7a25fc558badc9_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b6fd9bb6b74497f894ec72ac478466e4bea233914a4761e1efd274c058450ca8_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:f615b657099163e68cbeed2b0fca7b224ae8e406a3b9eb77bb81b170cc088a4f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:46c512703a1775a0e62db7723e50ac8429dd4523ad308f460037c617bd638020_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:61cbd381d040072d401c2d5f318ca655e03aebecdb0cfca7d3145bcf2d8df12a_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:c7cb3543d53a7c27d08e49a2cabbb4501ac15070546c16853b65bb1257f6cdd1_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d821a7e6ef088805f2dad9c7ef4cb2291cc1fa42c7ee9548d6b46e2ea810bc59_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:075f5a96c1a41306d7af0c949f4495441c2ec44978770009fa3068a612094ec6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:1fbd070ed93685f8b5042e96a98273ac0970d9a5e81f603b82f0acbe141daef5_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:77932d26a6b71964f996df68cc48974aceef9a5e048c67648a1178f8558c4aec_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:bcdc71ebf2a7ae1b2fd44040823a3ad2dac7658f4171e6dcf5bb19bb41d7275d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:11466675408cf4150b67445609fa208f0eacd234273c28cc8082a9526a0b6ed2_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:376bdd49c7233d1d0e13d9ca606c07d51f138b747788c6fa0d34040158c86df5_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:49328c67697b01ebd2d4f6188517bb901f715e1aefd21d23a6e33a7eebf49a5d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:92a27e4f699b5deddf2cf1875fccb2f41652ba7c5259188bc8886d23687c17cc_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:083ede9ebeb8752d87e8c584c57e4486b28c63f48f21c55acd7e89d2f6b926ef_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:131c2444ecbcb1defad3bb871214d3d149889eb91d6c6ba2eb97c0c055d01cec_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:310afa55b5ba2d3058fb1e4e532c56464b30faf2fa23296583d8e20925d0c859_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:e550b9f7c0eeeb53a346f0b1374d270b028da504ea52009721e1f92b90ff647d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:17acdde2cdbc4d3faecc929046e085c23b7292fadfc1fde35a631a1d68e834d8_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:5ddffcd68c1d0bf827e47ecb602fdc72b063fedd922e82a10c7c0c32628b1688_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9dae602db69076245413c4d27e7b40a1e1e9c17488faca69b7d88bc4294d51c5_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c47845cd9c8824a05a8cdee03dbb637428ec293684deeb3f53073059025eb7e4_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:4316e4879c784caae03626f3924ec61dbf6be88ed436dc079baa34d42fe087d6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:551a03f31896276a4ec691fa64593177ff24e3c68a7922710fada541d50ae99b_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:68d19b52c37ee25209b735f81ad05b55b3a17c49c29d5e657c2b7d602de45229_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:dac40d2089fef971f95eb0cfd507e1b5cbc24acf6c0e6f0993e218075ee6d397_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9a2df9ed23563d89f0c9ab3e5d3b57ec8947f9c087bf4dfa8d8e2f352b478b33_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9d984a8118f465f780ee6552285d471a04edc3298560cfe1ba9d0e82a2620d51_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:b8638d20ab3983f546b60055b91e4f8bd794a1cbae2ea4c30ab4d5fb8462908d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:cc50070b54956f171e4e89b8936371bc8074c572eb50e862a48fabbdf3641468_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:3cee08eb6f0c9ee6fb7b56ed7267d3027e15cde7d53f451a767b66a8800e39a1_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:928fbf03a21de75977efd8383ebb9c77f75d4623d2b258fc822df7613eae9458_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:e807fac592da1629692caf507c7501ddd21264ac7367996d4922011b9d03e9b9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:ea970597dd190a8ccf2cf9b79cd176c82be380fe6a268258b2a601f20363cced_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:3701303c7039d88d34cf6cc4094de4a87df08951e5f5d3dd11f6388dd1d40e19_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:436c51c682e4ee1efb4f52096715652088bc02d8cc41318a478ba9816cca361b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:d61ce01266f6c62e3e1cae781eafc0d034bb9e50d14f1b4500566e35f6d0ca60_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f3c99b4bd800c6a608c2bab049daccf61c2822e1cd3b974b7f099bff010dac5e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:224b368e30c016813b6ef8207c2315c63691fa79028c743d8f7560ce74e71342_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:4e3b3bfeb34a9c79ae7eaa64e3fd248ae1105309c1b213a213ff4a3be60f4037_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:54331cfda3badd4bdf26c5b331d8af3ec77f2c9691544de7083e299029016c95_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:79ac92992f13d1851ee8ba74dd1afcdd8983d45489bb58e050f5f3fab48e9e6f_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.6,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:2dd31612709a260473298dd8dc5f0a7acd2ddb4cb904cdb4a78af45fc78f3636_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:3f18cbd40d453cb50e2c0012adf9d5310960038ea241aa0c2bd8a193455b9428_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:9c258ab15a9664319fb20c37a24f694f5399986dcdd5e273fe5600b00ce94425_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:f08e06d2264dc51181540cffc5a18d155bdce87167bee015188adde531b86129_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:04dfc5de0d8e8a431159ebcc2c4c311a9c546392ffb495ce21e41dfb7d5f2e16_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:2c2edaec3cd60796aea7c45ffeb74abe06d81c6c32c2bfdb868ed5752540f975_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:3f61b0a1d07d700a48f85ecbaf59d76521fb055a22733ccfebfca97c85825bed_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:c55963aca692a6168530a5d83e2c714551bb834e028ccef73244c0392693f3c6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:65940b32600afe6daf2b3371904c1cfebd165a18258fb84acf1fc37399afdb5a_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:cacb1da0d7c69f4422ecedee7504bab7dc79dfe18ba30e28746a4b4f4bc05351_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:d76bd87bbe0ec9ce2e6ad006442b8fec270ac2d94ac044d150ff0c97d55b1689_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:ffc6719dffa2a204ad064029d2e891e8438c6345a32e421f41488f2ee9d02158_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:05efa0704e5927d7126a0bd97075716efce2b6fccfd803ee32deb626a5c91ed1_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:3c0a8d53e0f5209f06a99cee929e36ae868983e23e34341782e32fc2362427bd_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:c7b662322bb5137767ca6c7054960135f6eb2e1e58d2d97885b65e24c7fb9ecd_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:e099d31b04aec0af0f3f28bdcb989640d4ef4cf58e2ab136585f93ebce9ee3fa_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:766dfe16f97601fada3f433cb49ec0972dd2a8291f1916ac930055b973a280ff_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:8f076dc87af9322a285f6ce4b434f2cd073377e0ea4d15ba176ba1d4d61d4cc4_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:be84f6f723a5dccb3b25d7b51d7a2786827e37f33a9fcb24cb7e0e3cc67a3ee8_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:cba1d62b03607a828d8f183dd75b5a407bb79c8c52d9d82595523452ec377922_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:439b014810a91be2fdc5c108acd149321057bd2647eb862ba0975b15fb3d2ced_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5e96c8968061cccbf10b7297dd4bf99a53c960c2d67366a8244c7fbe0c25a053_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:9295c272324ffe9c3d6378d0315e5d6c5e91ee64622935b26e232fffe07c4225_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:bd02c1fd188bbf3035d144d7f7af7efaf42ab852970e7940ec577092e47540de_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:27b85727eca0deb019c4097f666840476395db587806779396e016a86b59ac51_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2ae1ad50f3f8eba2609774e7c98eab3d1791418e30e2fcf2483942d375cb0605_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:2f461c99cdcedaaf99b7313d0302ad20baab9fcae545d844ba59fc26618777a5_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:e5ea117b0598f46785107574fafc76ef0138751475b7d283551650b60626ad9f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:1a0bcbd805892a9895d0143ee1c2c694e1e1f1eff3326a303deb5eaa6e5fbffc_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2c9d44fcdf5f400087a77fa222d897d343e0d671d99829f3bcd5de44c570dc31_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:9af4e1edc9678b88a1b8b6d0561f48ac1b47a12f27e9595ec5141dbbcd334aec_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:a1011341b0fbd4d337ba3f29322c490e0d2c3ded18725a5ae62c1047a78c5681_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:0caa7da1dc4d9bc97469d87db226f8e9117afc243f016ec007e63a499eacd885_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:1fe95cb1392976db91eb0033797ad4ab1e7f2598ff6ed271bc87c8ad275b660a_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:962a077137ca959e185b8f51c1ab9288cdf4be9dafa74a622e7dfeda65f431b0_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:f3d289b8532549a01582a518ee9225a4389868b043733faf1d1005a1a7b29be7_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:4b6e42b725d0d3a67861ec575d23e312e41408abf47a0b583bc39accdf7d156d_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:51fd5b9419bebad5a8151230fc6cbfcbcfad355c0cd7384cce52de6b083d9115_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:547aac8f1dffd6ca13be09057e35b15d2f02d2a9ec84089294f71909c51824ce_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:647d014835bd07571bb195c52fe4c0449e8a8a8750b344a1d5a45df06fd372c2_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:6927b5530683b27344c3c930f60fdf4076495bd6e299c902f19953463080b3ea_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:9f443faefbf30a0d699139fd93657dbc62560b6e654f859931f65526065ebebb_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:be6d06a7f918e9249f5226a53b98538485a7a0eea38621ccf927477be10d0372_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:f55a5c529554e853e5ce280abb824787e2e2e76613e6d90eeebe2ae297ae5e8b_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:5d13485446cb9334d7356abb3b26ff8a8521312705bd74c040b28c700651049c_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:744cff3d4a563ce9a2f89089b51a99ea88446015b5b3073ea0a6eb8bb7d24457_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:a0f48ca6f8a7d9d87d1962974bab344c33d4ec8b37a64c163ac6ada3f3271a6e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:ea383b6c04bb42bc6070de5ec8cb5042b6e27470a6a236b36f208de749830d81_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:14d6f7c12e7f181db1a60b1721bb0b7b9e4a737f0b0ffa8449f8508e73e38ccb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:2fc2f77648e795512cd58f9827abc60ca6f7a36c55222cba8ea2ac1a57410dfd_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:8d2e7068d92ab9d0c8acd71ddd4a8b5e3fd2757edc460a18e81415acca5a2cf6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:b32c6f189345b4f541364748061b11405c41c9d4841d38174cb25da8f452358b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:17cc798cb974248a66a94ddd20586d4f0e32dced2f304a4f406878f0637c794a_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:6fc77db6045a62215c6b2c87ab9f7ac3892e381c645f2e78032d2788f83ca729_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:9c2cecd279db37a97a6cc10e3b9aefa209064271ea6bd52cda907230ff58b34b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:9ec788140bcb4d8767ab538989be8b63298b06cd2393b60385310c6c496cd658_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:2a0a54ddea2b4705e329cec213048054e59c255c650c7d132543d5576e61cea9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:6ec8e91be151109a106f698be9e3f44199a0efeea8bfb4b7bf6311be8e519af6_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:7d2b3e967c2f339cb0bbb362cc5da40c4429ce082371a789589de9335edb3892_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:a3faa4886b2532151a088656803ce83f817565f450eb56cac88696aecfbeacb7_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:040c993cf5074fb5836dfbd9458edf875a133f92fdae3acbc7e7d638fd7c75e9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:9b8663990fbbc495e64d71f2ab47d951042207fb9827bd971a7a25fc558badc9_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b6fd9bb6b74497f894ec72ac478466e4bea233914a4761e1efd274c058450ca8_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:f615b657099163e68cbeed2b0fca7b224ae8e406a3b9eb77bb81b170cc088a4f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:46c512703a1775a0e62db7723e50ac8429dd4523ad308f460037c617bd638020_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:61cbd381d040072d401c2d5f318ca655e03aebecdb0cfca7d3145bcf2d8df12a_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:c7cb3543d53a7c27d08e49a2cabbb4501ac15070546c16853b65bb1257f6cdd1_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d821a7e6ef088805f2dad9c7ef4cb2291cc1fa42c7ee9548d6b46e2ea810bc59_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:075f5a96c1a41306d7af0c949f4495441c2ec44978770009fa3068a612094ec6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:1fbd070ed93685f8b5042e96a98273ac0970d9a5e81f603b82f0acbe141daef5_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:77932d26a6b71964f996df68cc48974aceef9a5e048c67648a1178f8558c4aec_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:bcdc71ebf2a7ae1b2fd44040823a3ad2dac7658f4171e6dcf5bb19bb41d7275d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:11466675408cf4150b67445609fa208f0eacd234273c28cc8082a9526a0b6ed2_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:376bdd49c7233d1d0e13d9ca606c07d51f138b747788c6fa0d34040158c86df5_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:49328c67697b01ebd2d4f6188517bb901f715e1aefd21d23a6e33a7eebf49a5d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:92a27e4f699b5deddf2cf1875fccb2f41652ba7c5259188bc8886d23687c17cc_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:083ede9ebeb8752d87e8c584c57e4486b28c63f48f21c55acd7e89d2f6b926ef_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:131c2444ecbcb1defad3bb871214d3d149889eb91d6c6ba2eb97c0c055d01cec_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:310afa55b5ba2d3058fb1e4e532c56464b30faf2fa23296583d8e20925d0c859_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:e550b9f7c0eeeb53a346f0b1374d270b028da504ea52009721e1f92b90ff647d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:17acdde2cdbc4d3faecc929046e085c23b7292fadfc1fde35a631a1d68e834d8_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:5ddffcd68c1d0bf827e47ecb602fdc72b063fedd922e82a10c7c0c32628b1688_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:9dae602db69076245413c4d27e7b40a1e1e9c17488faca69b7d88bc4294d51c5_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:c47845cd9c8824a05a8cdee03dbb637428ec293684deeb3f53073059025eb7e4_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:4316e4879c784caae03626f3924ec61dbf6be88ed436dc079baa34d42fe087d6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:551a03f31896276a4ec691fa64593177ff24e3c68a7922710fada541d50ae99b_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:68d19b52c37ee25209b735f81ad05b55b3a17c49c29d5e657c2b7d602de45229_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:dac40d2089fef971f95eb0cfd507e1b5cbc24acf6c0e6f0993e218075ee6d397_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9a2df9ed23563d89f0c9ab3e5d3b57ec8947f9c087bf4dfa8d8e2f352b478b33_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9d984a8118f465f780ee6552285d471a04edc3298560cfe1ba9d0e82a2620d51_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:b8638d20ab3983f546b60055b91e4f8bd794a1cbae2ea4c30ab4d5fb8462908d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:cc50070b54956f171e4e89b8936371bc8074c572eb50e862a48fabbdf3641468_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:3cee08eb6f0c9ee6fb7b56ed7267d3027e15cde7d53f451a767b66a8800e39a1_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:928fbf03a21de75977efd8383ebb9c77f75d4623d2b258fc822df7613eae9458_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:e807fac592da1629692caf507c7501ddd21264ac7367996d4922011b9d03e9b9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:ea970597dd190a8ccf2cf9b79cd176c82be380fe6a268258b2a601f20363cced_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:3701303c7039d88d34cf6cc4094de4a87df08951e5f5d3dd11f6388dd1d40e19_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:436c51c682e4ee1efb4f52096715652088bc02d8cc41318a478ba9816cca361b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:d61ce01266f6c62e3e1cae781eafc0d034bb9e50d14f1b4500566e35f6d0ca60_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f3c99b4bd800c6a608c2bab049daccf61c2822e1cd3b974b7f099bff010dac5e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:224b368e30c016813b6ef8207c2315c63691fa79028c743d8f7560ce74e71342_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:4e3b3bfeb34a9c79ae7eaa64e3fd248ae1105309c1b213a213ff4a3be60f4037_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:54331cfda3badd4bdf26c5b331d8af3ec77f2c9691544de7083e299029016c95_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:79ac92992f13d1851ee8ba74dd1afcdd8983d45489bb58e050f5f3fab48e9e6f_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Tekton Pipelines: github.com/tektoncd/pipeline: Tekton Pipelines: Information disclosure via path traversal in git resolver"
}
]
}
RHSA-2026:6166
Vulnerability from csaf_redhat - Published: 2026-03-30 10:40 - Updated: 2026-04-26 02:08A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.
A denial of service flaw was found in Tekton Pipelines. Any user who can create a TaskRun or PipelineRun to crash the controller cluster-wide by setting .spec.taskRef.resolver (or .spec.pipelineRef.resolver) to a string of 31+ characters. The crash occurs because GenerateDeterministicNameFromSpec produces a name exceeding the 63-character DNS-1123 label limit, and its truncation logic panics on a [-1] slice bound since the generated name contains no spaces. Once crashed, the controller enters a CrashLoopBackOff on restart (as it re-reconciles the offending resource), blocking all CI/CD reconciliation until the resource is manually deleted. Built-in resolvers (git, cluster, bundles, hub) are unaffected due to their short names, but any custom resolver name triggers the bug. The fix truncates the resolver-name prefix instead of the full string, preserving the hash suffix for determinism and uniqueness.
A flaw was found in Tekton Pipelines, specifically in the Tekton Pipelines git resolver. A tenant with permissions to create ResolutionRequests can exploit a path traversal vulnerability via the `pathInRepo` parameter. This allows the tenant to read arbitrary files from the resolver pod's filesystem, leading to information disclosure, including sensitive ServiceAccount tokens. The contents of these files are returned in a base64-encoded format.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "The 1.21.1 GA release of Red Hat OpenShift Pipelines Operator..\nFor more details see [product documentation](https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines).",
"title": "Topic"
},
{
"category": "general",
"text": "The 1.21.1 release of Red Hat OpenShift Pipelines Operator.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:6166",
"url": "https://access.redhat.com/errata/RHSA-2026:6166"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33022",
"url": "https://access.redhat.com/security/cve/CVE-2026-33022"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33211",
"url": "https://access.redhat.com/security/cve/CVE-2026-33211"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_6166.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Pipelines Release 1.21.1",
"tracking": {
"current_release_date": "2026-04-26T02:08:49+00:00",
"generator": {
"date": "2026-04-26T02:08:49+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:6166",
"initial_release_date": "2026-03-30T10:40:40+00:00",
"revision_history": [
{
"date": "2026-03-30T10:40:40+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-30T10:40:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-26T02:08:49+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Pipelines 1.21",
"product": {
"name": "Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_pipelines:1.21::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Pipelines"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:77af18020d2d8733ed028dec7fd78c5e9f2dfa2272f352ee45de8f711d93c52e_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:77af18020d2d8733ed028dec7fd78c5e9f2dfa2272f352ee45de8f711d93c52e_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:77af18020d2d8733ed028dec7fd78c5e9f2dfa2272f352ee45de8f711d93c52e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-console-plugin-rhel9@sha256%3A77af18020d2d8733ed028dec7fd78c5e9f2dfa2272f352ee45de8f711d93c52e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774359402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:8359a8e5295b020ae1bdbb51c587f54ca724916a5d541be253ea0c212e47988b_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:8359a8e5295b020ae1bdbb51c587f54ca724916a5d541be253ea0c212e47988b_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:8359a8e5295b020ae1bdbb51c587f54ca724916a5d541be253ea0c212e47988b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-controller-rhel9@sha256%3A8359a8e5295b020ae1bdbb51c587f54ca724916a5d541be253ea0c212e47988b?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262408"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:6045b0945c97d9e8e6b335484e6b20d0e9201acb30517f5937c3ccf5f2fcfa4b_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:6045b0945c97d9e8e6b335484e6b20d0e9201acb30517f5937c3ccf5f2fcfa4b_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:6045b0945c97d9e8e6b335484e6b20d0e9201acb30517f5937c3ccf5f2fcfa4b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-webhook-rhel9@sha256%3A6045b0945c97d9e8e6b335484e6b20d0e9201acb30517f5937c3ccf5f2fcfa4b?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:551c81710c8cf5976be6eeeea97837a1629ab39557582cec96cd24e8ffef9981_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:551c81710c8cf5976be6eeeea97837a1629ab39557582cec96cd24e8ffef9981_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:551c81710c8cf5976be6eeeea97837a1629ab39557582cec96cd24e8ffef9981_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-opc-rhel9@sha256%3A551c81710c8cf5976be6eeeea97837a1629ab39557582cec96cd24e8ffef9981?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774517672"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:a2ba4e91f29919518d20395145e76570238be34a1cf3fdb95458f43d6530b1ce_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:a2ba4e91f29919518d20395145e76570238be34a1cf3fdb95458f43d6530b1ce_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:a2ba4e91f29919518d20395145e76570238be34a1cf3fdb95458f43d6530b1ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-rhel9-operator@sha256%3Aa2ba4e91f29919518d20395145e76570238be34a1cf3fdb95458f43d6530b1ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774510798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:af3b603b8e3be9fb551010ca99b59a29ee874ea2175970fe2711604ca9172329_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:af3b603b8e3be9fb551010ca99b59a29ee874ea2175970fe2711604ca9172329_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:af3b603b8e3be9fb551010ca99b59a29ee874ea2175970fe2711604ca9172329_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-proxy-rhel9@sha256%3Aaf3b603b8e3be9fb551010ca99b59a29ee874ea2175970fe2711604ca9172329?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774510798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d521f37d24961e2d7b935cac6fc3e10e9150ab2a67a515b545a476cec39f2199_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d521f37d24961e2d7b935cac6fc3e10e9150ab2a67a515b545a476cec39f2199_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d521f37d24961e2d7b935cac6fc3e10e9150ab2a67a515b545a476cec39f2199_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-webhook-rhel9@sha256%3Ad521f37d24961e2d7b935cac6fc3e10e9150ab2a67a515b545a476cec39f2199?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774510867"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:41c248f089c5cb86cae4e8d95df3677494983841bfb2646c485614ae3d38a3a7_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:41c248f089c5cb86cae4e8d95df3677494983841bfb2646c485614ae3d38a3a7_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:41c248f089c5cb86cae4e8d95df3677494983841bfb2646c485614ae3d38a3a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-cli-rhel9@sha256%3A41c248f089c5cb86cae4e8d95df3677494983841bfb2646c485614ae3d38a3a7?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774271891"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:8b02d97ad727f416efb6b94292d45bcbf2f75f7feec315816f86f97fdb21d929_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:8b02d97ad727f416efb6b94292d45bcbf2f75f7feec315816f86f97fdb21d929_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:8b02d97ad727f416efb6b94292d45bcbf2f75f7feec315816f86f97fdb21d929_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-controller-rhel9@sha256%3A8b02d97ad727f416efb6b94292d45bcbf2f75f7feec315816f86f97fdb21d929?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774271888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d4973e6d761878f0432a9076a7a68f307ac83f7f35d68b13def41a24a4bdd0ab_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d4973e6d761878f0432a9076a7a68f307ac83f7f35d68b13def41a24a4bdd0ab_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d4973e6d761878f0432a9076a7a68f307ac83f7f35d68b13def41a24a4bdd0ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-watcher-rhel9@sha256%3Ad4973e6d761878f0432a9076a7a68f307ac83f7f35d68b13def41a24a4bdd0ab?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774271825"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:575b09d25000a80e01a6cdd5fa8f9e0a0bc4c8b18eb585eef9b14fb63019d29b_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:575b09d25000a80e01a6cdd5fa8f9e0a0bc4c8b18eb585eef9b14fb63019d29b_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:575b09d25000a80e01a6cdd5fa8f9e0a0bc4c8b18eb585eef9b14fb63019d29b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-webhook-rhel9@sha256%3A575b09d25000a80e01a6cdd5fa8f9e0a0bc4c8b18eb585eef9b14fb63019d29b?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774271890"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6cf0cf175e361f28277a7c7287bc589d0874d3f5c1012ef4d3d09fc05528a20b_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6cf0cf175e361f28277a7c7287bc589d0874d3f5c1012ef4d3d09fc05528a20b_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6cf0cf175e361f28277a7c7287bc589d0874d3f5c1012ef4d3d09fc05528a20b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-serve-tkn-cli-rhel9@sha256%3A6cf0cf175e361f28277a7c7287bc589d0874d3f5c1012ef4d3d09fc05528a20b?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774252909"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:2447d379a4ff5ac40fd31a4f598815d195fa6922dcddc8646fb7b0ab1fa2f2c3_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:2447d379a4ff5ac40fd31a4f598815d195fa6922dcddc8646fb7b0ab1fa2f2c3_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:2447d379a4ff5ac40fd31a4f598815d195fa6922dcddc8646fb7b0ab1fa2f2c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cache-rhel9@sha256%3A2447d379a4ff5ac40fd31a4f598815d195fa6922dcddc8646fb7b0ab1fa2f2c3?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ca3a9b04d388b008542e3d6c3ba2bb93f4ec7056fd9e5a7a7a26714d10d293bd_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ca3a9b04d388b008542e3d6c3ba2bb93f4ec7056fd9e5a7a7a26714d10d293bd_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ca3a9b04d388b008542e3d6c3ba2bb93f4ec7056fd9e5a7a7a26714d10d293bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-chains-controller-rhel9@sha256%3Aca3a9b04d388b008542e3d6c3ba2bb93f4ec7056fd9e5a7a7a26714d10d293bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262437"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:7e0b8f06a88f2b7488c2fac5ebaaec362080c613294526998d948f580505d265_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:7e0b8f06a88f2b7488c2fac5ebaaec362080c613294526998d948f580505d265_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:7e0b8f06a88f2b7488c2fac5ebaaec362080c613294526998d948f580505d265_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cli-tkn-rhel9@sha256%3A7e0b8f06a88f2b7488c2fac5ebaaec362080c613294526998d948f580505d265?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:cc5b019293d3aa0f3543982e1900021fcac0568c28e757f60a9e6849c81509c8_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:cc5b019293d3aa0f3543982e1900021fcac0568c28e757f60a9e6849c81509c8_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:cc5b019293d3aa0f3543982e1900021fcac0568c28e757f60a9e6849c81509c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-git-init-rhel9@sha256%3Acc5b019293d3aa0f3543982e1900021fcac0568c28e757f60a9e6849c81509c8?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774524401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8b6607ca56b500ef61f9cce62230baad7c4d3781271b4a9ef28b14cf39f67d43_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8b6607ca56b500ef61f9cce62230baad7c4d3781271b4a9ef28b14cf39f67d43_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8b6607ca56b500ef61f9cce62230baad7c4d3781271b4a9ef28b14cf39f67d43_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-api-rhel9@sha256%3A8b6607ca56b500ef61f9cce62230baad7c4d3781271b4a9ef28b14cf39f67d43?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774269962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:86050e03be5c049d0d8ca28f193f138b6d97b4af3d6aa902135d89cc09f2bbb6_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:86050e03be5c049d0d8ca28f193f138b6d97b4af3d6aa902135d89cc09f2bbb6_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:86050e03be5c049d0d8ca28f193f138b6d97b4af3d6aa902135d89cc09f2bbb6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-db-migration-rhel9@sha256%3A86050e03be5c049d0d8ca28f193f138b6d97b4af3d6aa902135d89cc09f2bbb6?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774270015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:95fbee884172f5289c20974a97d9d41200992cbbe4af5144261611ab56fea406_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:95fbee884172f5289c20974a97d9d41200992cbbe4af5144261611ab56fea406_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:95fbee884172f5289c20974a97d9d41200992cbbe4af5144261611ab56fea406_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-ui-rhel9@sha256%3A95fbee884172f5289c20974a97d9d41200992cbbe4af5144261611ab56fea406?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774269970"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:f77cef165f2e2b770833ee3532a473d5a1731502aa5936835c25511a2c37d7c1_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:f77cef165f2e2b770833ee3532a473d5a1731502aa5936835c25511a2c37d7c1_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:f77cef165f2e2b770833ee3532a473d5a1731502aa5936835c25511a2c37d7c1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-controller-rhel9@sha256%3Af77cef165f2e2b770833ee3532a473d5a1731502aa5936835c25511a2c37d7c1?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774556221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:f6553c2db04c86384e30e9bfaea8d4270f19bab9afd7869d27032fe38534b295_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:f6553c2db04c86384e30e9bfaea8d4270f19bab9afd7869d27032fe38534b295_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:f6553c2db04c86384e30e9bfaea8d4270f19bab9afd7869d27032fe38534b295_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-entrypoint-rhel9@sha256%3Af6553c2db04c86384e30e9bfaea8d4270f19bab9afd7869d27032fe38534b295?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774556409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:875b5369e4d5d2ed1e55d39eb0d7a42694324643f0b4bbcfb2be762a0e17719f_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:875b5369e4d5d2ed1e55d39eb0d7a42694324643f0b4bbcfb2be762a0e17719f_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:875b5369e4d5d2ed1e55d39eb0d7a42694324643f0b4bbcfb2be762a0e17719f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-events-rhel9@sha256%3A875b5369e4d5d2ed1e55d39eb0d7a42694324643f0b4bbcfb2be762a0e17719f?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774556211"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d7d5e33d6d124625f1a9b10e8ffd5d0b0fbad8a762aa4988bffd4a4282903c45_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d7d5e33d6d124625f1a9b10e8ffd5d0b0fbad8a762aa4988bffd4a4282903c45_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d7d5e33d6d124625f1a9b10e8ffd5d0b0fbad8a762aa4988bffd4a4282903c45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-nop-rhel9@sha256%3Ad7d5e33d6d124625f1a9b10e8ffd5d0b0fbad8a762aa4988bffd4a4282903c45?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774556286"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:83f2dbd3969b4b21b6ccc9625e21b6125dda3e05455ab223335e027687ec73aa_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:83f2dbd3969b4b21b6ccc9625e21b6125dda3e05455ab223335e027687ec73aa_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:83f2dbd3969b4b21b6ccc9625e21b6125dda3e05455ab223335e027687ec73aa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-resolvers-rhel9@sha256%3A83f2dbd3969b4b21b6ccc9625e21b6125dda3e05455ab223335e027687ec73aa?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774556280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:f6dbed84d2cd1cd90a27b724b9d864a6f3cbcf8446954cb4b45d29204892dee0_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:f6dbed84d2cd1cd90a27b724b9d864a6f3cbcf8446954cb4b45d29204892dee0_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:f6dbed84d2cd1cd90a27b724b9d864a6f3cbcf8446954cb4b45d29204892dee0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-sidecarlogresults-rhel9@sha256%3Af6dbed84d2cd1cd90a27b724b9d864a6f3cbcf8446954cb4b45d29204892dee0?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774556221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:d71639bc6cc02fecbc8e4c14c4b40f1bf1d7e7bffc9499707d340c080ce3b96d_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:d71639bc6cc02fecbc8e4c14c4b40f1bf1d7e7bffc9499707d340c080ce3b96d_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:d71639bc6cc02fecbc8e4c14c4b40f1bf1d7e7bffc9499707d340c080ce3b96d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-webhook-rhel9@sha256%3Ad71639bc6cc02fecbc8e4c14c4b40f1bf1d7e7bffc9499707d340c080ce3b96d?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774556284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:e4c8a6c50518fe1541a557381ffd91483fbbc9976358d1fa23ff032355311213_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:e4c8a6c50518fe1541a557381ffd91483fbbc9976358d1fa23ff032355311213_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:e4c8a6c50518fe1541a557381ffd91483fbbc9976358d1fa23ff032355311213_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-workingdirinit-rhel9@sha256%3Ae4c8a6c50518fe1541a557381ffd91483fbbc9976358d1fa23ff032355311213?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774556263"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:a89b02975a43620f7018f147d072de2782079a1b545cd26e3b340a078c1358bd_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:a89b02975a43620f7018f147d072de2782079a1b545cd26e3b340a078c1358bd_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:a89b02975a43620f7018f147d072de2782079a1b545cd26e3b340a078c1358bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pruner-controller-rhel9@sha256%3Aa89b02975a43620f7018f147d072de2782079a1b545cd26e3b340a078c1358bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:419c213091db002ca4dcf74f2ec20228b6e13f21d270feb1a876b66d68e7c76a_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:419c213091db002ca4dcf74f2ec20228b6e13f21d270feb1a876b66d68e7c76a_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:419c213091db002ca4dcf74f2ec20228b6e13f21d270feb1a876b66d68e7c76a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pruner-webhook-rhel9@sha256%3A419c213091db002ca4dcf74f2ec20228b6e13f21d270feb1a876b66d68e7c76a?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:ec6e788ae24d2d378a4081d999a517b9fc99d15b5b43661e6029504e8b262c2a_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:ec6e788ae24d2d378a4081d999a517b9fc99d15b5b43661e6029504e8b262c2a_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:ec6e788ae24d2d378a4081d999a517b9fc99d15b5b43661e6029504e8b262c2a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-api-rhel9@sha256%3Aec6e788ae24d2d378a4081d999a517b9fc99d15b5b43661e6029504e8b262c2a?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262455"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7a02631e69201d34151d1b31fe5e07cd1757c33040d761914d2045e36788afde_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7a02631e69201d34151d1b31fe5e07cd1757c33040d761914d2045e36788afde_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7a02631e69201d34151d1b31fe5e07cd1757c33040d761914d2045e36788afde_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-retention-policy-agent-rhel9@sha256%3A7a02631e69201d34151d1b31fe5e07cd1757c33040d761914d2045e36788afde?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:16fad428ffa57227dedae33b80490a76e2821dbd86094c57ede151250c40615c_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:16fad428ffa57227dedae33b80490a76e2821dbd86094c57ede151250c40615c_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:16fad428ffa57227dedae33b80490a76e2821dbd86094c57ede151250c40615c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-watcher-rhel9@sha256%3A16fad428ffa57227dedae33b80490a76e2821dbd86094c57ede151250c40615c?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:4e0301cd7836f9f5a20bdb990b94f2fc2bd3694e1f0cdcc663cc267e6baee1c5_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:4e0301cd7836f9f5a20bdb990b94f2fc2bd3694e1f0cdcc663cc267e6baee1c5_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:4e0301cd7836f9f5a20bdb990b94f2fc2bd3694e1f0cdcc663cc267e6baee1c5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-controller-rhel9@sha256%3A4e0301cd7836f9f5a20bdb990b94f2fc2bd3694e1f0cdcc663cc267e6baee1c5?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774260907"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:20acd223228e8eff27bcce21648d1c2238918f9dd3c647bdf57bf209708c1f94_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:20acd223228e8eff27bcce21648d1c2238918f9dd3c647bdf57bf209708c1f94_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:20acd223228e8eff27bcce21648d1c2238918f9dd3c647bdf57bf209708c1f94_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-core-interceptors-rhel9@sha256%3A20acd223228e8eff27bcce21648d1c2238918f9dd3c647bdf57bf209708c1f94?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774260980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:75b5880bb035d41302ac121617e664214073f15c0ffdbd256b1ef4af566fdb13_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:75b5880bb035d41302ac121617e664214073f15c0ffdbd256b1ef4af566fdb13_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:75b5880bb035d41302ac121617e664214073f15c0ffdbd256b1ef4af566fdb13_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-eventlistenersink-rhel9@sha256%3A75b5880bb035d41302ac121617e664214073f15c0ffdbd256b1ef4af566fdb13?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774260987"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:2805c34ef9234dccd06f746b3cd5d1f3ef6af15e92d80de2c9a84b0488f739ac_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:2805c34ef9234dccd06f746b3cd5d1f3ef6af15e92d80de2c9a84b0488f739ac_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:2805c34ef9234dccd06f746b3cd5d1f3ef6af15e92d80de2c9a84b0488f739ac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-webhook-rhel9@sha256%3A2805c34ef9234dccd06f746b3cd5d1f3ef6af15e92d80de2c9a84b0488f739ac?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774260981"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:8ef288bcc668b0dc2f0c9305abe0546f07cf7535cb083495210aa3219ab72dc1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:8ef288bcc668b0dc2f0c9305abe0546f07cf7535cb083495210aa3219ab72dc1_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:8ef288bcc668b0dc2f0c9305abe0546f07cf7535cb083495210aa3219ab72dc1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-console-plugin-rhel9@sha256%3A8ef288bcc668b0dc2f0c9305abe0546f07cf7535cb083495210aa3219ab72dc1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774359402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:28b20c2c3c360e56b42acff0996a6b687c769246a7fc14937c8c7cb55a02ea00_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:28b20c2c3c360e56b42acff0996a6b687c769246a7fc14937c8c7cb55a02ea00_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:28b20c2c3c360e56b42acff0996a6b687c769246a7fc14937c8c7cb55a02ea00_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-controller-rhel9@sha256%3A28b20c2c3c360e56b42acff0996a6b687c769246a7fc14937c8c7cb55a02ea00?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262408"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:471bbd72655a3ae9d7c7a0ccfb55cc1367d03e762278e3cebabca122dd26128a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:471bbd72655a3ae9d7c7a0ccfb55cc1367d03e762278e3cebabca122dd26128a_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:471bbd72655a3ae9d7c7a0ccfb55cc1367d03e762278e3cebabca122dd26128a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-webhook-rhel9@sha256%3A471bbd72655a3ae9d7c7a0ccfb55cc1367d03e762278e3cebabca122dd26128a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:8f40fcd3c9f6bb35ce803aca84fcca52a5638ac3046251630e8681a81aa234f0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:8f40fcd3c9f6bb35ce803aca84fcca52a5638ac3046251630e8681a81aa234f0_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:8f40fcd3c9f6bb35ce803aca84fcca52a5638ac3046251630e8681a81aa234f0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-opc-rhel9@sha256%3A8f40fcd3c9f6bb35ce803aca84fcca52a5638ac3046251630e8681a81aa234f0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774517672"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f4a0c352eaf9b4152a95a865c4f2316cc9ec99e71e5b4bbad5ca7158eebaa545_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f4a0c352eaf9b4152a95a865c4f2316cc9ec99e71e5b4bbad5ca7158eebaa545_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f4a0c352eaf9b4152a95a865c4f2316cc9ec99e71e5b4bbad5ca7158eebaa545_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-rhel9-operator@sha256%3Af4a0c352eaf9b4152a95a865c4f2316cc9ec99e71e5b4bbad5ca7158eebaa545?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774510798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:ba9bc3804dbbf157c559e3cb9822d0b7658b51601a9ca131679e1e801c8cc71e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:ba9bc3804dbbf157c559e3cb9822d0b7658b51601a9ca131679e1e801c8cc71e_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:ba9bc3804dbbf157c559e3cb9822d0b7658b51601a9ca131679e1e801c8cc71e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-proxy-rhel9@sha256%3Aba9bc3804dbbf157c559e3cb9822d0b7658b51601a9ca131679e1e801c8cc71e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774510798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d88c1726f97affb28504e955e87c9bfe2d3a559fdfe355b33e2e0a3fd15292ef_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d88c1726f97affb28504e955e87c9bfe2d3a559fdfe355b33e2e0a3fd15292ef_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d88c1726f97affb28504e955e87c9bfe2d3a559fdfe355b33e2e0a3fd15292ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-webhook-rhel9@sha256%3Ad88c1726f97affb28504e955e87c9bfe2d3a559fdfe355b33e2e0a3fd15292ef?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774510867"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:5a4e6a76cf0684233c00c6fc99f8886d5f56469d3e5180cc66f4a188f27247c3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:5a4e6a76cf0684233c00c6fc99f8886d5f56469d3e5180cc66f4a188f27247c3_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:5a4e6a76cf0684233c00c6fc99f8886d5f56469d3e5180cc66f4a188f27247c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-cli-rhel9@sha256%3A5a4e6a76cf0684233c00c6fc99f8886d5f56469d3e5180cc66f4a188f27247c3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774271891"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb47f22f6aacd520a35b456ee0bf23aeb2cf252e5d1bd88c844aebedf4aae894_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb47f22f6aacd520a35b456ee0bf23aeb2cf252e5d1bd88c844aebedf4aae894_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb47f22f6aacd520a35b456ee0bf23aeb2cf252e5d1bd88c844aebedf4aae894_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-controller-rhel9@sha256%3Abb47f22f6aacd520a35b456ee0bf23aeb2cf252e5d1bd88c844aebedf4aae894?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774271888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:77c4b111fc4272582bfe401498004ae0cc4d34e2a1aae5bbd0ed28697429d81f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:77c4b111fc4272582bfe401498004ae0cc4d34e2a1aae5bbd0ed28697429d81f_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:77c4b111fc4272582bfe401498004ae0cc4d34e2a1aae5bbd0ed28697429d81f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-watcher-rhel9@sha256%3A77c4b111fc4272582bfe401498004ae0cc4d34e2a1aae5bbd0ed28697429d81f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774271825"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:435bfd27be16e9955f93836df23dee04e1193ac3dbd6dee23a5b7fec1cf344a7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:435bfd27be16e9955f93836df23dee04e1193ac3dbd6dee23a5b7fec1cf344a7_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:435bfd27be16e9955f93836df23dee04e1193ac3dbd6dee23a5b7fec1cf344a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-webhook-rhel9@sha256%3A435bfd27be16e9955f93836df23dee04e1193ac3dbd6dee23a5b7fec1cf344a7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774271890"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:978e071bb4a19da655ec8e1479fef100ef05ee8b9a0c75775cd0a8e36ffee7ec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:978e071bb4a19da655ec8e1479fef100ef05ee8b9a0c75775cd0a8e36ffee7ec_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:978e071bb4a19da655ec8e1479fef100ef05ee8b9a0c75775cd0a8e36ffee7ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-serve-tkn-cli-rhel9@sha256%3A978e071bb4a19da655ec8e1479fef100ef05ee8b9a0c75775cd0a8e36ffee7ec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774252909"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:6799cba68b1738f0a7978335634d87f4a7443a70312be654e6997f96e918952b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:6799cba68b1738f0a7978335634d87f4a7443a70312be654e6997f96e918952b_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:6799cba68b1738f0a7978335634d87f4a7443a70312be654e6997f96e918952b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cache-rhel9@sha256%3A6799cba68b1738f0a7978335634d87f4a7443a70312be654e6997f96e918952b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:968593d98e638637f271c74d5b13cd227b8587e013e8d71bc8c7faf25cf031ac_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:968593d98e638637f271c74d5b13cd227b8587e013e8d71bc8c7faf25cf031ac_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:968593d98e638637f271c74d5b13cd227b8587e013e8d71bc8c7faf25cf031ac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-chains-controller-rhel9@sha256%3A968593d98e638637f271c74d5b13cd227b8587e013e8d71bc8c7faf25cf031ac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262437"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:30c78cb17c2dbb124077332e5aba2626fc34833f17d9ffc43265ead4512b1215_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:30c78cb17c2dbb124077332e5aba2626fc34833f17d9ffc43265ead4512b1215_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:30c78cb17c2dbb124077332e5aba2626fc34833f17d9ffc43265ead4512b1215_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cli-tkn-rhel9@sha256%3A30c78cb17c2dbb124077332e5aba2626fc34833f17d9ffc43265ead4512b1215?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:0ccf22fd76c5fe03b06340a925735ff6612b528cd6c4ab642f59d6033d8172d9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:0ccf22fd76c5fe03b06340a925735ff6612b528cd6c4ab642f59d6033d8172d9_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:0ccf22fd76c5fe03b06340a925735ff6612b528cd6c4ab642f59d6033d8172d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-git-init-rhel9@sha256%3A0ccf22fd76c5fe03b06340a925735ff6612b528cd6c4ab642f59d6033d8172d9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774524401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8899f79063b03842eb73b7d3760ca42eb0f5178500437a8707446299f0dde98a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8899f79063b03842eb73b7d3760ca42eb0f5178500437a8707446299f0dde98a_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8899f79063b03842eb73b7d3760ca42eb0f5178500437a8707446299f0dde98a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-api-rhel9@sha256%3A8899f79063b03842eb73b7d3760ca42eb0f5178500437a8707446299f0dde98a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774269962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:9102fe3bafe7314979f3e091aad6ae31647f2fc4e5c078eb8b977fdb88b0ac7b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:9102fe3bafe7314979f3e091aad6ae31647f2fc4e5c078eb8b977fdb88b0ac7b_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:9102fe3bafe7314979f3e091aad6ae31647f2fc4e5c078eb8b977fdb88b0ac7b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-db-migration-rhel9@sha256%3A9102fe3bafe7314979f3e091aad6ae31647f2fc4e5c078eb8b977fdb88b0ac7b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774270015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:81790eab19f22d07ebf9650d08ddcc26a749916372124bab3d0704e52a81e60f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:81790eab19f22d07ebf9650d08ddcc26a749916372124bab3d0704e52a81e60f_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:81790eab19f22d07ebf9650d08ddcc26a749916372124bab3d0704e52a81e60f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-ui-rhel9@sha256%3A81790eab19f22d07ebf9650d08ddcc26a749916372124bab3d0704e52a81e60f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774269970"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:3fcac1d8ade2f968d743f6bcc1d505933746e6dd83878ff2f1656cec005a107c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:3fcac1d8ade2f968d743f6bcc1d505933746e6dd83878ff2f1656cec005a107c_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:3fcac1d8ade2f968d743f6bcc1d505933746e6dd83878ff2f1656cec005a107c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-controller-rhel9@sha256%3A3fcac1d8ade2f968d743f6bcc1d505933746e6dd83878ff2f1656cec005a107c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774556221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:780171539b9e364a5bcee51b4843aebd950d499c75bc579bb78cbc1265a2ff23_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:780171539b9e364a5bcee51b4843aebd950d499c75bc579bb78cbc1265a2ff23_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:780171539b9e364a5bcee51b4843aebd950d499c75bc579bb78cbc1265a2ff23_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-entrypoint-rhel9@sha256%3A780171539b9e364a5bcee51b4843aebd950d499c75bc579bb78cbc1265a2ff23?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774556409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:20db9235bcb1e1e11b6815cd1ab889a6a162713344b9538f679660ad1d8e4b81_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:20db9235bcb1e1e11b6815cd1ab889a6a162713344b9538f679660ad1d8e4b81_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:20db9235bcb1e1e11b6815cd1ab889a6a162713344b9538f679660ad1d8e4b81_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-events-rhel9@sha256%3A20db9235bcb1e1e11b6815cd1ab889a6a162713344b9538f679660ad1d8e4b81?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774556211"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:23bd0d5b696160f8ff23069b4eb0b3418cd1b81722071e94205436adf511fed9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:23bd0d5b696160f8ff23069b4eb0b3418cd1b81722071e94205436adf511fed9_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:23bd0d5b696160f8ff23069b4eb0b3418cd1b81722071e94205436adf511fed9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-nop-rhel9@sha256%3A23bd0d5b696160f8ff23069b4eb0b3418cd1b81722071e94205436adf511fed9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774556286"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:a07e7e6d4072cc76b5406749a2329c46576d4ddc4847a949d36bca15bc2e5222_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:a07e7e6d4072cc76b5406749a2329c46576d4ddc4847a949d36bca15bc2e5222_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:a07e7e6d4072cc76b5406749a2329c46576d4ddc4847a949d36bca15bc2e5222_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-resolvers-rhel9@sha256%3Aa07e7e6d4072cc76b5406749a2329c46576d4ddc4847a949d36bca15bc2e5222?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774556280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c5e5f91ef5f202baeb61bd971806592131b8577e7149b514f15181b394df754a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c5e5f91ef5f202baeb61bd971806592131b8577e7149b514f15181b394df754a_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c5e5f91ef5f202baeb61bd971806592131b8577e7149b514f15181b394df754a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-sidecarlogresults-rhel9@sha256%3Ac5e5f91ef5f202baeb61bd971806592131b8577e7149b514f15181b394df754a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774556221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bad617cc181dc8ee2279babf28ba41c3a65e31b9c7c1aba0c63faf41a48e8f49_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bad617cc181dc8ee2279babf28ba41c3a65e31b9c7c1aba0c63faf41a48e8f49_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bad617cc181dc8ee2279babf28ba41c3a65e31b9c7c1aba0c63faf41a48e8f49_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-webhook-rhel9@sha256%3Abad617cc181dc8ee2279babf28ba41c3a65e31b9c7c1aba0c63faf41a48e8f49?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774556284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:7063147fdc41d0e802b9d8ca3ef0697cf65bc75972a8faef8be3a5baed099734_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:7063147fdc41d0e802b9d8ca3ef0697cf65bc75972a8faef8be3a5baed099734_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:7063147fdc41d0e802b9d8ca3ef0697cf65bc75972a8faef8be3a5baed099734_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-workingdirinit-rhel9@sha256%3A7063147fdc41d0e802b9d8ca3ef0697cf65bc75972a8faef8be3a5baed099734?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774556263"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5e153efbe5e1d4afb38cf5197de7f79e973b496532a8bef31a8ff1d828d4583b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5e153efbe5e1d4afb38cf5197de7f79e973b496532a8bef31a8ff1d828d4583b_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5e153efbe5e1d4afb38cf5197de7f79e973b496532a8bef31a8ff1d828d4583b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pruner-controller-rhel9@sha256%3A5e153efbe5e1d4afb38cf5197de7f79e973b496532a8bef31a8ff1d828d4583b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:505f16334bda7a46f03b8a1dab785152e8be8d4708b61b5c7ab69cc03b4d3e6a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:505f16334bda7a46f03b8a1dab785152e8be8d4708b61b5c7ab69cc03b4d3e6a_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:505f16334bda7a46f03b8a1dab785152e8be8d4708b61b5c7ab69cc03b4d3e6a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pruner-webhook-rhel9@sha256%3A505f16334bda7a46f03b8a1dab785152e8be8d4708b61b5c7ab69cc03b4d3e6a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:8ca6f5875b0494fc6f0bcccb3bd409554f82d5d1729364a26157712637f7910e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:8ca6f5875b0494fc6f0bcccb3bd409554f82d5d1729364a26157712637f7910e_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:8ca6f5875b0494fc6f0bcccb3bd409554f82d5d1729364a26157712637f7910e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-api-rhel9@sha256%3A8ca6f5875b0494fc6f0bcccb3bd409554f82d5d1729364a26157712637f7910e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262455"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d4b3a99025489a5d1da09431578250a7f26fef68c36d1f2011082c2dcbbc530f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d4b3a99025489a5d1da09431578250a7f26fef68c36d1f2011082c2dcbbc530f_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d4b3a99025489a5d1da09431578250a7f26fef68c36d1f2011082c2dcbbc530f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-retention-policy-agent-rhel9@sha256%3Ad4b3a99025489a5d1da09431578250a7f26fef68c36d1f2011082c2dcbbc530f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:cbf1d0cd47405ab5facedf0e224123b8800809d935a044600a971fbf38adf847_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:cbf1d0cd47405ab5facedf0e224123b8800809d935a044600a971fbf38adf847_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:cbf1d0cd47405ab5facedf0e224123b8800809d935a044600a971fbf38adf847_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-watcher-rhel9@sha256%3Acbf1d0cd47405ab5facedf0e224123b8800809d935a044600a971fbf38adf847?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:5f1c56223f81bf342146e01a3cb24c860ab66fe899fd6df2c5213332dab45373_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:5f1c56223f81bf342146e01a3cb24c860ab66fe899fd6df2c5213332dab45373_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:5f1c56223f81bf342146e01a3cb24c860ab66fe899fd6df2c5213332dab45373_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-controller-rhel9@sha256%3A5f1c56223f81bf342146e01a3cb24c860ab66fe899fd6df2c5213332dab45373?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774260907"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d78d2aad8bd05fedfa69e9d85a79eec5d71219086a6ecb21610c0d2c2d883108_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d78d2aad8bd05fedfa69e9d85a79eec5d71219086a6ecb21610c0d2c2d883108_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d78d2aad8bd05fedfa69e9d85a79eec5d71219086a6ecb21610c0d2c2d883108_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-core-interceptors-rhel9@sha256%3Ad78d2aad8bd05fedfa69e9d85a79eec5d71219086a6ecb21610c0d2c2d883108?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774260980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ad33367a8ab31a33fd059c2a9786800904041cda6d407c40c48b1896cf3a6ff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ad33367a8ab31a33fd059c2a9786800904041cda6d407c40c48b1896cf3a6ff_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ad33367a8ab31a33fd059c2a9786800904041cda6d407c40c48b1896cf3a6ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-eventlistenersink-rhel9@sha256%3A5ad33367a8ab31a33fd059c2a9786800904041cda6d407c40c48b1896cf3a6ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774260987"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:ddfdbf73a1baa4c4f0bd59e341d0b4f635fae9a22da9d41a05dff6bca52030e6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:ddfdbf73a1baa4c4f0bd59e341d0b4f635fae9a22da9d41a05dff6bca52030e6_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:ddfdbf73a1baa4c4f0bd59e341d0b4f635fae9a22da9d41a05dff6bca52030e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-webhook-rhel9@sha256%3Addfdbf73a1baa4c4f0bd59e341d0b4f635fae9a22da9d41a05dff6bca52030e6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774260981"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:f99f5612487516a28ca3e63682afa1350fa60307a97f50c086cc1467d155ca58_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:f99f5612487516a28ca3e63682afa1350fa60307a97f50c086cc1467d155ca58_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:f99f5612487516a28ca3e63682afa1350fa60307a97f50c086cc1467d155ca58_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-console-plugin-rhel9@sha256%3Af99f5612487516a28ca3e63682afa1350fa60307a97f50c086cc1467d155ca58?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774359402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:cab14bb7a768d38f19975a5c5fcef67badfb0308661b3c66f8f889cd8a5fd9ba_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:cab14bb7a768d38f19975a5c5fcef67badfb0308661b3c66f8f889cd8a5fd9ba_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:cab14bb7a768d38f19975a5c5fcef67badfb0308661b3c66f8f889cd8a5fd9ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-controller-rhel9@sha256%3Acab14bb7a768d38f19975a5c5fcef67badfb0308661b3c66f8f889cd8a5fd9ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262408"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:22e2915dd729b6d609bb195ff862db3c4b646780fee7c87bba3e53baf2cfcfd4_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:22e2915dd729b6d609bb195ff862db3c4b646780fee7c87bba3e53baf2cfcfd4_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:22e2915dd729b6d609bb195ff862db3c4b646780fee7c87bba3e53baf2cfcfd4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-webhook-rhel9@sha256%3A22e2915dd729b6d609bb195ff862db3c4b646780fee7c87bba3e53baf2cfcfd4?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:b6e38c07e7bd2b7dc59e0471843969eeced05de33d26390b37e15511a4ac21a1_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:b6e38c07e7bd2b7dc59e0471843969eeced05de33d26390b37e15511a4ac21a1_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:b6e38c07e7bd2b7dc59e0471843969eeced05de33d26390b37e15511a4ac21a1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-opc-rhel9@sha256%3Ab6e38c07e7bd2b7dc59e0471843969eeced05de33d26390b37e15511a4ac21a1?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774517672"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:9433ba39e25151440e6d45ed500b3cc19b8bc08980e396f29b17ba4918e7e3bb_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:9433ba39e25151440e6d45ed500b3cc19b8bc08980e396f29b17ba4918e7e3bb_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:9433ba39e25151440e6d45ed500b3cc19b8bc08980e396f29b17ba4918e7e3bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-rhel9-operator@sha256%3A9433ba39e25151440e6d45ed500b3cc19b8bc08980e396f29b17ba4918e7e3bb?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774510798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:fff50c6aec2bb0ff8a8000e7e658d3912888cc2f73c992736ccbae15cd6de44e_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:fff50c6aec2bb0ff8a8000e7e658d3912888cc2f73c992736ccbae15cd6de44e_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:fff50c6aec2bb0ff8a8000e7e658d3912888cc2f73c992736ccbae15cd6de44e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-proxy-rhel9@sha256%3Afff50c6aec2bb0ff8a8000e7e658d3912888cc2f73c992736ccbae15cd6de44e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774510798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:714a1ba8d802ab1b9559c82adb045f8b6e85ccc5873a838ce883f7a2ff45189c_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:714a1ba8d802ab1b9559c82adb045f8b6e85ccc5873a838ce883f7a2ff45189c_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:714a1ba8d802ab1b9559c82adb045f8b6e85ccc5873a838ce883f7a2ff45189c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-webhook-rhel9@sha256%3A714a1ba8d802ab1b9559c82adb045f8b6e85ccc5873a838ce883f7a2ff45189c?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774510867"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:2529d25caab414b2a2c6b44bfd03bede99f4135498c83ad80d4279b10fd744f3_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:2529d25caab414b2a2c6b44bfd03bede99f4135498c83ad80d4279b10fd744f3_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:2529d25caab414b2a2c6b44bfd03bede99f4135498c83ad80d4279b10fd744f3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-cli-rhel9@sha256%3A2529d25caab414b2a2c6b44bfd03bede99f4135498c83ad80d4279b10fd744f3?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774271891"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:1a9080e27653fe834a21a73f8e904106a7b37dc275983f4840f1f89ff6805aaf_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:1a9080e27653fe834a21a73f8e904106a7b37dc275983f4840f1f89ff6805aaf_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:1a9080e27653fe834a21a73f8e904106a7b37dc275983f4840f1f89ff6805aaf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-controller-rhel9@sha256%3A1a9080e27653fe834a21a73f8e904106a7b37dc275983f4840f1f89ff6805aaf?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774271888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:9da8352a0b60f296b6f60875a06b648274890ab706a3aee598286ac48e8cc739_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:9da8352a0b60f296b6f60875a06b648274890ab706a3aee598286ac48e8cc739_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:9da8352a0b60f296b6f60875a06b648274890ab706a3aee598286ac48e8cc739_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-watcher-rhel9@sha256%3A9da8352a0b60f296b6f60875a06b648274890ab706a3aee598286ac48e8cc739?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774271825"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:ce403b2b3387abb801b9b6f2e5afa5767681dff121f52ad37e61b872c92607ff_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:ce403b2b3387abb801b9b6f2e5afa5767681dff121f52ad37e61b872c92607ff_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:ce403b2b3387abb801b9b6f2e5afa5767681dff121f52ad37e61b872c92607ff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-webhook-rhel9@sha256%3Ace403b2b3387abb801b9b6f2e5afa5767681dff121f52ad37e61b872c92607ff?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774271890"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:11267bcccc11feff8ccc8d51b87ded5a74ad05e275be5a61f49d7087d5e3c9fe_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:11267bcccc11feff8ccc8d51b87ded5a74ad05e275be5a61f49d7087d5e3c9fe_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:11267bcccc11feff8ccc8d51b87ded5a74ad05e275be5a61f49d7087d5e3c9fe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-serve-tkn-cli-rhel9@sha256%3A11267bcccc11feff8ccc8d51b87ded5a74ad05e275be5a61f49d7087d5e3c9fe?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774252909"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:fe6e5cd6c9dca5cb5cf20e26f9406abb4bf4dca5a50146e32bc98090ce4a2a67_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:fe6e5cd6c9dca5cb5cf20e26f9406abb4bf4dca5a50146e32bc98090ce4a2a67_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:fe6e5cd6c9dca5cb5cf20e26f9406abb4bf4dca5a50146e32bc98090ce4a2a67_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cache-rhel9@sha256%3Afe6e5cd6c9dca5cb5cf20e26f9406abb4bf4dca5a50146e32bc98090ce4a2a67?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:003246997588f6030f5488d6a0ae50daaf4970a1bb39092d4c762b407ba63d3e_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:003246997588f6030f5488d6a0ae50daaf4970a1bb39092d4c762b407ba63d3e_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:003246997588f6030f5488d6a0ae50daaf4970a1bb39092d4c762b407ba63d3e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-chains-controller-rhel9@sha256%3A003246997588f6030f5488d6a0ae50daaf4970a1bb39092d4c762b407ba63d3e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262437"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:fa64c0d948ac9564dea11cbd94186f00a08c0dac162f5ec7441f9d859d0646bd_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:fa64c0d948ac9564dea11cbd94186f00a08c0dac162f5ec7441f9d859d0646bd_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:fa64c0d948ac9564dea11cbd94186f00a08c0dac162f5ec7441f9d859d0646bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cli-tkn-rhel9@sha256%3Afa64c0d948ac9564dea11cbd94186f00a08c0dac162f5ec7441f9d859d0646bd?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:6d26cf8570d9756eef0edd599a3b0c2c76dadb44daff6fafee52ce1d2d2d024c_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:6d26cf8570d9756eef0edd599a3b0c2c76dadb44daff6fafee52ce1d2d2d024c_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:6d26cf8570d9756eef0edd599a3b0c2c76dadb44daff6fafee52ce1d2d2d024c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-git-init-rhel9@sha256%3A6d26cf8570d9756eef0edd599a3b0c2c76dadb44daff6fafee52ce1d2d2d024c?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774524401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:302cb10cf601e7f553c10b3c70600dbf4b7a6df52f7b323b3ada2eaeadc687af_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:302cb10cf601e7f553c10b3c70600dbf4b7a6df52f7b323b3ada2eaeadc687af_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:302cb10cf601e7f553c10b3c70600dbf4b7a6df52f7b323b3ada2eaeadc687af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-api-rhel9@sha256%3A302cb10cf601e7f553c10b3c70600dbf4b7a6df52f7b323b3ada2eaeadc687af?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774269962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e7673ed4b1300b524124a211afcb46f3a4eee2e72ce37dadf1c45527744637cd_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e7673ed4b1300b524124a211afcb46f3a4eee2e72ce37dadf1c45527744637cd_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e7673ed4b1300b524124a211afcb46f3a4eee2e72ce37dadf1c45527744637cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-db-migration-rhel9@sha256%3Ae7673ed4b1300b524124a211afcb46f3a4eee2e72ce37dadf1c45527744637cd?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774270015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:ca1af79e6d0f6fbee2c1dac1447fe6ea7a1cae978ca741b34a14da5d1e328b1e_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:ca1af79e6d0f6fbee2c1dac1447fe6ea7a1cae978ca741b34a14da5d1e328b1e_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:ca1af79e6d0f6fbee2c1dac1447fe6ea7a1cae978ca741b34a14da5d1e328b1e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-ui-rhel9@sha256%3Aca1af79e6d0f6fbee2c1dac1447fe6ea7a1cae978ca741b34a14da5d1e328b1e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774269970"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:511965e5eb2f3c857864644803d49dceb639ad8190132f21dfd82bae2544b114_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:511965e5eb2f3c857864644803d49dceb639ad8190132f21dfd82bae2544b114_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:511965e5eb2f3c857864644803d49dceb639ad8190132f21dfd82bae2544b114_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-controller-rhel9@sha256%3A511965e5eb2f3c857864644803d49dceb639ad8190132f21dfd82bae2544b114?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774556221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:2d2d1b8900245ac1cc3b8ff363e65aac0c44155961508f4e0b17d7c9ebcfdf9d_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:2d2d1b8900245ac1cc3b8ff363e65aac0c44155961508f4e0b17d7c9ebcfdf9d_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:2d2d1b8900245ac1cc3b8ff363e65aac0c44155961508f4e0b17d7c9ebcfdf9d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-entrypoint-rhel9@sha256%3A2d2d1b8900245ac1cc3b8ff363e65aac0c44155961508f4e0b17d7c9ebcfdf9d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774556409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:94fd1a0b0764991eda81a160f9e4c4087883520c22bb17f9bd9d3167892861cf_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:94fd1a0b0764991eda81a160f9e4c4087883520c22bb17f9bd9d3167892861cf_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:94fd1a0b0764991eda81a160f9e4c4087883520c22bb17f9bd9d3167892861cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-events-rhel9@sha256%3A94fd1a0b0764991eda81a160f9e4c4087883520c22bb17f9bd9d3167892861cf?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774556211"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:7f7c339024b76abcccdcc34a59ad1d09189a22b90342c694019b3fb780772d0a_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:7f7c339024b76abcccdcc34a59ad1d09189a22b90342c694019b3fb780772d0a_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:7f7c339024b76abcccdcc34a59ad1d09189a22b90342c694019b3fb780772d0a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-nop-rhel9@sha256%3A7f7c339024b76abcccdcc34a59ad1d09189a22b90342c694019b3fb780772d0a?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774556286"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:0eeefa13b3b9d1a03e25ec2e3e413bcd3d6d321a6acca853d6201f8943a62894_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:0eeefa13b3b9d1a03e25ec2e3e413bcd3d6d321a6acca853d6201f8943a62894_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:0eeefa13b3b9d1a03e25ec2e3e413bcd3d6d321a6acca853d6201f8943a62894_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-resolvers-rhel9@sha256%3A0eeefa13b3b9d1a03e25ec2e3e413bcd3d6d321a6acca853d6201f8943a62894?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774556280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:43a2ffeff59e7c485d309599e94dcfd00f3f2c36c16b5a8d5b897a8d0748b097_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:43a2ffeff59e7c485d309599e94dcfd00f3f2c36c16b5a8d5b897a8d0748b097_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:43a2ffeff59e7c485d309599e94dcfd00f3f2c36c16b5a8d5b897a8d0748b097_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-sidecarlogresults-rhel9@sha256%3A43a2ffeff59e7c485d309599e94dcfd00f3f2c36c16b5a8d5b897a8d0748b097?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774556221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:7014b398e0d8832ac38f796d3334323bc0460e4c9aceab1223db9e5ccd942f9a_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:7014b398e0d8832ac38f796d3334323bc0460e4c9aceab1223db9e5ccd942f9a_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:7014b398e0d8832ac38f796d3334323bc0460e4c9aceab1223db9e5ccd942f9a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-webhook-rhel9@sha256%3A7014b398e0d8832ac38f796d3334323bc0460e4c9aceab1223db9e5ccd942f9a?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774556284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:61252964a3030475dd7e4745590b61738f7931d886f9cffac422670c0a003412_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:61252964a3030475dd7e4745590b61738f7931d886f9cffac422670c0a003412_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:61252964a3030475dd7e4745590b61738f7931d886f9cffac422670c0a003412_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-workingdirinit-rhel9@sha256%3A61252964a3030475dd7e4745590b61738f7931d886f9cffac422670c0a003412?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774556263"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:6b69e53e501850809c224c3798531167a693569f06e1271046e79e5b2f142caa_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:6b69e53e501850809c224c3798531167a693569f06e1271046e79e5b2f142caa_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:6b69e53e501850809c224c3798531167a693569f06e1271046e79e5b2f142caa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pruner-controller-rhel9@sha256%3A6b69e53e501850809c224c3798531167a693569f06e1271046e79e5b2f142caa?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:843686d61c12e52ee7648547584d9a564796299d0007e0e7aa0c965eb63fc2c1_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:843686d61c12e52ee7648547584d9a564796299d0007e0e7aa0c965eb63fc2c1_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:843686d61c12e52ee7648547584d9a564796299d0007e0e7aa0c965eb63fc2c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pruner-webhook-rhel9@sha256%3A843686d61c12e52ee7648547584d9a564796299d0007e0e7aa0c965eb63fc2c1?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:276278bff88228e7bfd829bc3ed5253317ca1cc653e99e248e06cca923b1559d_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:276278bff88228e7bfd829bc3ed5253317ca1cc653e99e248e06cca923b1559d_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:276278bff88228e7bfd829bc3ed5253317ca1cc653e99e248e06cca923b1559d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-api-rhel9@sha256%3A276278bff88228e7bfd829bc3ed5253317ca1cc653e99e248e06cca923b1559d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262455"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:aefe362f0fed6a1afd682095dc8f588646e0df27137ced95b2eea43276e12249_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:aefe362f0fed6a1afd682095dc8f588646e0df27137ced95b2eea43276e12249_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:aefe362f0fed6a1afd682095dc8f588646e0df27137ced95b2eea43276e12249_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-retention-policy-agent-rhel9@sha256%3Aaefe362f0fed6a1afd682095dc8f588646e0df27137ced95b2eea43276e12249?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:b46fb6f4d8c0a781b153a845f0c46ff3f3c298f5e716494b5361857de034ae7e_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:b46fb6f4d8c0a781b153a845f0c46ff3f3c298f5e716494b5361857de034ae7e_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:b46fb6f4d8c0a781b153a845f0c46ff3f3c298f5e716494b5361857de034ae7e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-watcher-rhel9@sha256%3Ab46fb6f4d8c0a781b153a845f0c46ff3f3c298f5e716494b5361857de034ae7e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:40fa54b1d7bfb904ea7394f4e53727378563b025393438cbfbdbf3c8488697ee_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:40fa54b1d7bfb904ea7394f4e53727378563b025393438cbfbdbf3c8488697ee_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:40fa54b1d7bfb904ea7394f4e53727378563b025393438cbfbdbf3c8488697ee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-controller-rhel9@sha256%3A40fa54b1d7bfb904ea7394f4e53727378563b025393438cbfbdbf3c8488697ee?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774260907"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:c1e66d3e4dc737c1e4645168c57201d767f5f229da12c57d4711f9de010321d7_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:c1e66d3e4dc737c1e4645168c57201d767f5f229da12c57d4711f9de010321d7_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:c1e66d3e4dc737c1e4645168c57201d767f5f229da12c57d4711f9de010321d7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-core-interceptors-rhel9@sha256%3Ac1e66d3e4dc737c1e4645168c57201d767f5f229da12c57d4711f9de010321d7?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774260980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:cb3a3355cf811f942424c39dcdc6dce54b7fb8d716d6ab3f3ceced0c65ef2e20_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:cb3a3355cf811f942424c39dcdc6dce54b7fb8d716d6ab3f3ceced0c65ef2e20_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:cb3a3355cf811f942424c39dcdc6dce54b7fb8d716d6ab3f3ceced0c65ef2e20_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-eventlistenersink-rhel9@sha256%3Acb3a3355cf811f942424c39dcdc6dce54b7fb8d716d6ab3f3ceced0c65ef2e20?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774260987"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:5e04589585e5df83d314346e4c9822e8f2258d21bd85264805479485771ac8dc_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:5e04589585e5df83d314346e4c9822e8f2258d21bd85264805479485771ac8dc_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:5e04589585e5df83d314346e4c9822e8f2258d21bd85264805479485771ac8dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-webhook-rhel9@sha256%3A5e04589585e5df83d314346e4c9822e8f2258d21bd85264805479485771ac8dc?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774260981"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:4e2e9e5bf18f63e584ec8506d96dcc6d0ad1fbdab3c2a5682a46c58ae969cde6_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:4e2e9e5bf18f63e584ec8506d96dcc6d0ad1fbdab3c2a5682a46c58ae969cde6_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:4e2e9e5bf18f63e584ec8506d96dcc6d0ad1fbdab3c2a5682a46c58ae969cde6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-console-plugin-rhel9@sha256%3A4e2e9e5bf18f63e584ec8506d96dcc6d0ad1fbdab3c2a5682a46c58ae969cde6?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774359402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:7860cec4596ee0185e81eab24e601fcec3d94acb4c3505578d4b2b2fc77d7f34_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:7860cec4596ee0185e81eab24e601fcec3d94acb4c3505578d4b2b2fc77d7f34_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:7860cec4596ee0185e81eab24e601fcec3d94acb4c3505578d4b2b2fc77d7f34_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-controller-rhel9@sha256%3A7860cec4596ee0185e81eab24e601fcec3d94acb4c3505578d4b2b2fc77d7f34?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262408"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:fdfc7dec489e55f532bfc91c0a9e695f32f6cb9c90b9e87226339910f996293b_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:fdfc7dec489e55f532bfc91c0a9e695f32f6cb9c90b9e87226339910f996293b_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:fdfc7dec489e55f532bfc91c0a9e695f32f6cb9c90b9e87226339910f996293b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-webhook-rhel9@sha256%3Afdfc7dec489e55f532bfc91c0a9e695f32f6cb9c90b9e87226339910f996293b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:fc14b570389939471ba36f36f8271dcdb6ca39108db6d0d6932b702a6c6cf068_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:fc14b570389939471ba36f36f8271dcdb6ca39108db6d0d6932b702a6c6cf068_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:fc14b570389939471ba36f36f8271dcdb6ca39108db6d0d6932b702a6c6cf068_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-opc-rhel9@sha256%3Afc14b570389939471ba36f36f8271dcdb6ca39108db6d0d6932b702a6c6cf068?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774517672"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:eac770b62d2949b42cfbeb7a2bc68c51ce30cf9d7414c31317360a03470706ac_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:eac770b62d2949b42cfbeb7a2bc68c51ce30cf9d7414c31317360a03470706ac_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:eac770b62d2949b42cfbeb7a2bc68c51ce30cf9d7414c31317360a03470706ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-rhel9-operator@sha256%3Aeac770b62d2949b42cfbeb7a2bc68c51ce30cf9d7414c31317360a03470706ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774510798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:dc54460ccb6195ab7b49dc30c7a5307c797149e972da4f32f8caa3ddb196abcd_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:dc54460ccb6195ab7b49dc30c7a5307c797149e972da4f32f8caa3ddb196abcd_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:dc54460ccb6195ab7b49dc30c7a5307c797149e972da4f32f8caa3ddb196abcd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-proxy-rhel9@sha256%3Adc54460ccb6195ab7b49dc30c7a5307c797149e972da4f32f8caa3ddb196abcd?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774510798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:564a10b40859d67329c06aa3bcbe683b3f3b8f98a7a8171433e9b441ce503487_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:564a10b40859d67329c06aa3bcbe683b3f3b8f98a7a8171433e9b441ce503487_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:564a10b40859d67329c06aa3bcbe683b3f3b8f98a7a8171433e9b441ce503487_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-webhook-rhel9@sha256%3A564a10b40859d67329c06aa3bcbe683b3f3b8f98a7a8171433e9b441ce503487?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774510867"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:9896eec5067bc7fe27e62bf2d57234a862d225b545093fbe79780702791d6d70_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:9896eec5067bc7fe27e62bf2d57234a862d225b545093fbe79780702791d6d70_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:9896eec5067bc7fe27e62bf2d57234a862d225b545093fbe79780702791d6d70_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-cli-rhel9@sha256%3A9896eec5067bc7fe27e62bf2d57234a862d225b545093fbe79780702791d6d70?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774271891"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:34ad7da02b067e8e3c6713ab8a95e0af8626048f115bf1a15740b615fa1d98e0_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:34ad7da02b067e8e3c6713ab8a95e0af8626048f115bf1a15740b615fa1d98e0_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:34ad7da02b067e8e3c6713ab8a95e0af8626048f115bf1a15740b615fa1d98e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-controller-rhel9@sha256%3A34ad7da02b067e8e3c6713ab8a95e0af8626048f115bf1a15740b615fa1d98e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774271888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:0bca8f55fe89bdcf9e122f5c6b43335dbb9e14ffff03fb7fa251a57e7c9d6add_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:0bca8f55fe89bdcf9e122f5c6b43335dbb9e14ffff03fb7fa251a57e7c9d6add_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:0bca8f55fe89bdcf9e122f5c6b43335dbb9e14ffff03fb7fa251a57e7c9d6add_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-watcher-rhel9@sha256%3A0bca8f55fe89bdcf9e122f5c6b43335dbb9e14ffff03fb7fa251a57e7c9d6add?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774271825"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:536e6c5feb0f6fa5d98b59463a9cbd03f078f90b427beb74c659d109845569b5_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:536e6c5feb0f6fa5d98b59463a9cbd03f078f90b427beb74c659d109845569b5_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:536e6c5feb0f6fa5d98b59463a9cbd03f078f90b427beb74c659d109845569b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-webhook-rhel9@sha256%3A536e6c5feb0f6fa5d98b59463a9cbd03f078f90b427beb74c659d109845569b5?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774271890"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a3e7c10029f48aa52d9a83420370edf00dbe8e3db65f6fce7055ddaada5ad748_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a3e7c10029f48aa52d9a83420370edf00dbe8e3db65f6fce7055ddaada5ad748_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a3e7c10029f48aa52d9a83420370edf00dbe8e3db65f6fce7055ddaada5ad748_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-serve-tkn-cli-rhel9@sha256%3Aa3e7c10029f48aa52d9a83420370edf00dbe8e3db65f6fce7055ddaada5ad748?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774252909"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:37e8aa491d789e8d1fc8f3a3af517093c237691ca2ad96b4bc3fdb816aa88df4_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:37e8aa491d789e8d1fc8f3a3af517093c237691ca2ad96b4bc3fdb816aa88df4_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:37e8aa491d789e8d1fc8f3a3af517093c237691ca2ad96b4bc3fdb816aa88df4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cache-rhel9@sha256%3A37e8aa491d789e8d1fc8f3a3af517093c237691ca2ad96b4bc3fdb816aa88df4?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:e589e8566f17e1bf4eed74f3ccd61b2e77d5cab7cb2bb091b76e758e5682a948_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:e589e8566f17e1bf4eed74f3ccd61b2e77d5cab7cb2bb091b76e758e5682a948_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:e589e8566f17e1bf4eed74f3ccd61b2e77d5cab7cb2bb091b76e758e5682a948_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-chains-controller-rhel9@sha256%3Ae589e8566f17e1bf4eed74f3ccd61b2e77d5cab7cb2bb091b76e758e5682a948?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262437"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:f49b06a428800b6ebdf0393694ed0d3e1c698b2844d0948769b6aeef6d5b23ab_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:f49b06a428800b6ebdf0393694ed0d3e1c698b2844d0948769b6aeef6d5b23ab_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:f49b06a428800b6ebdf0393694ed0d3e1c698b2844d0948769b6aeef6d5b23ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cli-tkn-rhel9@sha256%3Af49b06a428800b6ebdf0393694ed0d3e1c698b2844d0948769b6aeef6d5b23ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:3a862b268c575cef875edcc3a7d156481d7fe503eb4550e63450b6f609cc0791_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:3a862b268c575cef875edcc3a7d156481d7fe503eb4550e63450b6f609cc0791_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:3a862b268c575cef875edcc3a7d156481d7fe503eb4550e63450b6f609cc0791_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-git-init-rhel9@sha256%3A3a862b268c575cef875edcc3a7d156481d7fe503eb4550e63450b6f609cc0791?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774524401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:3fb5e6a184df60d669d59ff114577f79fbe84f29ac1da8d85d32a85e77e910e2_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:3fb5e6a184df60d669d59ff114577f79fbe84f29ac1da8d85d32a85e77e910e2_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:3fb5e6a184df60d669d59ff114577f79fbe84f29ac1da8d85d32a85e77e910e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-api-rhel9@sha256%3A3fb5e6a184df60d669d59ff114577f79fbe84f29ac1da8d85d32a85e77e910e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774269962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:a44126d8a296416b3bee29a85d92dbb56ec72e4e44371a060c0c25013c3cbe1e_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:a44126d8a296416b3bee29a85d92dbb56ec72e4e44371a060c0c25013c3cbe1e_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:a44126d8a296416b3bee29a85d92dbb56ec72e4e44371a060c0c25013c3cbe1e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-db-migration-rhel9@sha256%3Aa44126d8a296416b3bee29a85d92dbb56ec72e4e44371a060c0c25013c3cbe1e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774270015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:164dec7917292cb40d17d803782e43f410ac7ca3819df18dad72b3b3b737a68d_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:164dec7917292cb40d17d803782e43f410ac7ca3819df18dad72b3b3b737a68d_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:164dec7917292cb40d17d803782e43f410ac7ca3819df18dad72b3b3b737a68d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-ui-rhel9@sha256%3A164dec7917292cb40d17d803782e43f410ac7ca3819df18dad72b3b3b737a68d?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774269970"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:48cddef1afef357f64e11065ce93392063d5d9c2795cf3b8aaf92d21f54959f4_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:48cddef1afef357f64e11065ce93392063d5d9c2795cf3b8aaf92d21f54959f4_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:48cddef1afef357f64e11065ce93392063d5d9c2795cf3b8aaf92d21f54959f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-controller-rhel9@sha256%3A48cddef1afef357f64e11065ce93392063d5d9c2795cf3b8aaf92d21f54959f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774556221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d9a5e8233a92c81a77adeae8b4b742f8bc234457c0d017131df86c6aa867438c_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d9a5e8233a92c81a77adeae8b4b742f8bc234457c0d017131df86c6aa867438c_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d9a5e8233a92c81a77adeae8b4b742f8bc234457c0d017131df86c6aa867438c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-entrypoint-rhel9@sha256%3Ad9a5e8233a92c81a77adeae8b4b742f8bc234457c0d017131df86c6aa867438c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774556409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:7c35e644ad8d4643bcd661d619894b86eb7461d42295806e91cff5c18fe4551d_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:7c35e644ad8d4643bcd661d619894b86eb7461d42295806e91cff5c18fe4551d_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:7c35e644ad8d4643bcd661d619894b86eb7461d42295806e91cff5c18fe4551d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-events-rhel9@sha256%3A7c35e644ad8d4643bcd661d619894b86eb7461d42295806e91cff5c18fe4551d?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774556211"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4b4ad712fd929cbb0934c9c8627a6957fb3226069efaa334bd1218eec9792935_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4b4ad712fd929cbb0934c9c8627a6957fb3226069efaa334bd1218eec9792935_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4b4ad712fd929cbb0934c9c8627a6957fb3226069efaa334bd1218eec9792935_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-nop-rhel9@sha256%3A4b4ad712fd929cbb0934c9c8627a6957fb3226069efaa334bd1218eec9792935?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774556286"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:5b93bd0916de1b61e21be809471f1b08c82c383acf7c57b9fe7e1afcc155c671_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:5b93bd0916de1b61e21be809471f1b08c82c383acf7c57b9fe7e1afcc155c671_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:5b93bd0916de1b61e21be809471f1b08c82c383acf7c57b9fe7e1afcc155c671_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-resolvers-rhel9@sha256%3A5b93bd0916de1b61e21be809471f1b08c82c383acf7c57b9fe7e1afcc155c671?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774556280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:9cda99dac576e40ed622688dd495e1ffee0dc8d3554c83fabcf3a320ac61e34c_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:9cda99dac576e40ed622688dd495e1ffee0dc8d3554c83fabcf3a320ac61e34c_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:9cda99dac576e40ed622688dd495e1ffee0dc8d3554c83fabcf3a320ac61e34c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-sidecarlogresults-rhel9@sha256%3A9cda99dac576e40ed622688dd495e1ffee0dc8d3554c83fabcf3a320ac61e34c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774556221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:edec38eb8faf0dce8cc0ae29702934250e6cd6f43c97f6babdc256d2916c93fa_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:edec38eb8faf0dce8cc0ae29702934250e6cd6f43c97f6babdc256d2916c93fa_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:edec38eb8faf0dce8cc0ae29702934250e6cd6f43c97f6babdc256d2916c93fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-webhook-rhel9@sha256%3Aedec38eb8faf0dce8cc0ae29702934250e6cd6f43c97f6babdc256d2916c93fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774556284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:641318a3fa75f98b02a361676973adf1b8b211412e97dbbde1305e85287391b8_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:641318a3fa75f98b02a361676973adf1b8b211412e97dbbde1305e85287391b8_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:641318a3fa75f98b02a361676973adf1b8b211412e97dbbde1305e85287391b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-workingdirinit-rhel9@sha256%3A641318a3fa75f98b02a361676973adf1b8b211412e97dbbde1305e85287391b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774556263"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:c34fccd0e1ceb552737963daf0a54a6229f418c91552261e7f4335450d9295f8_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:c34fccd0e1ceb552737963daf0a54a6229f418c91552261e7f4335450d9295f8_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:c34fccd0e1ceb552737963daf0a54a6229f418c91552261e7f4335450d9295f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pruner-controller-rhel9@sha256%3Ac34fccd0e1ceb552737963daf0a54a6229f418c91552261e7f4335450d9295f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:7e1f0b0fce5895cc70716034511a8be924c9112c00fc21b2ce9d8e01298022d3_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:7e1f0b0fce5895cc70716034511a8be924c9112c00fc21b2ce9d8e01298022d3_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:7e1f0b0fce5895cc70716034511a8be924c9112c00fc21b2ce9d8e01298022d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pruner-webhook-rhel9@sha256%3A7e1f0b0fce5895cc70716034511a8be924c9112c00fc21b2ce9d8e01298022d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:5d483319c4fb251488f540b3d8a5ad8cbb44471d055208317b4aca79779bf2f8_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:5d483319c4fb251488f540b3d8a5ad8cbb44471d055208317b4aca79779bf2f8_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:5d483319c4fb251488f540b3d8a5ad8cbb44471d055208317b4aca79779bf2f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-api-rhel9@sha256%3A5d483319c4fb251488f540b3d8a5ad8cbb44471d055208317b4aca79779bf2f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262455"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:597674178bf3dc5329a665375211b412812459a47bcb5e57dbe43e9e0caae164_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:597674178bf3dc5329a665375211b412812459a47bcb5e57dbe43e9e0caae164_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:597674178bf3dc5329a665375211b412812459a47bcb5e57dbe43e9e0caae164_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-retention-policy-agent-rhel9@sha256%3A597674178bf3dc5329a665375211b412812459a47bcb5e57dbe43e9e0caae164?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:8f4bc52cc6c96409b26ff7abd15271bf413418c58e2d947f0402e0d0d26ca964_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:8f4bc52cc6c96409b26ff7abd15271bf413418c58e2d947f0402e0d0d26ca964_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:8f4bc52cc6c96409b26ff7abd15271bf413418c58e2d947f0402e0d0d26ca964_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-watcher-rhel9@sha256%3A8f4bc52cc6c96409b26ff7abd15271bf413418c58e2d947f0402e0d0d26ca964?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774262453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:d533060e31d23112711137094a6727a10ed7a0f6fa6cbf1feb519b32b7f24392_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:d533060e31d23112711137094a6727a10ed7a0f6fa6cbf1feb519b32b7f24392_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:d533060e31d23112711137094a6727a10ed7a0f6fa6cbf1feb519b32b7f24392_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-controller-rhel9@sha256%3Ad533060e31d23112711137094a6727a10ed7a0f6fa6cbf1feb519b32b7f24392?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774260907"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:7a3626165b6ffa8c89bb80f50288c9b10537d920b97c13ba16610e980c713db4_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:7a3626165b6ffa8c89bb80f50288c9b10537d920b97c13ba16610e980c713db4_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:7a3626165b6ffa8c89bb80f50288c9b10537d920b97c13ba16610e980c713db4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-core-interceptors-rhel9@sha256%3A7a3626165b6ffa8c89bb80f50288c9b10537d920b97c13ba16610e980c713db4?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774260980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ff55c60557419d0653b420bd92d9f358f980a408d86d84c813f850681d80331_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ff55c60557419d0653b420bd92d9f358f980a408d86d84c813f850681d80331_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ff55c60557419d0653b420bd92d9f358f980a408d86d84c813f850681d80331_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-eventlistenersink-rhel9@sha256%3A5ff55c60557419d0653b420bd92d9f358f980a408d86d84c813f850681d80331?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774260987"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:97ec0b837f1eaa526d51bd588756d52a267d5992fbb4b3c290b935e067e2e16e_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:97ec0b837f1eaa526d51bd588756d52a267d5992fbb4b3c290b935e067e2e16e_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:97ec0b837f1eaa526d51bd588756d52a267d5992fbb4b3c290b935e067e2e16e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-webhook-rhel9@sha256%3A97ec0b837f1eaa526d51bd588756d52a267d5992fbb4b3c290b935e067e2e16e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774260981"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:2447d379a4ff5ac40fd31a4f598815d195fa6922dcddc8646fb7b0ab1fa2f2c3_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:2447d379a4ff5ac40fd31a4f598815d195fa6922dcddc8646fb7b0ab1fa2f2c3_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:2447d379a4ff5ac40fd31a4f598815d195fa6922dcddc8646fb7b0ab1fa2f2c3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:37e8aa491d789e8d1fc8f3a3af517093c237691ca2ad96b4bc3fdb816aa88df4_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:37e8aa491d789e8d1fc8f3a3af517093c237691ca2ad96b4bc3fdb816aa88df4_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:37e8aa491d789e8d1fc8f3a3af517093c237691ca2ad96b4bc3fdb816aa88df4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:6799cba68b1738f0a7978335634d87f4a7443a70312be654e6997f96e918952b_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:6799cba68b1738f0a7978335634d87f4a7443a70312be654e6997f96e918952b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:6799cba68b1738f0a7978335634d87f4a7443a70312be654e6997f96e918952b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:fe6e5cd6c9dca5cb5cf20e26f9406abb4bf4dca5a50146e32bc98090ce4a2a67_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:fe6e5cd6c9dca5cb5cf20e26f9406abb4bf4dca5a50146e32bc98090ce4a2a67_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:fe6e5cd6c9dca5cb5cf20e26f9406abb4bf4dca5a50146e32bc98090ce4a2a67_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:003246997588f6030f5488d6a0ae50daaf4970a1bb39092d4c762b407ba63d3e_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:003246997588f6030f5488d6a0ae50daaf4970a1bb39092d4c762b407ba63d3e_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:003246997588f6030f5488d6a0ae50daaf4970a1bb39092d4c762b407ba63d3e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:968593d98e638637f271c74d5b13cd227b8587e013e8d71bc8c7faf25cf031ac_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:968593d98e638637f271c74d5b13cd227b8587e013e8d71bc8c7faf25cf031ac_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:968593d98e638637f271c74d5b13cd227b8587e013e8d71bc8c7faf25cf031ac_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ca3a9b04d388b008542e3d6c3ba2bb93f4ec7056fd9e5a7a7a26714d10d293bd_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ca3a9b04d388b008542e3d6c3ba2bb93f4ec7056fd9e5a7a7a26714d10d293bd_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ca3a9b04d388b008542e3d6c3ba2bb93f4ec7056fd9e5a7a7a26714d10d293bd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:e589e8566f17e1bf4eed74f3ccd61b2e77d5cab7cb2bb091b76e758e5682a948_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:e589e8566f17e1bf4eed74f3ccd61b2e77d5cab7cb2bb091b76e758e5682a948_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:e589e8566f17e1bf4eed74f3ccd61b2e77d5cab7cb2bb091b76e758e5682a948_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:30c78cb17c2dbb124077332e5aba2626fc34833f17d9ffc43265ead4512b1215_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:30c78cb17c2dbb124077332e5aba2626fc34833f17d9ffc43265ead4512b1215_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:30c78cb17c2dbb124077332e5aba2626fc34833f17d9ffc43265ead4512b1215_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:7e0b8f06a88f2b7488c2fac5ebaaec362080c613294526998d948f580505d265_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:7e0b8f06a88f2b7488c2fac5ebaaec362080c613294526998d948f580505d265_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:7e0b8f06a88f2b7488c2fac5ebaaec362080c613294526998d948f580505d265_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:f49b06a428800b6ebdf0393694ed0d3e1c698b2844d0948769b6aeef6d5b23ab_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:f49b06a428800b6ebdf0393694ed0d3e1c698b2844d0948769b6aeef6d5b23ab_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:f49b06a428800b6ebdf0393694ed0d3e1c698b2844d0948769b6aeef6d5b23ab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:fa64c0d948ac9564dea11cbd94186f00a08c0dac162f5ec7441f9d859d0646bd_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:fa64c0d948ac9564dea11cbd94186f00a08c0dac162f5ec7441f9d859d0646bd_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:fa64c0d948ac9564dea11cbd94186f00a08c0dac162f5ec7441f9d859d0646bd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:4e2e9e5bf18f63e584ec8506d96dcc6d0ad1fbdab3c2a5682a46c58ae969cde6_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:4e2e9e5bf18f63e584ec8506d96dcc6d0ad1fbdab3c2a5682a46c58ae969cde6_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:4e2e9e5bf18f63e584ec8506d96dcc6d0ad1fbdab3c2a5682a46c58ae969cde6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:77af18020d2d8733ed028dec7fd78c5e9f2dfa2272f352ee45de8f711d93c52e_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:77af18020d2d8733ed028dec7fd78c5e9f2dfa2272f352ee45de8f711d93c52e_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:77af18020d2d8733ed028dec7fd78c5e9f2dfa2272f352ee45de8f711d93c52e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:8ef288bcc668b0dc2f0c9305abe0546f07cf7535cb083495210aa3219ab72dc1_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:8ef288bcc668b0dc2f0c9305abe0546f07cf7535cb083495210aa3219ab72dc1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:8ef288bcc668b0dc2f0c9305abe0546f07cf7535cb083495210aa3219ab72dc1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:f99f5612487516a28ca3e63682afa1350fa60307a97f50c086cc1467d155ca58_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:f99f5612487516a28ca3e63682afa1350fa60307a97f50c086cc1467d155ca58_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:f99f5612487516a28ca3e63682afa1350fa60307a97f50c086cc1467d155ca58_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:3fcac1d8ade2f968d743f6bcc1d505933746e6dd83878ff2f1656cec005a107c_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:3fcac1d8ade2f968d743f6bcc1d505933746e6dd83878ff2f1656cec005a107c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:3fcac1d8ade2f968d743f6bcc1d505933746e6dd83878ff2f1656cec005a107c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:48cddef1afef357f64e11065ce93392063d5d9c2795cf3b8aaf92d21f54959f4_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:48cddef1afef357f64e11065ce93392063d5d9c2795cf3b8aaf92d21f54959f4_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:48cddef1afef357f64e11065ce93392063d5d9c2795cf3b8aaf92d21f54959f4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:511965e5eb2f3c857864644803d49dceb639ad8190132f21dfd82bae2544b114_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:511965e5eb2f3c857864644803d49dceb639ad8190132f21dfd82bae2544b114_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:511965e5eb2f3c857864644803d49dceb639ad8190132f21dfd82bae2544b114_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:f77cef165f2e2b770833ee3532a473d5a1731502aa5936835c25511a2c37d7c1_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:f77cef165f2e2b770833ee3532a473d5a1731502aa5936835c25511a2c37d7c1_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:f77cef165f2e2b770833ee3532a473d5a1731502aa5936835c25511a2c37d7c1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:2d2d1b8900245ac1cc3b8ff363e65aac0c44155961508f4e0b17d7c9ebcfdf9d_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:2d2d1b8900245ac1cc3b8ff363e65aac0c44155961508f4e0b17d7c9ebcfdf9d_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:2d2d1b8900245ac1cc3b8ff363e65aac0c44155961508f4e0b17d7c9ebcfdf9d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:780171539b9e364a5bcee51b4843aebd950d499c75bc579bb78cbc1265a2ff23_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:780171539b9e364a5bcee51b4843aebd950d499c75bc579bb78cbc1265a2ff23_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:780171539b9e364a5bcee51b4843aebd950d499c75bc579bb78cbc1265a2ff23_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d9a5e8233a92c81a77adeae8b4b742f8bc234457c0d017131df86c6aa867438c_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d9a5e8233a92c81a77adeae8b4b742f8bc234457c0d017131df86c6aa867438c_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d9a5e8233a92c81a77adeae8b4b742f8bc234457c0d017131df86c6aa867438c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:f6553c2db04c86384e30e9bfaea8d4270f19bab9afd7869d27032fe38534b295_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:f6553c2db04c86384e30e9bfaea8d4270f19bab9afd7869d27032fe38534b295_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:f6553c2db04c86384e30e9bfaea8d4270f19bab9afd7869d27032fe38534b295_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:20db9235bcb1e1e11b6815cd1ab889a6a162713344b9538f679660ad1d8e4b81_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:20db9235bcb1e1e11b6815cd1ab889a6a162713344b9538f679660ad1d8e4b81_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:20db9235bcb1e1e11b6815cd1ab889a6a162713344b9538f679660ad1d8e4b81_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:7c35e644ad8d4643bcd661d619894b86eb7461d42295806e91cff5c18fe4551d_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:7c35e644ad8d4643bcd661d619894b86eb7461d42295806e91cff5c18fe4551d_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:7c35e644ad8d4643bcd661d619894b86eb7461d42295806e91cff5c18fe4551d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:875b5369e4d5d2ed1e55d39eb0d7a42694324643f0b4bbcfb2be762a0e17719f_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:875b5369e4d5d2ed1e55d39eb0d7a42694324643f0b4bbcfb2be762a0e17719f_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:875b5369e4d5d2ed1e55d39eb0d7a42694324643f0b4bbcfb2be762a0e17719f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:94fd1a0b0764991eda81a160f9e4c4087883520c22bb17f9bd9d3167892861cf_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:94fd1a0b0764991eda81a160f9e4c4087883520c22bb17f9bd9d3167892861cf_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:94fd1a0b0764991eda81a160f9e4c4087883520c22bb17f9bd9d3167892861cf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:0ccf22fd76c5fe03b06340a925735ff6612b528cd6c4ab642f59d6033d8172d9_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:0ccf22fd76c5fe03b06340a925735ff6612b528cd6c4ab642f59d6033d8172d9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:0ccf22fd76c5fe03b06340a925735ff6612b528cd6c4ab642f59d6033d8172d9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:3a862b268c575cef875edcc3a7d156481d7fe503eb4550e63450b6f609cc0791_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:3a862b268c575cef875edcc3a7d156481d7fe503eb4550e63450b6f609cc0791_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:3a862b268c575cef875edcc3a7d156481d7fe503eb4550e63450b6f609cc0791_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:6d26cf8570d9756eef0edd599a3b0c2c76dadb44daff6fafee52ce1d2d2d024c_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:6d26cf8570d9756eef0edd599a3b0c2c76dadb44daff6fafee52ce1d2d2d024c_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:6d26cf8570d9756eef0edd599a3b0c2c76dadb44daff6fafee52ce1d2d2d024c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:cc5b019293d3aa0f3543982e1900021fcac0568c28e757f60a9e6849c81509c8_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:cc5b019293d3aa0f3543982e1900021fcac0568c28e757f60a9e6849c81509c8_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:cc5b019293d3aa0f3543982e1900021fcac0568c28e757f60a9e6849c81509c8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:302cb10cf601e7f553c10b3c70600dbf4b7a6df52f7b323b3ada2eaeadc687af_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:302cb10cf601e7f553c10b3c70600dbf4b7a6df52f7b323b3ada2eaeadc687af_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:302cb10cf601e7f553c10b3c70600dbf4b7a6df52f7b323b3ada2eaeadc687af_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:3fb5e6a184df60d669d59ff114577f79fbe84f29ac1da8d85d32a85e77e910e2_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:3fb5e6a184df60d669d59ff114577f79fbe84f29ac1da8d85d32a85e77e910e2_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:3fb5e6a184df60d669d59ff114577f79fbe84f29ac1da8d85d32a85e77e910e2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8899f79063b03842eb73b7d3760ca42eb0f5178500437a8707446299f0dde98a_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8899f79063b03842eb73b7d3760ca42eb0f5178500437a8707446299f0dde98a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8899f79063b03842eb73b7d3760ca42eb0f5178500437a8707446299f0dde98a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8b6607ca56b500ef61f9cce62230baad7c4d3781271b4a9ef28b14cf39f67d43_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8b6607ca56b500ef61f9cce62230baad7c4d3781271b4a9ef28b14cf39f67d43_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8b6607ca56b500ef61f9cce62230baad7c4d3781271b4a9ef28b14cf39f67d43_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:86050e03be5c049d0d8ca28f193f138b6d97b4af3d6aa902135d89cc09f2bbb6_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:86050e03be5c049d0d8ca28f193f138b6d97b4af3d6aa902135d89cc09f2bbb6_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:86050e03be5c049d0d8ca28f193f138b6d97b4af3d6aa902135d89cc09f2bbb6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:9102fe3bafe7314979f3e091aad6ae31647f2fc4e5c078eb8b977fdb88b0ac7b_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:9102fe3bafe7314979f3e091aad6ae31647f2fc4e5c078eb8b977fdb88b0ac7b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:9102fe3bafe7314979f3e091aad6ae31647f2fc4e5c078eb8b977fdb88b0ac7b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:a44126d8a296416b3bee29a85d92dbb56ec72e4e44371a060c0c25013c3cbe1e_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:a44126d8a296416b3bee29a85d92dbb56ec72e4e44371a060c0c25013c3cbe1e_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:a44126d8a296416b3bee29a85d92dbb56ec72e4e44371a060c0c25013c3cbe1e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e7673ed4b1300b524124a211afcb46f3a4eee2e72ce37dadf1c45527744637cd_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e7673ed4b1300b524124a211afcb46f3a4eee2e72ce37dadf1c45527744637cd_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e7673ed4b1300b524124a211afcb46f3a4eee2e72ce37dadf1c45527744637cd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:164dec7917292cb40d17d803782e43f410ac7ca3819df18dad72b3b3b737a68d_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:164dec7917292cb40d17d803782e43f410ac7ca3819df18dad72b3b3b737a68d_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:164dec7917292cb40d17d803782e43f410ac7ca3819df18dad72b3b3b737a68d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:81790eab19f22d07ebf9650d08ddcc26a749916372124bab3d0704e52a81e60f_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:81790eab19f22d07ebf9650d08ddcc26a749916372124bab3d0704e52a81e60f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:81790eab19f22d07ebf9650d08ddcc26a749916372124bab3d0704e52a81e60f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:95fbee884172f5289c20974a97d9d41200992cbbe4af5144261611ab56fea406_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:95fbee884172f5289c20974a97d9d41200992cbbe4af5144261611ab56fea406_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:95fbee884172f5289c20974a97d9d41200992cbbe4af5144261611ab56fea406_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:ca1af79e6d0f6fbee2c1dac1447fe6ea7a1cae978ca741b34a14da5d1e328b1e_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:ca1af79e6d0f6fbee2c1dac1447fe6ea7a1cae978ca741b34a14da5d1e328b1e_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:ca1af79e6d0f6fbee2c1dac1447fe6ea7a1cae978ca741b34a14da5d1e328b1e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:28b20c2c3c360e56b42acff0996a6b687c769246a7fc14937c8c7cb55a02ea00_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:28b20c2c3c360e56b42acff0996a6b687c769246a7fc14937c8c7cb55a02ea00_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:28b20c2c3c360e56b42acff0996a6b687c769246a7fc14937c8c7cb55a02ea00_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:7860cec4596ee0185e81eab24e601fcec3d94acb4c3505578d4b2b2fc77d7f34_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:7860cec4596ee0185e81eab24e601fcec3d94acb4c3505578d4b2b2fc77d7f34_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:7860cec4596ee0185e81eab24e601fcec3d94acb4c3505578d4b2b2fc77d7f34_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:8359a8e5295b020ae1bdbb51c587f54ca724916a5d541be253ea0c212e47988b_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:8359a8e5295b020ae1bdbb51c587f54ca724916a5d541be253ea0c212e47988b_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:8359a8e5295b020ae1bdbb51c587f54ca724916a5d541be253ea0c212e47988b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:cab14bb7a768d38f19975a5c5fcef67badfb0308661b3c66f8f889cd8a5fd9ba_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:cab14bb7a768d38f19975a5c5fcef67badfb0308661b3c66f8f889cd8a5fd9ba_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:cab14bb7a768d38f19975a5c5fcef67badfb0308661b3c66f8f889cd8a5fd9ba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:22e2915dd729b6d609bb195ff862db3c4b646780fee7c87bba3e53baf2cfcfd4_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:22e2915dd729b6d609bb195ff862db3c4b646780fee7c87bba3e53baf2cfcfd4_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:22e2915dd729b6d609bb195ff862db3c4b646780fee7c87bba3e53baf2cfcfd4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:471bbd72655a3ae9d7c7a0ccfb55cc1367d03e762278e3cebabca122dd26128a_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:471bbd72655a3ae9d7c7a0ccfb55cc1367d03e762278e3cebabca122dd26128a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:471bbd72655a3ae9d7c7a0ccfb55cc1367d03e762278e3cebabca122dd26128a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:6045b0945c97d9e8e6b335484e6b20d0e9201acb30517f5937c3ccf5f2fcfa4b_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:6045b0945c97d9e8e6b335484e6b20d0e9201acb30517f5937c3ccf5f2fcfa4b_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:6045b0945c97d9e8e6b335484e6b20d0e9201acb30517f5937c3ccf5f2fcfa4b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:fdfc7dec489e55f532bfc91c0a9e695f32f6cb9c90b9e87226339910f996293b_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:fdfc7dec489e55f532bfc91c0a9e695f32f6cb9c90b9e87226339910f996293b_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:fdfc7dec489e55f532bfc91c0a9e695f32f6cb9c90b9e87226339910f996293b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:23bd0d5b696160f8ff23069b4eb0b3418cd1b81722071e94205436adf511fed9_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:23bd0d5b696160f8ff23069b4eb0b3418cd1b81722071e94205436adf511fed9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:23bd0d5b696160f8ff23069b4eb0b3418cd1b81722071e94205436adf511fed9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4b4ad712fd929cbb0934c9c8627a6957fb3226069efaa334bd1218eec9792935_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4b4ad712fd929cbb0934c9c8627a6957fb3226069efaa334bd1218eec9792935_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4b4ad712fd929cbb0934c9c8627a6957fb3226069efaa334bd1218eec9792935_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:7f7c339024b76abcccdcc34a59ad1d09189a22b90342c694019b3fb780772d0a_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:7f7c339024b76abcccdcc34a59ad1d09189a22b90342c694019b3fb780772d0a_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:7f7c339024b76abcccdcc34a59ad1d09189a22b90342c694019b3fb780772d0a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d7d5e33d6d124625f1a9b10e8ffd5d0b0fbad8a762aa4988bffd4a4282903c45_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d7d5e33d6d124625f1a9b10e8ffd5d0b0fbad8a762aa4988bffd4a4282903c45_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d7d5e33d6d124625f1a9b10e8ffd5d0b0fbad8a762aa4988bffd4a4282903c45_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:551c81710c8cf5976be6eeeea97837a1629ab39557582cec96cd24e8ffef9981_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:551c81710c8cf5976be6eeeea97837a1629ab39557582cec96cd24e8ffef9981_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:551c81710c8cf5976be6eeeea97837a1629ab39557582cec96cd24e8ffef9981_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:8f40fcd3c9f6bb35ce803aca84fcca52a5638ac3046251630e8681a81aa234f0_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:8f40fcd3c9f6bb35ce803aca84fcca52a5638ac3046251630e8681a81aa234f0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:8f40fcd3c9f6bb35ce803aca84fcca52a5638ac3046251630e8681a81aa234f0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:b6e38c07e7bd2b7dc59e0471843969eeced05de33d26390b37e15511a4ac21a1_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:b6e38c07e7bd2b7dc59e0471843969eeced05de33d26390b37e15511a4ac21a1_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:b6e38c07e7bd2b7dc59e0471843969eeced05de33d26390b37e15511a4ac21a1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:fc14b570389939471ba36f36f8271dcdb6ca39108db6d0d6932b702a6c6cf068_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:fc14b570389939471ba36f36f8271dcdb6ca39108db6d0d6932b702a6c6cf068_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:fc14b570389939471ba36f36f8271dcdb6ca39108db6d0d6932b702a6c6cf068_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:af3b603b8e3be9fb551010ca99b59a29ee874ea2175970fe2711604ca9172329_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:af3b603b8e3be9fb551010ca99b59a29ee874ea2175970fe2711604ca9172329_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:af3b603b8e3be9fb551010ca99b59a29ee874ea2175970fe2711604ca9172329_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:ba9bc3804dbbf157c559e3cb9822d0b7658b51601a9ca131679e1e801c8cc71e_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:ba9bc3804dbbf157c559e3cb9822d0b7658b51601a9ca131679e1e801c8cc71e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:ba9bc3804dbbf157c559e3cb9822d0b7658b51601a9ca131679e1e801c8cc71e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:dc54460ccb6195ab7b49dc30c7a5307c797149e972da4f32f8caa3ddb196abcd_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:dc54460ccb6195ab7b49dc30c7a5307c797149e972da4f32f8caa3ddb196abcd_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:dc54460ccb6195ab7b49dc30c7a5307c797149e972da4f32f8caa3ddb196abcd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:fff50c6aec2bb0ff8a8000e7e658d3912888cc2f73c992736ccbae15cd6de44e_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:fff50c6aec2bb0ff8a8000e7e658d3912888cc2f73c992736ccbae15cd6de44e_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:fff50c6aec2bb0ff8a8000e7e658d3912888cc2f73c992736ccbae15cd6de44e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:564a10b40859d67329c06aa3bcbe683b3f3b8f98a7a8171433e9b441ce503487_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:564a10b40859d67329c06aa3bcbe683b3f3b8f98a7a8171433e9b441ce503487_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:564a10b40859d67329c06aa3bcbe683b3f3b8f98a7a8171433e9b441ce503487_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:714a1ba8d802ab1b9559c82adb045f8b6e85ccc5873a838ce883f7a2ff45189c_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:714a1ba8d802ab1b9559c82adb045f8b6e85ccc5873a838ce883f7a2ff45189c_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:714a1ba8d802ab1b9559c82adb045f8b6e85ccc5873a838ce883f7a2ff45189c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d521f37d24961e2d7b935cac6fc3e10e9150ab2a67a515b545a476cec39f2199_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d521f37d24961e2d7b935cac6fc3e10e9150ab2a67a515b545a476cec39f2199_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d521f37d24961e2d7b935cac6fc3e10e9150ab2a67a515b545a476cec39f2199_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d88c1726f97affb28504e955e87c9bfe2d3a559fdfe355b33e2e0a3fd15292ef_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d88c1726f97affb28504e955e87c9bfe2d3a559fdfe355b33e2e0a3fd15292ef_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d88c1726f97affb28504e955e87c9bfe2d3a559fdfe355b33e2e0a3fd15292ef_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:2529d25caab414b2a2c6b44bfd03bede99f4135498c83ad80d4279b10fd744f3_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:2529d25caab414b2a2c6b44bfd03bede99f4135498c83ad80d4279b10fd744f3_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:2529d25caab414b2a2c6b44bfd03bede99f4135498c83ad80d4279b10fd744f3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:41c248f089c5cb86cae4e8d95df3677494983841bfb2646c485614ae3d38a3a7_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:41c248f089c5cb86cae4e8d95df3677494983841bfb2646c485614ae3d38a3a7_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:41c248f089c5cb86cae4e8d95df3677494983841bfb2646c485614ae3d38a3a7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:5a4e6a76cf0684233c00c6fc99f8886d5f56469d3e5180cc66f4a188f27247c3_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:5a4e6a76cf0684233c00c6fc99f8886d5f56469d3e5180cc66f4a188f27247c3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:5a4e6a76cf0684233c00c6fc99f8886d5f56469d3e5180cc66f4a188f27247c3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:9896eec5067bc7fe27e62bf2d57234a862d225b545093fbe79780702791d6d70_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:9896eec5067bc7fe27e62bf2d57234a862d225b545093fbe79780702791d6d70_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:9896eec5067bc7fe27e62bf2d57234a862d225b545093fbe79780702791d6d70_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:1a9080e27653fe834a21a73f8e904106a7b37dc275983f4840f1f89ff6805aaf_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:1a9080e27653fe834a21a73f8e904106a7b37dc275983f4840f1f89ff6805aaf_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:1a9080e27653fe834a21a73f8e904106a7b37dc275983f4840f1f89ff6805aaf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:34ad7da02b067e8e3c6713ab8a95e0af8626048f115bf1a15740b615fa1d98e0_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:34ad7da02b067e8e3c6713ab8a95e0af8626048f115bf1a15740b615fa1d98e0_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:34ad7da02b067e8e3c6713ab8a95e0af8626048f115bf1a15740b615fa1d98e0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:8b02d97ad727f416efb6b94292d45bcbf2f75f7feec315816f86f97fdb21d929_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:8b02d97ad727f416efb6b94292d45bcbf2f75f7feec315816f86f97fdb21d929_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:8b02d97ad727f416efb6b94292d45bcbf2f75f7feec315816f86f97fdb21d929_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb47f22f6aacd520a35b456ee0bf23aeb2cf252e5d1bd88c844aebedf4aae894_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb47f22f6aacd520a35b456ee0bf23aeb2cf252e5d1bd88c844aebedf4aae894_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb47f22f6aacd520a35b456ee0bf23aeb2cf252e5d1bd88c844aebedf4aae894_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:0bca8f55fe89bdcf9e122f5c6b43335dbb9e14ffff03fb7fa251a57e7c9d6add_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:0bca8f55fe89bdcf9e122f5c6b43335dbb9e14ffff03fb7fa251a57e7c9d6add_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:0bca8f55fe89bdcf9e122f5c6b43335dbb9e14ffff03fb7fa251a57e7c9d6add_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:77c4b111fc4272582bfe401498004ae0cc4d34e2a1aae5bbd0ed28697429d81f_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:77c4b111fc4272582bfe401498004ae0cc4d34e2a1aae5bbd0ed28697429d81f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:77c4b111fc4272582bfe401498004ae0cc4d34e2a1aae5bbd0ed28697429d81f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:9da8352a0b60f296b6f60875a06b648274890ab706a3aee598286ac48e8cc739_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:9da8352a0b60f296b6f60875a06b648274890ab706a3aee598286ac48e8cc739_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:9da8352a0b60f296b6f60875a06b648274890ab706a3aee598286ac48e8cc739_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d4973e6d761878f0432a9076a7a68f307ac83f7f35d68b13def41a24a4bdd0ab_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d4973e6d761878f0432a9076a7a68f307ac83f7f35d68b13def41a24a4bdd0ab_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d4973e6d761878f0432a9076a7a68f307ac83f7f35d68b13def41a24a4bdd0ab_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:435bfd27be16e9955f93836df23dee04e1193ac3dbd6dee23a5b7fec1cf344a7_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:435bfd27be16e9955f93836df23dee04e1193ac3dbd6dee23a5b7fec1cf344a7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:435bfd27be16e9955f93836df23dee04e1193ac3dbd6dee23a5b7fec1cf344a7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:536e6c5feb0f6fa5d98b59463a9cbd03f078f90b427beb74c659d109845569b5_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:536e6c5feb0f6fa5d98b59463a9cbd03f078f90b427beb74c659d109845569b5_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:536e6c5feb0f6fa5d98b59463a9cbd03f078f90b427beb74c659d109845569b5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:575b09d25000a80e01a6cdd5fa8f9e0a0bc4c8b18eb585eef9b14fb63019d29b_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:575b09d25000a80e01a6cdd5fa8f9e0a0bc4c8b18eb585eef9b14fb63019d29b_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:575b09d25000a80e01a6cdd5fa8f9e0a0bc4c8b18eb585eef9b14fb63019d29b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:ce403b2b3387abb801b9b6f2e5afa5767681dff121f52ad37e61b872c92607ff_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:ce403b2b3387abb801b9b6f2e5afa5767681dff121f52ad37e61b872c92607ff_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:ce403b2b3387abb801b9b6f2e5afa5767681dff121f52ad37e61b872c92607ff_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5e153efbe5e1d4afb38cf5197de7f79e973b496532a8bef31a8ff1d828d4583b_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5e153efbe5e1d4afb38cf5197de7f79e973b496532a8bef31a8ff1d828d4583b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5e153efbe5e1d4afb38cf5197de7f79e973b496532a8bef31a8ff1d828d4583b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:6b69e53e501850809c224c3798531167a693569f06e1271046e79e5b2f142caa_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:6b69e53e501850809c224c3798531167a693569f06e1271046e79e5b2f142caa_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:6b69e53e501850809c224c3798531167a693569f06e1271046e79e5b2f142caa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:a89b02975a43620f7018f147d072de2782079a1b545cd26e3b340a078c1358bd_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:a89b02975a43620f7018f147d072de2782079a1b545cd26e3b340a078c1358bd_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:a89b02975a43620f7018f147d072de2782079a1b545cd26e3b340a078c1358bd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:c34fccd0e1ceb552737963daf0a54a6229f418c91552261e7f4335450d9295f8_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:c34fccd0e1ceb552737963daf0a54a6229f418c91552261e7f4335450d9295f8_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:c34fccd0e1ceb552737963daf0a54a6229f418c91552261e7f4335450d9295f8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:419c213091db002ca4dcf74f2ec20228b6e13f21d270feb1a876b66d68e7c76a_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:419c213091db002ca4dcf74f2ec20228b6e13f21d270feb1a876b66d68e7c76a_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:419c213091db002ca4dcf74f2ec20228b6e13f21d270feb1a876b66d68e7c76a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:505f16334bda7a46f03b8a1dab785152e8be8d4708b61b5c7ab69cc03b4d3e6a_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:505f16334bda7a46f03b8a1dab785152e8be8d4708b61b5c7ab69cc03b4d3e6a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:505f16334bda7a46f03b8a1dab785152e8be8d4708b61b5c7ab69cc03b4d3e6a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:7e1f0b0fce5895cc70716034511a8be924c9112c00fc21b2ce9d8e01298022d3_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:7e1f0b0fce5895cc70716034511a8be924c9112c00fc21b2ce9d8e01298022d3_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:7e1f0b0fce5895cc70716034511a8be924c9112c00fc21b2ce9d8e01298022d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:843686d61c12e52ee7648547584d9a564796299d0007e0e7aa0c965eb63fc2c1_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:843686d61c12e52ee7648547584d9a564796299d0007e0e7aa0c965eb63fc2c1_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:843686d61c12e52ee7648547584d9a564796299d0007e0e7aa0c965eb63fc2c1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:0eeefa13b3b9d1a03e25ec2e3e413bcd3d6d321a6acca853d6201f8943a62894_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:0eeefa13b3b9d1a03e25ec2e3e413bcd3d6d321a6acca853d6201f8943a62894_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:0eeefa13b3b9d1a03e25ec2e3e413bcd3d6d321a6acca853d6201f8943a62894_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:5b93bd0916de1b61e21be809471f1b08c82c383acf7c57b9fe7e1afcc155c671_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:5b93bd0916de1b61e21be809471f1b08c82c383acf7c57b9fe7e1afcc155c671_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:5b93bd0916de1b61e21be809471f1b08c82c383acf7c57b9fe7e1afcc155c671_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:83f2dbd3969b4b21b6ccc9625e21b6125dda3e05455ab223335e027687ec73aa_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:83f2dbd3969b4b21b6ccc9625e21b6125dda3e05455ab223335e027687ec73aa_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:83f2dbd3969b4b21b6ccc9625e21b6125dda3e05455ab223335e027687ec73aa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:a07e7e6d4072cc76b5406749a2329c46576d4ddc4847a949d36bca15bc2e5222_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:a07e7e6d4072cc76b5406749a2329c46576d4ddc4847a949d36bca15bc2e5222_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:a07e7e6d4072cc76b5406749a2329c46576d4ddc4847a949d36bca15bc2e5222_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:276278bff88228e7bfd829bc3ed5253317ca1cc653e99e248e06cca923b1559d_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:276278bff88228e7bfd829bc3ed5253317ca1cc653e99e248e06cca923b1559d_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:276278bff88228e7bfd829bc3ed5253317ca1cc653e99e248e06cca923b1559d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:5d483319c4fb251488f540b3d8a5ad8cbb44471d055208317b4aca79779bf2f8_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:5d483319c4fb251488f540b3d8a5ad8cbb44471d055208317b4aca79779bf2f8_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:5d483319c4fb251488f540b3d8a5ad8cbb44471d055208317b4aca79779bf2f8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:8ca6f5875b0494fc6f0bcccb3bd409554f82d5d1729364a26157712637f7910e_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:8ca6f5875b0494fc6f0bcccb3bd409554f82d5d1729364a26157712637f7910e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:8ca6f5875b0494fc6f0bcccb3bd409554f82d5d1729364a26157712637f7910e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:ec6e788ae24d2d378a4081d999a517b9fc99d15b5b43661e6029504e8b262c2a_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:ec6e788ae24d2d378a4081d999a517b9fc99d15b5b43661e6029504e8b262c2a_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:ec6e788ae24d2d378a4081d999a517b9fc99d15b5b43661e6029504e8b262c2a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:597674178bf3dc5329a665375211b412812459a47bcb5e57dbe43e9e0caae164_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:597674178bf3dc5329a665375211b412812459a47bcb5e57dbe43e9e0caae164_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:597674178bf3dc5329a665375211b412812459a47bcb5e57dbe43e9e0caae164_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7a02631e69201d34151d1b31fe5e07cd1757c33040d761914d2045e36788afde_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7a02631e69201d34151d1b31fe5e07cd1757c33040d761914d2045e36788afde_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7a02631e69201d34151d1b31fe5e07cd1757c33040d761914d2045e36788afde_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:aefe362f0fed6a1afd682095dc8f588646e0df27137ced95b2eea43276e12249_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:aefe362f0fed6a1afd682095dc8f588646e0df27137ced95b2eea43276e12249_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:aefe362f0fed6a1afd682095dc8f588646e0df27137ced95b2eea43276e12249_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d4b3a99025489a5d1da09431578250a7f26fef68c36d1f2011082c2dcbbc530f_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d4b3a99025489a5d1da09431578250a7f26fef68c36d1f2011082c2dcbbc530f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d4b3a99025489a5d1da09431578250a7f26fef68c36d1f2011082c2dcbbc530f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:16fad428ffa57227dedae33b80490a76e2821dbd86094c57ede151250c40615c_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:16fad428ffa57227dedae33b80490a76e2821dbd86094c57ede151250c40615c_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:16fad428ffa57227dedae33b80490a76e2821dbd86094c57ede151250c40615c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:8f4bc52cc6c96409b26ff7abd15271bf413418c58e2d947f0402e0d0d26ca964_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:8f4bc52cc6c96409b26ff7abd15271bf413418c58e2d947f0402e0d0d26ca964_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:8f4bc52cc6c96409b26ff7abd15271bf413418c58e2d947f0402e0d0d26ca964_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:b46fb6f4d8c0a781b153a845f0c46ff3f3c298f5e716494b5361857de034ae7e_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:b46fb6f4d8c0a781b153a845f0c46ff3f3c298f5e716494b5361857de034ae7e_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:b46fb6f4d8c0a781b153a845f0c46ff3f3c298f5e716494b5361857de034ae7e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:cbf1d0cd47405ab5facedf0e224123b8800809d935a044600a971fbf38adf847_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:cbf1d0cd47405ab5facedf0e224123b8800809d935a044600a971fbf38adf847_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:cbf1d0cd47405ab5facedf0e224123b8800809d935a044600a971fbf38adf847_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:9433ba39e25151440e6d45ed500b3cc19b8bc08980e396f29b17ba4918e7e3bb_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:9433ba39e25151440e6d45ed500b3cc19b8bc08980e396f29b17ba4918e7e3bb_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:9433ba39e25151440e6d45ed500b3cc19b8bc08980e396f29b17ba4918e7e3bb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:a2ba4e91f29919518d20395145e76570238be34a1cf3fdb95458f43d6530b1ce_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:a2ba4e91f29919518d20395145e76570238be34a1cf3fdb95458f43d6530b1ce_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:a2ba4e91f29919518d20395145e76570238be34a1cf3fdb95458f43d6530b1ce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:eac770b62d2949b42cfbeb7a2bc68c51ce30cf9d7414c31317360a03470706ac_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:eac770b62d2949b42cfbeb7a2bc68c51ce30cf9d7414c31317360a03470706ac_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:eac770b62d2949b42cfbeb7a2bc68c51ce30cf9d7414c31317360a03470706ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f4a0c352eaf9b4152a95a865c4f2316cc9ec99e71e5b4bbad5ca7158eebaa545_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f4a0c352eaf9b4152a95a865c4f2316cc9ec99e71e5b4bbad5ca7158eebaa545_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f4a0c352eaf9b4152a95a865c4f2316cc9ec99e71e5b4bbad5ca7158eebaa545_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:11267bcccc11feff8ccc8d51b87ded5a74ad05e275be5a61f49d7087d5e3c9fe_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:11267bcccc11feff8ccc8d51b87ded5a74ad05e275be5a61f49d7087d5e3c9fe_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:11267bcccc11feff8ccc8d51b87ded5a74ad05e275be5a61f49d7087d5e3c9fe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6cf0cf175e361f28277a7c7287bc589d0874d3f5c1012ef4d3d09fc05528a20b_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6cf0cf175e361f28277a7c7287bc589d0874d3f5c1012ef4d3d09fc05528a20b_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6cf0cf175e361f28277a7c7287bc589d0874d3f5c1012ef4d3d09fc05528a20b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:978e071bb4a19da655ec8e1479fef100ef05ee8b9a0c75775cd0a8e36ffee7ec_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:978e071bb4a19da655ec8e1479fef100ef05ee8b9a0c75775cd0a8e36ffee7ec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:978e071bb4a19da655ec8e1479fef100ef05ee8b9a0c75775cd0a8e36ffee7ec_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a3e7c10029f48aa52d9a83420370edf00dbe8e3db65f6fce7055ddaada5ad748_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a3e7c10029f48aa52d9a83420370edf00dbe8e3db65f6fce7055ddaada5ad748_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a3e7c10029f48aa52d9a83420370edf00dbe8e3db65f6fce7055ddaada5ad748_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:43a2ffeff59e7c485d309599e94dcfd00f3f2c36c16b5a8d5b897a8d0748b097_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:43a2ffeff59e7c485d309599e94dcfd00f3f2c36c16b5a8d5b897a8d0748b097_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:43a2ffeff59e7c485d309599e94dcfd00f3f2c36c16b5a8d5b897a8d0748b097_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:9cda99dac576e40ed622688dd495e1ffee0dc8d3554c83fabcf3a320ac61e34c_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:9cda99dac576e40ed622688dd495e1ffee0dc8d3554c83fabcf3a320ac61e34c_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:9cda99dac576e40ed622688dd495e1ffee0dc8d3554c83fabcf3a320ac61e34c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c5e5f91ef5f202baeb61bd971806592131b8577e7149b514f15181b394df754a_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c5e5f91ef5f202baeb61bd971806592131b8577e7149b514f15181b394df754a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c5e5f91ef5f202baeb61bd971806592131b8577e7149b514f15181b394df754a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:f6dbed84d2cd1cd90a27b724b9d864a6f3cbcf8446954cb4b45d29204892dee0_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:f6dbed84d2cd1cd90a27b724b9d864a6f3cbcf8446954cb4b45d29204892dee0_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:f6dbed84d2cd1cd90a27b724b9d864a6f3cbcf8446954cb4b45d29204892dee0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:40fa54b1d7bfb904ea7394f4e53727378563b025393438cbfbdbf3c8488697ee_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:40fa54b1d7bfb904ea7394f4e53727378563b025393438cbfbdbf3c8488697ee_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:40fa54b1d7bfb904ea7394f4e53727378563b025393438cbfbdbf3c8488697ee_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:4e0301cd7836f9f5a20bdb990b94f2fc2bd3694e1f0cdcc663cc267e6baee1c5_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:4e0301cd7836f9f5a20bdb990b94f2fc2bd3694e1f0cdcc663cc267e6baee1c5_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:4e0301cd7836f9f5a20bdb990b94f2fc2bd3694e1f0cdcc663cc267e6baee1c5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:5f1c56223f81bf342146e01a3cb24c860ab66fe899fd6df2c5213332dab45373_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:5f1c56223f81bf342146e01a3cb24c860ab66fe899fd6df2c5213332dab45373_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:5f1c56223f81bf342146e01a3cb24c860ab66fe899fd6df2c5213332dab45373_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:d533060e31d23112711137094a6727a10ed7a0f6fa6cbf1feb519b32b7f24392_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:d533060e31d23112711137094a6727a10ed7a0f6fa6cbf1feb519b32b7f24392_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:d533060e31d23112711137094a6727a10ed7a0f6fa6cbf1feb519b32b7f24392_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:20acd223228e8eff27bcce21648d1c2238918f9dd3c647bdf57bf209708c1f94_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:20acd223228e8eff27bcce21648d1c2238918f9dd3c647bdf57bf209708c1f94_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:20acd223228e8eff27bcce21648d1c2238918f9dd3c647bdf57bf209708c1f94_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:7a3626165b6ffa8c89bb80f50288c9b10537d920b97c13ba16610e980c713db4_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:7a3626165b6ffa8c89bb80f50288c9b10537d920b97c13ba16610e980c713db4_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:7a3626165b6ffa8c89bb80f50288c9b10537d920b97c13ba16610e980c713db4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:c1e66d3e4dc737c1e4645168c57201d767f5f229da12c57d4711f9de010321d7_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:c1e66d3e4dc737c1e4645168c57201d767f5f229da12c57d4711f9de010321d7_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:c1e66d3e4dc737c1e4645168c57201d767f5f229da12c57d4711f9de010321d7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d78d2aad8bd05fedfa69e9d85a79eec5d71219086a6ecb21610c0d2c2d883108_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d78d2aad8bd05fedfa69e9d85a79eec5d71219086a6ecb21610c0d2c2d883108_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d78d2aad8bd05fedfa69e9d85a79eec5d71219086a6ecb21610c0d2c2d883108_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ad33367a8ab31a33fd059c2a9786800904041cda6d407c40c48b1896cf3a6ff_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ad33367a8ab31a33fd059c2a9786800904041cda6d407c40c48b1896cf3a6ff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ad33367a8ab31a33fd059c2a9786800904041cda6d407c40c48b1896cf3a6ff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ff55c60557419d0653b420bd92d9f358f980a408d86d84c813f850681d80331_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ff55c60557419d0653b420bd92d9f358f980a408d86d84c813f850681d80331_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ff55c60557419d0653b420bd92d9f358f980a408d86d84c813f850681d80331_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:75b5880bb035d41302ac121617e664214073f15c0ffdbd256b1ef4af566fdb13_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:75b5880bb035d41302ac121617e664214073f15c0ffdbd256b1ef4af566fdb13_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:75b5880bb035d41302ac121617e664214073f15c0ffdbd256b1ef4af566fdb13_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:cb3a3355cf811f942424c39dcdc6dce54b7fb8d716d6ab3f3ceced0c65ef2e20_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:cb3a3355cf811f942424c39dcdc6dce54b7fb8d716d6ab3f3ceced0c65ef2e20_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:cb3a3355cf811f942424c39dcdc6dce54b7fb8d716d6ab3f3ceced0c65ef2e20_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:2805c34ef9234dccd06f746b3cd5d1f3ef6af15e92d80de2c9a84b0488f739ac_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:2805c34ef9234dccd06f746b3cd5d1f3ef6af15e92d80de2c9a84b0488f739ac_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:2805c34ef9234dccd06f746b3cd5d1f3ef6af15e92d80de2c9a84b0488f739ac_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:5e04589585e5df83d314346e4c9822e8f2258d21bd85264805479485771ac8dc_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:5e04589585e5df83d314346e4c9822e8f2258d21bd85264805479485771ac8dc_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:5e04589585e5df83d314346e4c9822e8f2258d21bd85264805479485771ac8dc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:97ec0b837f1eaa526d51bd588756d52a267d5992fbb4b3c290b935e067e2e16e_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:97ec0b837f1eaa526d51bd588756d52a267d5992fbb4b3c290b935e067e2e16e_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:97ec0b837f1eaa526d51bd588756d52a267d5992fbb4b3c290b935e067e2e16e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:ddfdbf73a1baa4c4f0bd59e341d0b4f635fae9a22da9d41a05dff6bca52030e6_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:ddfdbf73a1baa4c4f0bd59e341d0b4f635fae9a22da9d41a05dff6bca52030e6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:ddfdbf73a1baa4c4f0bd59e341d0b4f635fae9a22da9d41a05dff6bca52030e6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:7014b398e0d8832ac38f796d3334323bc0460e4c9aceab1223db9e5ccd942f9a_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:7014b398e0d8832ac38f796d3334323bc0460e4c9aceab1223db9e5ccd942f9a_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:7014b398e0d8832ac38f796d3334323bc0460e4c9aceab1223db9e5ccd942f9a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bad617cc181dc8ee2279babf28ba41c3a65e31b9c7c1aba0c63faf41a48e8f49_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bad617cc181dc8ee2279babf28ba41c3a65e31b9c7c1aba0c63faf41a48e8f49_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bad617cc181dc8ee2279babf28ba41c3a65e31b9c7c1aba0c63faf41a48e8f49_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:d71639bc6cc02fecbc8e4c14c4b40f1bf1d7e7bffc9499707d340c080ce3b96d_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:d71639bc6cc02fecbc8e4c14c4b40f1bf1d7e7bffc9499707d340c080ce3b96d_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:d71639bc6cc02fecbc8e4c14c4b40f1bf1d7e7bffc9499707d340c080ce3b96d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:edec38eb8faf0dce8cc0ae29702934250e6cd6f43c97f6babdc256d2916c93fa_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:edec38eb8faf0dce8cc0ae29702934250e6cd6f43c97f6babdc256d2916c93fa_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:edec38eb8faf0dce8cc0ae29702934250e6cd6f43c97f6babdc256d2916c93fa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:61252964a3030475dd7e4745590b61738f7931d886f9cffac422670c0a003412_s390x as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:61252964a3030475dd7e4745590b61738f7931d886f9cffac422670c0a003412_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:61252964a3030475dd7e4745590b61738f7931d886f9cffac422670c0a003412_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:641318a3fa75f98b02a361676973adf1b8b211412e97dbbde1305e85287391b8_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:641318a3fa75f98b02a361676973adf1b8b211412e97dbbde1305e85287391b8_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:641318a3fa75f98b02a361676973adf1b8b211412e97dbbde1305e85287391b8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:7063147fdc41d0e802b9d8ca3ef0697cf65bc75972a8faef8be3a5baed099734_ppc64le as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:7063147fdc41d0e802b9d8ca3ef0697cf65bc75972a8faef8be3a5baed099734_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:7063147fdc41d0e802b9d8ca3ef0697cf65bc75972a8faef8be3a5baed099734_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:e4c8a6c50518fe1541a557381ffd91483fbbc9976358d1fa23ff032355311213_arm64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:e4c8a6c50518fe1541a557381ffd91483fbbc9976358d1fa23ff032355311213_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:e4c8a6c50518fe1541a557381ffd91483fbbc9976358d1fa23ff032355311213_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:2447d379a4ff5ac40fd31a4f598815d195fa6922dcddc8646fb7b0ab1fa2f2c3_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:37e8aa491d789e8d1fc8f3a3af517093c237691ca2ad96b4bc3fdb816aa88df4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:6799cba68b1738f0a7978335634d87f4a7443a70312be654e6997f96e918952b_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:fe6e5cd6c9dca5cb5cf20e26f9406abb4bf4dca5a50146e32bc98090ce4a2a67_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:003246997588f6030f5488d6a0ae50daaf4970a1bb39092d4c762b407ba63d3e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:968593d98e638637f271c74d5b13cd227b8587e013e8d71bc8c7faf25cf031ac_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ca3a9b04d388b008542e3d6c3ba2bb93f4ec7056fd9e5a7a7a26714d10d293bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:e589e8566f17e1bf4eed74f3ccd61b2e77d5cab7cb2bb091b76e758e5682a948_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:4e2e9e5bf18f63e584ec8506d96dcc6d0ad1fbdab3c2a5682a46c58ae969cde6_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:77af18020d2d8733ed028dec7fd78c5e9f2dfa2272f352ee45de8f711d93c52e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:8ef288bcc668b0dc2f0c9305abe0546f07cf7535cb083495210aa3219ab72dc1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:f99f5612487516a28ca3e63682afa1350fa60307a97f50c086cc1467d155ca58_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:3fcac1d8ade2f968d743f6bcc1d505933746e6dd83878ff2f1656cec005a107c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:48cddef1afef357f64e11065ce93392063d5d9c2795cf3b8aaf92d21f54959f4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:511965e5eb2f3c857864644803d49dceb639ad8190132f21dfd82bae2544b114_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:f77cef165f2e2b770833ee3532a473d5a1731502aa5936835c25511a2c37d7c1_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:2d2d1b8900245ac1cc3b8ff363e65aac0c44155961508f4e0b17d7c9ebcfdf9d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:780171539b9e364a5bcee51b4843aebd950d499c75bc579bb78cbc1265a2ff23_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d9a5e8233a92c81a77adeae8b4b742f8bc234457c0d017131df86c6aa867438c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:f6553c2db04c86384e30e9bfaea8d4270f19bab9afd7869d27032fe38534b295_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:20db9235bcb1e1e11b6815cd1ab889a6a162713344b9538f679660ad1d8e4b81_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:7c35e644ad8d4643bcd661d619894b86eb7461d42295806e91cff5c18fe4551d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:875b5369e4d5d2ed1e55d39eb0d7a42694324643f0b4bbcfb2be762a0e17719f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:94fd1a0b0764991eda81a160f9e4c4087883520c22bb17f9bd9d3167892861cf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:0ccf22fd76c5fe03b06340a925735ff6612b528cd6c4ab642f59d6033d8172d9_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:3a862b268c575cef875edcc3a7d156481d7fe503eb4550e63450b6f609cc0791_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:6d26cf8570d9756eef0edd599a3b0c2c76dadb44daff6fafee52ce1d2d2d024c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:cc5b019293d3aa0f3543982e1900021fcac0568c28e757f60a9e6849c81509c8_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:302cb10cf601e7f553c10b3c70600dbf4b7a6df52f7b323b3ada2eaeadc687af_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:3fb5e6a184df60d669d59ff114577f79fbe84f29ac1da8d85d32a85e77e910e2_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8899f79063b03842eb73b7d3760ca42eb0f5178500437a8707446299f0dde98a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8b6607ca56b500ef61f9cce62230baad7c4d3781271b4a9ef28b14cf39f67d43_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:86050e03be5c049d0d8ca28f193f138b6d97b4af3d6aa902135d89cc09f2bbb6_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:9102fe3bafe7314979f3e091aad6ae31647f2fc4e5c078eb8b977fdb88b0ac7b_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:a44126d8a296416b3bee29a85d92dbb56ec72e4e44371a060c0c25013c3cbe1e_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e7673ed4b1300b524124a211afcb46f3a4eee2e72ce37dadf1c45527744637cd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:164dec7917292cb40d17d803782e43f410ac7ca3819df18dad72b3b3b737a68d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:81790eab19f22d07ebf9650d08ddcc26a749916372124bab3d0704e52a81e60f_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:95fbee884172f5289c20974a97d9d41200992cbbe4af5144261611ab56fea406_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:ca1af79e6d0f6fbee2c1dac1447fe6ea7a1cae978ca741b34a14da5d1e328b1e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:28b20c2c3c360e56b42acff0996a6b687c769246a7fc14937c8c7cb55a02ea00_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:7860cec4596ee0185e81eab24e601fcec3d94acb4c3505578d4b2b2fc77d7f34_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:8359a8e5295b020ae1bdbb51c587f54ca724916a5d541be253ea0c212e47988b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:cab14bb7a768d38f19975a5c5fcef67badfb0308661b3c66f8f889cd8a5fd9ba_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:22e2915dd729b6d609bb195ff862db3c4b646780fee7c87bba3e53baf2cfcfd4_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:471bbd72655a3ae9d7c7a0ccfb55cc1367d03e762278e3cebabca122dd26128a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:6045b0945c97d9e8e6b335484e6b20d0e9201acb30517f5937c3ccf5f2fcfa4b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:fdfc7dec489e55f532bfc91c0a9e695f32f6cb9c90b9e87226339910f996293b_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:23bd0d5b696160f8ff23069b4eb0b3418cd1b81722071e94205436adf511fed9_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4b4ad712fd929cbb0934c9c8627a6957fb3226069efaa334bd1218eec9792935_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:7f7c339024b76abcccdcc34a59ad1d09189a22b90342c694019b3fb780772d0a_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d7d5e33d6d124625f1a9b10e8ffd5d0b0fbad8a762aa4988bffd4a4282903c45_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:551c81710c8cf5976be6eeeea97837a1629ab39557582cec96cd24e8ffef9981_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:8f40fcd3c9f6bb35ce803aca84fcca52a5638ac3046251630e8681a81aa234f0_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:b6e38c07e7bd2b7dc59e0471843969eeced05de33d26390b37e15511a4ac21a1_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:fc14b570389939471ba36f36f8271dcdb6ca39108db6d0d6932b702a6c6cf068_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:af3b603b8e3be9fb551010ca99b59a29ee874ea2175970fe2711604ca9172329_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:ba9bc3804dbbf157c559e3cb9822d0b7658b51601a9ca131679e1e801c8cc71e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:dc54460ccb6195ab7b49dc30c7a5307c797149e972da4f32f8caa3ddb196abcd_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:fff50c6aec2bb0ff8a8000e7e658d3912888cc2f73c992736ccbae15cd6de44e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:564a10b40859d67329c06aa3bcbe683b3f3b8f98a7a8171433e9b441ce503487_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:714a1ba8d802ab1b9559c82adb045f8b6e85ccc5873a838ce883f7a2ff45189c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d521f37d24961e2d7b935cac6fc3e10e9150ab2a67a515b545a476cec39f2199_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d88c1726f97affb28504e955e87c9bfe2d3a559fdfe355b33e2e0a3fd15292ef_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:2529d25caab414b2a2c6b44bfd03bede99f4135498c83ad80d4279b10fd744f3_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:41c248f089c5cb86cae4e8d95df3677494983841bfb2646c485614ae3d38a3a7_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:5a4e6a76cf0684233c00c6fc99f8886d5f56469d3e5180cc66f4a188f27247c3_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:9896eec5067bc7fe27e62bf2d57234a862d225b545093fbe79780702791d6d70_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:1a9080e27653fe834a21a73f8e904106a7b37dc275983f4840f1f89ff6805aaf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:34ad7da02b067e8e3c6713ab8a95e0af8626048f115bf1a15740b615fa1d98e0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:8b02d97ad727f416efb6b94292d45bcbf2f75f7feec315816f86f97fdb21d929_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb47f22f6aacd520a35b456ee0bf23aeb2cf252e5d1bd88c844aebedf4aae894_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:0bca8f55fe89bdcf9e122f5c6b43335dbb9e14ffff03fb7fa251a57e7c9d6add_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:77c4b111fc4272582bfe401498004ae0cc4d34e2a1aae5bbd0ed28697429d81f_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:9da8352a0b60f296b6f60875a06b648274890ab706a3aee598286ac48e8cc739_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d4973e6d761878f0432a9076a7a68f307ac83f7f35d68b13def41a24a4bdd0ab_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:435bfd27be16e9955f93836df23dee04e1193ac3dbd6dee23a5b7fec1cf344a7_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:536e6c5feb0f6fa5d98b59463a9cbd03f078f90b427beb74c659d109845569b5_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:575b09d25000a80e01a6cdd5fa8f9e0a0bc4c8b18eb585eef9b14fb63019d29b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:ce403b2b3387abb801b9b6f2e5afa5767681dff121f52ad37e61b872c92607ff_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5e153efbe5e1d4afb38cf5197de7f79e973b496532a8bef31a8ff1d828d4583b_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:6b69e53e501850809c224c3798531167a693569f06e1271046e79e5b2f142caa_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:a89b02975a43620f7018f147d072de2782079a1b545cd26e3b340a078c1358bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:c34fccd0e1ceb552737963daf0a54a6229f418c91552261e7f4335450d9295f8_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:419c213091db002ca4dcf74f2ec20228b6e13f21d270feb1a876b66d68e7c76a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:505f16334bda7a46f03b8a1dab785152e8be8d4708b61b5c7ab69cc03b4d3e6a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:7e1f0b0fce5895cc70716034511a8be924c9112c00fc21b2ce9d8e01298022d3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:843686d61c12e52ee7648547584d9a564796299d0007e0e7aa0c965eb63fc2c1_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:0eeefa13b3b9d1a03e25ec2e3e413bcd3d6d321a6acca853d6201f8943a62894_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:5b93bd0916de1b61e21be809471f1b08c82c383acf7c57b9fe7e1afcc155c671_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:83f2dbd3969b4b21b6ccc9625e21b6125dda3e05455ab223335e027687ec73aa_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:a07e7e6d4072cc76b5406749a2329c46576d4ddc4847a949d36bca15bc2e5222_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:276278bff88228e7bfd829bc3ed5253317ca1cc653e99e248e06cca923b1559d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:5d483319c4fb251488f540b3d8a5ad8cbb44471d055208317b4aca79779bf2f8_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:8ca6f5875b0494fc6f0bcccb3bd409554f82d5d1729364a26157712637f7910e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:ec6e788ae24d2d378a4081d999a517b9fc99d15b5b43661e6029504e8b262c2a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:597674178bf3dc5329a665375211b412812459a47bcb5e57dbe43e9e0caae164_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7a02631e69201d34151d1b31fe5e07cd1757c33040d761914d2045e36788afde_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:aefe362f0fed6a1afd682095dc8f588646e0df27137ced95b2eea43276e12249_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d4b3a99025489a5d1da09431578250a7f26fef68c36d1f2011082c2dcbbc530f_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:16fad428ffa57227dedae33b80490a76e2821dbd86094c57ede151250c40615c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:8f4bc52cc6c96409b26ff7abd15271bf413418c58e2d947f0402e0d0d26ca964_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:b46fb6f4d8c0a781b153a845f0c46ff3f3c298f5e716494b5361857de034ae7e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:cbf1d0cd47405ab5facedf0e224123b8800809d935a044600a971fbf38adf847_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:9433ba39e25151440e6d45ed500b3cc19b8bc08980e396f29b17ba4918e7e3bb_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:a2ba4e91f29919518d20395145e76570238be34a1cf3fdb95458f43d6530b1ce_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:eac770b62d2949b42cfbeb7a2bc68c51ce30cf9d7414c31317360a03470706ac_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f4a0c352eaf9b4152a95a865c4f2316cc9ec99e71e5b4bbad5ca7158eebaa545_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:11267bcccc11feff8ccc8d51b87ded5a74ad05e275be5a61f49d7087d5e3c9fe_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6cf0cf175e361f28277a7c7287bc589d0874d3f5c1012ef4d3d09fc05528a20b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:978e071bb4a19da655ec8e1479fef100ef05ee8b9a0c75775cd0a8e36ffee7ec_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a3e7c10029f48aa52d9a83420370edf00dbe8e3db65f6fce7055ddaada5ad748_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:43a2ffeff59e7c485d309599e94dcfd00f3f2c36c16b5a8d5b897a8d0748b097_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:9cda99dac576e40ed622688dd495e1ffee0dc8d3554c83fabcf3a320ac61e34c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c5e5f91ef5f202baeb61bd971806592131b8577e7149b514f15181b394df754a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:f6dbed84d2cd1cd90a27b724b9d864a6f3cbcf8446954cb4b45d29204892dee0_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:40fa54b1d7bfb904ea7394f4e53727378563b025393438cbfbdbf3c8488697ee_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:4e0301cd7836f9f5a20bdb990b94f2fc2bd3694e1f0cdcc663cc267e6baee1c5_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:5f1c56223f81bf342146e01a3cb24c860ab66fe899fd6df2c5213332dab45373_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:d533060e31d23112711137094a6727a10ed7a0f6fa6cbf1feb519b32b7f24392_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:20acd223228e8eff27bcce21648d1c2238918f9dd3c647bdf57bf209708c1f94_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:7a3626165b6ffa8c89bb80f50288c9b10537d920b97c13ba16610e980c713db4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:c1e66d3e4dc737c1e4645168c57201d767f5f229da12c57d4711f9de010321d7_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d78d2aad8bd05fedfa69e9d85a79eec5d71219086a6ecb21610c0d2c2d883108_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ad33367a8ab31a33fd059c2a9786800904041cda6d407c40c48b1896cf3a6ff_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ff55c60557419d0653b420bd92d9f358f980a408d86d84c813f850681d80331_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:75b5880bb035d41302ac121617e664214073f15c0ffdbd256b1ef4af566fdb13_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:cb3a3355cf811f942424c39dcdc6dce54b7fb8d716d6ab3f3ceced0c65ef2e20_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:2805c34ef9234dccd06f746b3cd5d1f3ef6af15e92d80de2c9a84b0488f739ac_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:5e04589585e5df83d314346e4c9822e8f2258d21bd85264805479485771ac8dc_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:97ec0b837f1eaa526d51bd588756d52a267d5992fbb4b3c290b935e067e2e16e_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:ddfdbf73a1baa4c4f0bd59e341d0b4f635fae9a22da9d41a05dff6bca52030e6_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:7014b398e0d8832ac38f796d3334323bc0460e4c9aceab1223db9e5ccd942f9a_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bad617cc181dc8ee2279babf28ba41c3a65e31b9c7c1aba0c63faf41a48e8f49_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:d71639bc6cc02fecbc8e4c14c4b40f1bf1d7e7bffc9499707d340c080ce3b96d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:edec38eb8faf0dce8cc0ae29702934250e6cd6f43c97f6babdc256d2916c93fa_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:61252964a3030475dd7e4745590b61738f7931d886f9cffac422670c0a003412_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:641318a3fa75f98b02a361676973adf1b8b211412e97dbbde1305e85287391b8_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:7063147fdc41d0e802b9d8ca3ef0697cf65bc75972a8faef8be3a5baed099734_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:e4c8a6c50518fe1541a557381ffd91483fbbc9976358d1fa23ff032355311213_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:30c78cb17c2dbb124077332e5aba2626fc34833f17d9ffc43265ead4512b1215_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:7e0b8f06a88f2b7488c2fac5ebaaec362080c613294526998d948f580505d265_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:f49b06a428800b6ebdf0393694ed0d3e1c698b2844d0948769b6aeef6d5b23ab_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:fa64c0d948ac9564dea11cbd94186f00a08c0dac162f5ec7441f9d859d0646bd_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:2447d379a4ff5ac40fd31a4f598815d195fa6922dcddc8646fb7b0ab1fa2f2c3_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:37e8aa491d789e8d1fc8f3a3af517093c237691ca2ad96b4bc3fdb816aa88df4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:6799cba68b1738f0a7978335634d87f4a7443a70312be654e6997f96e918952b_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:fe6e5cd6c9dca5cb5cf20e26f9406abb4bf4dca5a50146e32bc98090ce4a2a67_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:003246997588f6030f5488d6a0ae50daaf4970a1bb39092d4c762b407ba63d3e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:968593d98e638637f271c74d5b13cd227b8587e013e8d71bc8c7faf25cf031ac_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ca3a9b04d388b008542e3d6c3ba2bb93f4ec7056fd9e5a7a7a26714d10d293bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:e589e8566f17e1bf4eed74f3ccd61b2e77d5cab7cb2bb091b76e758e5682a948_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:4e2e9e5bf18f63e584ec8506d96dcc6d0ad1fbdab3c2a5682a46c58ae969cde6_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:77af18020d2d8733ed028dec7fd78c5e9f2dfa2272f352ee45de8f711d93c52e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:8ef288bcc668b0dc2f0c9305abe0546f07cf7535cb083495210aa3219ab72dc1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:f99f5612487516a28ca3e63682afa1350fa60307a97f50c086cc1467d155ca58_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:3fcac1d8ade2f968d743f6bcc1d505933746e6dd83878ff2f1656cec005a107c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:48cddef1afef357f64e11065ce93392063d5d9c2795cf3b8aaf92d21f54959f4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:511965e5eb2f3c857864644803d49dceb639ad8190132f21dfd82bae2544b114_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:f77cef165f2e2b770833ee3532a473d5a1731502aa5936835c25511a2c37d7c1_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:2d2d1b8900245ac1cc3b8ff363e65aac0c44155961508f4e0b17d7c9ebcfdf9d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:780171539b9e364a5bcee51b4843aebd950d499c75bc579bb78cbc1265a2ff23_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d9a5e8233a92c81a77adeae8b4b742f8bc234457c0d017131df86c6aa867438c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:f6553c2db04c86384e30e9bfaea8d4270f19bab9afd7869d27032fe38534b295_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:20db9235bcb1e1e11b6815cd1ab889a6a162713344b9538f679660ad1d8e4b81_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:7c35e644ad8d4643bcd661d619894b86eb7461d42295806e91cff5c18fe4551d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:875b5369e4d5d2ed1e55d39eb0d7a42694324643f0b4bbcfb2be762a0e17719f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:94fd1a0b0764991eda81a160f9e4c4087883520c22bb17f9bd9d3167892861cf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:0ccf22fd76c5fe03b06340a925735ff6612b528cd6c4ab642f59d6033d8172d9_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:3a862b268c575cef875edcc3a7d156481d7fe503eb4550e63450b6f609cc0791_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:6d26cf8570d9756eef0edd599a3b0c2c76dadb44daff6fafee52ce1d2d2d024c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:cc5b019293d3aa0f3543982e1900021fcac0568c28e757f60a9e6849c81509c8_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:302cb10cf601e7f553c10b3c70600dbf4b7a6df52f7b323b3ada2eaeadc687af_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:3fb5e6a184df60d669d59ff114577f79fbe84f29ac1da8d85d32a85e77e910e2_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8899f79063b03842eb73b7d3760ca42eb0f5178500437a8707446299f0dde98a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8b6607ca56b500ef61f9cce62230baad7c4d3781271b4a9ef28b14cf39f67d43_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:86050e03be5c049d0d8ca28f193f138b6d97b4af3d6aa902135d89cc09f2bbb6_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:9102fe3bafe7314979f3e091aad6ae31647f2fc4e5c078eb8b977fdb88b0ac7b_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:a44126d8a296416b3bee29a85d92dbb56ec72e4e44371a060c0c25013c3cbe1e_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e7673ed4b1300b524124a211afcb46f3a4eee2e72ce37dadf1c45527744637cd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:164dec7917292cb40d17d803782e43f410ac7ca3819df18dad72b3b3b737a68d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:81790eab19f22d07ebf9650d08ddcc26a749916372124bab3d0704e52a81e60f_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:95fbee884172f5289c20974a97d9d41200992cbbe4af5144261611ab56fea406_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:ca1af79e6d0f6fbee2c1dac1447fe6ea7a1cae978ca741b34a14da5d1e328b1e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:28b20c2c3c360e56b42acff0996a6b687c769246a7fc14937c8c7cb55a02ea00_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:7860cec4596ee0185e81eab24e601fcec3d94acb4c3505578d4b2b2fc77d7f34_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:8359a8e5295b020ae1bdbb51c587f54ca724916a5d541be253ea0c212e47988b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:cab14bb7a768d38f19975a5c5fcef67badfb0308661b3c66f8f889cd8a5fd9ba_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:22e2915dd729b6d609bb195ff862db3c4b646780fee7c87bba3e53baf2cfcfd4_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:471bbd72655a3ae9d7c7a0ccfb55cc1367d03e762278e3cebabca122dd26128a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:6045b0945c97d9e8e6b335484e6b20d0e9201acb30517f5937c3ccf5f2fcfa4b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:fdfc7dec489e55f532bfc91c0a9e695f32f6cb9c90b9e87226339910f996293b_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:23bd0d5b696160f8ff23069b4eb0b3418cd1b81722071e94205436adf511fed9_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4b4ad712fd929cbb0934c9c8627a6957fb3226069efaa334bd1218eec9792935_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:7f7c339024b76abcccdcc34a59ad1d09189a22b90342c694019b3fb780772d0a_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d7d5e33d6d124625f1a9b10e8ffd5d0b0fbad8a762aa4988bffd4a4282903c45_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:551c81710c8cf5976be6eeeea97837a1629ab39557582cec96cd24e8ffef9981_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:8f40fcd3c9f6bb35ce803aca84fcca52a5638ac3046251630e8681a81aa234f0_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:b6e38c07e7bd2b7dc59e0471843969eeced05de33d26390b37e15511a4ac21a1_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:fc14b570389939471ba36f36f8271dcdb6ca39108db6d0d6932b702a6c6cf068_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:af3b603b8e3be9fb551010ca99b59a29ee874ea2175970fe2711604ca9172329_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:ba9bc3804dbbf157c559e3cb9822d0b7658b51601a9ca131679e1e801c8cc71e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:dc54460ccb6195ab7b49dc30c7a5307c797149e972da4f32f8caa3ddb196abcd_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:fff50c6aec2bb0ff8a8000e7e658d3912888cc2f73c992736ccbae15cd6de44e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:564a10b40859d67329c06aa3bcbe683b3f3b8f98a7a8171433e9b441ce503487_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:714a1ba8d802ab1b9559c82adb045f8b6e85ccc5873a838ce883f7a2ff45189c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d521f37d24961e2d7b935cac6fc3e10e9150ab2a67a515b545a476cec39f2199_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d88c1726f97affb28504e955e87c9bfe2d3a559fdfe355b33e2e0a3fd15292ef_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:2529d25caab414b2a2c6b44bfd03bede99f4135498c83ad80d4279b10fd744f3_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:41c248f089c5cb86cae4e8d95df3677494983841bfb2646c485614ae3d38a3a7_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:5a4e6a76cf0684233c00c6fc99f8886d5f56469d3e5180cc66f4a188f27247c3_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:9896eec5067bc7fe27e62bf2d57234a862d225b545093fbe79780702791d6d70_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:1a9080e27653fe834a21a73f8e904106a7b37dc275983f4840f1f89ff6805aaf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:34ad7da02b067e8e3c6713ab8a95e0af8626048f115bf1a15740b615fa1d98e0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:8b02d97ad727f416efb6b94292d45bcbf2f75f7feec315816f86f97fdb21d929_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb47f22f6aacd520a35b456ee0bf23aeb2cf252e5d1bd88c844aebedf4aae894_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:0bca8f55fe89bdcf9e122f5c6b43335dbb9e14ffff03fb7fa251a57e7c9d6add_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:77c4b111fc4272582bfe401498004ae0cc4d34e2a1aae5bbd0ed28697429d81f_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:9da8352a0b60f296b6f60875a06b648274890ab706a3aee598286ac48e8cc739_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d4973e6d761878f0432a9076a7a68f307ac83f7f35d68b13def41a24a4bdd0ab_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:435bfd27be16e9955f93836df23dee04e1193ac3dbd6dee23a5b7fec1cf344a7_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:536e6c5feb0f6fa5d98b59463a9cbd03f078f90b427beb74c659d109845569b5_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:575b09d25000a80e01a6cdd5fa8f9e0a0bc4c8b18eb585eef9b14fb63019d29b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:ce403b2b3387abb801b9b6f2e5afa5767681dff121f52ad37e61b872c92607ff_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5e153efbe5e1d4afb38cf5197de7f79e973b496532a8bef31a8ff1d828d4583b_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:6b69e53e501850809c224c3798531167a693569f06e1271046e79e5b2f142caa_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:a89b02975a43620f7018f147d072de2782079a1b545cd26e3b340a078c1358bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:c34fccd0e1ceb552737963daf0a54a6229f418c91552261e7f4335450d9295f8_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:419c213091db002ca4dcf74f2ec20228b6e13f21d270feb1a876b66d68e7c76a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:505f16334bda7a46f03b8a1dab785152e8be8d4708b61b5c7ab69cc03b4d3e6a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:7e1f0b0fce5895cc70716034511a8be924c9112c00fc21b2ce9d8e01298022d3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:843686d61c12e52ee7648547584d9a564796299d0007e0e7aa0c965eb63fc2c1_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:0eeefa13b3b9d1a03e25ec2e3e413bcd3d6d321a6acca853d6201f8943a62894_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:5b93bd0916de1b61e21be809471f1b08c82c383acf7c57b9fe7e1afcc155c671_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:83f2dbd3969b4b21b6ccc9625e21b6125dda3e05455ab223335e027687ec73aa_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:a07e7e6d4072cc76b5406749a2329c46576d4ddc4847a949d36bca15bc2e5222_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:276278bff88228e7bfd829bc3ed5253317ca1cc653e99e248e06cca923b1559d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:5d483319c4fb251488f540b3d8a5ad8cbb44471d055208317b4aca79779bf2f8_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:8ca6f5875b0494fc6f0bcccb3bd409554f82d5d1729364a26157712637f7910e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:ec6e788ae24d2d378a4081d999a517b9fc99d15b5b43661e6029504e8b262c2a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:597674178bf3dc5329a665375211b412812459a47bcb5e57dbe43e9e0caae164_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7a02631e69201d34151d1b31fe5e07cd1757c33040d761914d2045e36788afde_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:aefe362f0fed6a1afd682095dc8f588646e0df27137ced95b2eea43276e12249_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d4b3a99025489a5d1da09431578250a7f26fef68c36d1f2011082c2dcbbc530f_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:16fad428ffa57227dedae33b80490a76e2821dbd86094c57ede151250c40615c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:8f4bc52cc6c96409b26ff7abd15271bf413418c58e2d947f0402e0d0d26ca964_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:b46fb6f4d8c0a781b153a845f0c46ff3f3c298f5e716494b5361857de034ae7e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:cbf1d0cd47405ab5facedf0e224123b8800809d935a044600a971fbf38adf847_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:9433ba39e25151440e6d45ed500b3cc19b8bc08980e396f29b17ba4918e7e3bb_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:a2ba4e91f29919518d20395145e76570238be34a1cf3fdb95458f43d6530b1ce_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:eac770b62d2949b42cfbeb7a2bc68c51ce30cf9d7414c31317360a03470706ac_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f4a0c352eaf9b4152a95a865c4f2316cc9ec99e71e5b4bbad5ca7158eebaa545_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:11267bcccc11feff8ccc8d51b87ded5a74ad05e275be5a61f49d7087d5e3c9fe_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6cf0cf175e361f28277a7c7287bc589d0874d3f5c1012ef4d3d09fc05528a20b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:978e071bb4a19da655ec8e1479fef100ef05ee8b9a0c75775cd0a8e36ffee7ec_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a3e7c10029f48aa52d9a83420370edf00dbe8e3db65f6fce7055ddaada5ad748_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:43a2ffeff59e7c485d309599e94dcfd00f3f2c36c16b5a8d5b897a8d0748b097_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:9cda99dac576e40ed622688dd495e1ffee0dc8d3554c83fabcf3a320ac61e34c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c5e5f91ef5f202baeb61bd971806592131b8577e7149b514f15181b394df754a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:f6dbed84d2cd1cd90a27b724b9d864a6f3cbcf8446954cb4b45d29204892dee0_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:40fa54b1d7bfb904ea7394f4e53727378563b025393438cbfbdbf3c8488697ee_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:4e0301cd7836f9f5a20bdb990b94f2fc2bd3694e1f0cdcc663cc267e6baee1c5_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:5f1c56223f81bf342146e01a3cb24c860ab66fe899fd6df2c5213332dab45373_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:d533060e31d23112711137094a6727a10ed7a0f6fa6cbf1feb519b32b7f24392_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:20acd223228e8eff27bcce21648d1c2238918f9dd3c647bdf57bf209708c1f94_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:7a3626165b6ffa8c89bb80f50288c9b10537d920b97c13ba16610e980c713db4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:c1e66d3e4dc737c1e4645168c57201d767f5f229da12c57d4711f9de010321d7_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d78d2aad8bd05fedfa69e9d85a79eec5d71219086a6ecb21610c0d2c2d883108_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ad33367a8ab31a33fd059c2a9786800904041cda6d407c40c48b1896cf3a6ff_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ff55c60557419d0653b420bd92d9f358f980a408d86d84c813f850681d80331_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:75b5880bb035d41302ac121617e664214073f15c0ffdbd256b1ef4af566fdb13_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:cb3a3355cf811f942424c39dcdc6dce54b7fb8d716d6ab3f3ceced0c65ef2e20_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:2805c34ef9234dccd06f746b3cd5d1f3ef6af15e92d80de2c9a84b0488f739ac_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:5e04589585e5df83d314346e4c9822e8f2258d21bd85264805479485771ac8dc_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:97ec0b837f1eaa526d51bd588756d52a267d5992fbb4b3c290b935e067e2e16e_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:ddfdbf73a1baa4c4f0bd59e341d0b4f635fae9a22da9d41a05dff6bca52030e6_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:7014b398e0d8832ac38f796d3334323bc0460e4c9aceab1223db9e5ccd942f9a_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bad617cc181dc8ee2279babf28ba41c3a65e31b9c7c1aba0c63faf41a48e8f49_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:d71639bc6cc02fecbc8e4c14c4b40f1bf1d7e7bffc9499707d340c080ce3b96d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:edec38eb8faf0dce8cc0ae29702934250e6cd6f43c97f6babdc256d2916c93fa_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:61252964a3030475dd7e4745590b61738f7931d886f9cffac422670c0a003412_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:641318a3fa75f98b02a361676973adf1b8b211412e97dbbde1305e85287391b8_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:7063147fdc41d0e802b9d8ca3ef0697cf65bc75972a8faef8be3a5baed099734_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:e4c8a6c50518fe1541a557381ffd91483fbbc9976358d1fa23ff032355311213_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T10:40:40+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:30c78cb17c2dbb124077332e5aba2626fc34833f17d9ffc43265ead4512b1215_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:7e0b8f06a88f2b7488c2fac5ebaaec362080c613294526998d948f580505d265_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:f49b06a428800b6ebdf0393694ed0d3e1c698b2844d0948769b6aeef6d5b23ab_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:fa64c0d948ac9564dea11cbd94186f00a08c0dac162f5ec7441f9d859d0646bd_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6166"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:2447d379a4ff5ac40fd31a4f598815d195fa6922dcddc8646fb7b0ab1fa2f2c3_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:37e8aa491d789e8d1fc8f3a3af517093c237691ca2ad96b4bc3fdb816aa88df4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:6799cba68b1738f0a7978335634d87f4a7443a70312be654e6997f96e918952b_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:fe6e5cd6c9dca5cb5cf20e26f9406abb4bf4dca5a50146e32bc98090ce4a2a67_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:003246997588f6030f5488d6a0ae50daaf4970a1bb39092d4c762b407ba63d3e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:968593d98e638637f271c74d5b13cd227b8587e013e8d71bc8c7faf25cf031ac_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ca3a9b04d388b008542e3d6c3ba2bb93f4ec7056fd9e5a7a7a26714d10d293bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:e589e8566f17e1bf4eed74f3ccd61b2e77d5cab7cb2bb091b76e758e5682a948_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:30c78cb17c2dbb124077332e5aba2626fc34833f17d9ffc43265ead4512b1215_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:7e0b8f06a88f2b7488c2fac5ebaaec362080c613294526998d948f580505d265_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:f49b06a428800b6ebdf0393694ed0d3e1c698b2844d0948769b6aeef6d5b23ab_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:fa64c0d948ac9564dea11cbd94186f00a08c0dac162f5ec7441f9d859d0646bd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:4e2e9e5bf18f63e584ec8506d96dcc6d0ad1fbdab3c2a5682a46c58ae969cde6_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:77af18020d2d8733ed028dec7fd78c5e9f2dfa2272f352ee45de8f711d93c52e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:8ef288bcc668b0dc2f0c9305abe0546f07cf7535cb083495210aa3219ab72dc1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:f99f5612487516a28ca3e63682afa1350fa60307a97f50c086cc1467d155ca58_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:3fcac1d8ade2f968d743f6bcc1d505933746e6dd83878ff2f1656cec005a107c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:48cddef1afef357f64e11065ce93392063d5d9c2795cf3b8aaf92d21f54959f4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:511965e5eb2f3c857864644803d49dceb639ad8190132f21dfd82bae2544b114_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:f77cef165f2e2b770833ee3532a473d5a1731502aa5936835c25511a2c37d7c1_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:2d2d1b8900245ac1cc3b8ff363e65aac0c44155961508f4e0b17d7c9ebcfdf9d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:780171539b9e364a5bcee51b4843aebd950d499c75bc579bb78cbc1265a2ff23_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d9a5e8233a92c81a77adeae8b4b742f8bc234457c0d017131df86c6aa867438c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:f6553c2db04c86384e30e9bfaea8d4270f19bab9afd7869d27032fe38534b295_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:20db9235bcb1e1e11b6815cd1ab889a6a162713344b9538f679660ad1d8e4b81_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:7c35e644ad8d4643bcd661d619894b86eb7461d42295806e91cff5c18fe4551d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:875b5369e4d5d2ed1e55d39eb0d7a42694324643f0b4bbcfb2be762a0e17719f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:94fd1a0b0764991eda81a160f9e4c4087883520c22bb17f9bd9d3167892861cf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:0ccf22fd76c5fe03b06340a925735ff6612b528cd6c4ab642f59d6033d8172d9_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:3a862b268c575cef875edcc3a7d156481d7fe503eb4550e63450b6f609cc0791_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:6d26cf8570d9756eef0edd599a3b0c2c76dadb44daff6fafee52ce1d2d2d024c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:cc5b019293d3aa0f3543982e1900021fcac0568c28e757f60a9e6849c81509c8_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:302cb10cf601e7f553c10b3c70600dbf4b7a6df52f7b323b3ada2eaeadc687af_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:3fb5e6a184df60d669d59ff114577f79fbe84f29ac1da8d85d32a85e77e910e2_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8899f79063b03842eb73b7d3760ca42eb0f5178500437a8707446299f0dde98a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8b6607ca56b500ef61f9cce62230baad7c4d3781271b4a9ef28b14cf39f67d43_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:86050e03be5c049d0d8ca28f193f138b6d97b4af3d6aa902135d89cc09f2bbb6_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:9102fe3bafe7314979f3e091aad6ae31647f2fc4e5c078eb8b977fdb88b0ac7b_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:a44126d8a296416b3bee29a85d92dbb56ec72e4e44371a060c0c25013c3cbe1e_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e7673ed4b1300b524124a211afcb46f3a4eee2e72ce37dadf1c45527744637cd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:164dec7917292cb40d17d803782e43f410ac7ca3819df18dad72b3b3b737a68d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:81790eab19f22d07ebf9650d08ddcc26a749916372124bab3d0704e52a81e60f_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:95fbee884172f5289c20974a97d9d41200992cbbe4af5144261611ab56fea406_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:ca1af79e6d0f6fbee2c1dac1447fe6ea7a1cae978ca741b34a14da5d1e328b1e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:28b20c2c3c360e56b42acff0996a6b687c769246a7fc14937c8c7cb55a02ea00_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:7860cec4596ee0185e81eab24e601fcec3d94acb4c3505578d4b2b2fc77d7f34_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:8359a8e5295b020ae1bdbb51c587f54ca724916a5d541be253ea0c212e47988b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:cab14bb7a768d38f19975a5c5fcef67badfb0308661b3c66f8f889cd8a5fd9ba_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:22e2915dd729b6d609bb195ff862db3c4b646780fee7c87bba3e53baf2cfcfd4_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:471bbd72655a3ae9d7c7a0ccfb55cc1367d03e762278e3cebabca122dd26128a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:6045b0945c97d9e8e6b335484e6b20d0e9201acb30517f5937c3ccf5f2fcfa4b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:fdfc7dec489e55f532bfc91c0a9e695f32f6cb9c90b9e87226339910f996293b_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:23bd0d5b696160f8ff23069b4eb0b3418cd1b81722071e94205436adf511fed9_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4b4ad712fd929cbb0934c9c8627a6957fb3226069efaa334bd1218eec9792935_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:7f7c339024b76abcccdcc34a59ad1d09189a22b90342c694019b3fb780772d0a_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d7d5e33d6d124625f1a9b10e8ffd5d0b0fbad8a762aa4988bffd4a4282903c45_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:551c81710c8cf5976be6eeeea97837a1629ab39557582cec96cd24e8ffef9981_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:8f40fcd3c9f6bb35ce803aca84fcca52a5638ac3046251630e8681a81aa234f0_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:b6e38c07e7bd2b7dc59e0471843969eeced05de33d26390b37e15511a4ac21a1_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:fc14b570389939471ba36f36f8271dcdb6ca39108db6d0d6932b702a6c6cf068_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:af3b603b8e3be9fb551010ca99b59a29ee874ea2175970fe2711604ca9172329_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:ba9bc3804dbbf157c559e3cb9822d0b7658b51601a9ca131679e1e801c8cc71e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:dc54460ccb6195ab7b49dc30c7a5307c797149e972da4f32f8caa3ddb196abcd_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:fff50c6aec2bb0ff8a8000e7e658d3912888cc2f73c992736ccbae15cd6de44e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:564a10b40859d67329c06aa3bcbe683b3f3b8f98a7a8171433e9b441ce503487_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:714a1ba8d802ab1b9559c82adb045f8b6e85ccc5873a838ce883f7a2ff45189c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d521f37d24961e2d7b935cac6fc3e10e9150ab2a67a515b545a476cec39f2199_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d88c1726f97affb28504e955e87c9bfe2d3a559fdfe355b33e2e0a3fd15292ef_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:2529d25caab414b2a2c6b44bfd03bede99f4135498c83ad80d4279b10fd744f3_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:41c248f089c5cb86cae4e8d95df3677494983841bfb2646c485614ae3d38a3a7_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:5a4e6a76cf0684233c00c6fc99f8886d5f56469d3e5180cc66f4a188f27247c3_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:9896eec5067bc7fe27e62bf2d57234a862d225b545093fbe79780702791d6d70_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:1a9080e27653fe834a21a73f8e904106a7b37dc275983f4840f1f89ff6805aaf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:34ad7da02b067e8e3c6713ab8a95e0af8626048f115bf1a15740b615fa1d98e0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:8b02d97ad727f416efb6b94292d45bcbf2f75f7feec315816f86f97fdb21d929_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb47f22f6aacd520a35b456ee0bf23aeb2cf252e5d1bd88c844aebedf4aae894_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:0bca8f55fe89bdcf9e122f5c6b43335dbb9e14ffff03fb7fa251a57e7c9d6add_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:77c4b111fc4272582bfe401498004ae0cc4d34e2a1aae5bbd0ed28697429d81f_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:9da8352a0b60f296b6f60875a06b648274890ab706a3aee598286ac48e8cc739_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d4973e6d761878f0432a9076a7a68f307ac83f7f35d68b13def41a24a4bdd0ab_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:435bfd27be16e9955f93836df23dee04e1193ac3dbd6dee23a5b7fec1cf344a7_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:536e6c5feb0f6fa5d98b59463a9cbd03f078f90b427beb74c659d109845569b5_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:575b09d25000a80e01a6cdd5fa8f9e0a0bc4c8b18eb585eef9b14fb63019d29b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:ce403b2b3387abb801b9b6f2e5afa5767681dff121f52ad37e61b872c92607ff_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5e153efbe5e1d4afb38cf5197de7f79e973b496532a8bef31a8ff1d828d4583b_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:6b69e53e501850809c224c3798531167a693569f06e1271046e79e5b2f142caa_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:a89b02975a43620f7018f147d072de2782079a1b545cd26e3b340a078c1358bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:c34fccd0e1ceb552737963daf0a54a6229f418c91552261e7f4335450d9295f8_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:419c213091db002ca4dcf74f2ec20228b6e13f21d270feb1a876b66d68e7c76a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:505f16334bda7a46f03b8a1dab785152e8be8d4708b61b5c7ab69cc03b4d3e6a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:7e1f0b0fce5895cc70716034511a8be924c9112c00fc21b2ce9d8e01298022d3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:843686d61c12e52ee7648547584d9a564796299d0007e0e7aa0c965eb63fc2c1_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:0eeefa13b3b9d1a03e25ec2e3e413bcd3d6d321a6acca853d6201f8943a62894_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:5b93bd0916de1b61e21be809471f1b08c82c383acf7c57b9fe7e1afcc155c671_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:83f2dbd3969b4b21b6ccc9625e21b6125dda3e05455ab223335e027687ec73aa_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:a07e7e6d4072cc76b5406749a2329c46576d4ddc4847a949d36bca15bc2e5222_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:276278bff88228e7bfd829bc3ed5253317ca1cc653e99e248e06cca923b1559d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:5d483319c4fb251488f540b3d8a5ad8cbb44471d055208317b4aca79779bf2f8_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:8ca6f5875b0494fc6f0bcccb3bd409554f82d5d1729364a26157712637f7910e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:ec6e788ae24d2d378a4081d999a517b9fc99d15b5b43661e6029504e8b262c2a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:597674178bf3dc5329a665375211b412812459a47bcb5e57dbe43e9e0caae164_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7a02631e69201d34151d1b31fe5e07cd1757c33040d761914d2045e36788afde_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:aefe362f0fed6a1afd682095dc8f588646e0df27137ced95b2eea43276e12249_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d4b3a99025489a5d1da09431578250a7f26fef68c36d1f2011082c2dcbbc530f_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:16fad428ffa57227dedae33b80490a76e2821dbd86094c57ede151250c40615c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:8f4bc52cc6c96409b26ff7abd15271bf413418c58e2d947f0402e0d0d26ca964_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:b46fb6f4d8c0a781b153a845f0c46ff3f3c298f5e716494b5361857de034ae7e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:cbf1d0cd47405ab5facedf0e224123b8800809d935a044600a971fbf38adf847_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:9433ba39e25151440e6d45ed500b3cc19b8bc08980e396f29b17ba4918e7e3bb_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:a2ba4e91f29919518d20395145e76570238be34a1cf3fdb95458f43d6530b1ce_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:eac770b62d2949b42cfbeb7a2bc68c51ce30cf9d7414c31317360a03470706ac_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f4a0c352eaf9b4152a95a865c4f2316cc9ec99e71e5b4bbad5ca7158eebaa545_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:11267bcccc11feff8ccc8d51b87ded5a74ad05e275be5a61f49d7087d5e3c9fe_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6cf0cf175e361f28277a7c7287bc589d0874d3f5c1012ef4d3d09fc05528a20b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:978e071bb4a19da655ec8e1479fef100ef05ee8b9a0c75775cd0a8e36ffee7ec_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a3e7c10029f48aa52d9a83420370edf00dbe8e3db65f6fce7055ddaada5ad748_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:43a2ffeff59e7c485d309599e94dcfd00f3f2c36c16b5a8d5b897a8d0748b097_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:9cda99dac576e40ed622688dd495e1ffee0dc8d3554c83fabcf3a320ac61e34c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c5e5f91ef5f202baeb61bd971806592131b8577e7149b514f15181b394df754a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:f6dbed84d2cd1cd90a27b724b9d864a6f3cbcf8446954cb4b45d29204892dee0_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:40fa54b1d7bfb904ea7394f4e53727378563b025393438cbfbdbf3c8488697ee_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:4e0301cd7836f9f5a20bdb990b94f2fc2bd3694e1f0cdcc663cc267e6baee1c5_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:5f1c56223f81bf342146e01a3cb24c860ab66fe899fd6df2c5213332dab45373_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:d533060e31d23112711137094a6727a10ed7a0f6fa6cbf1feb519b32b7f24392_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:20acd223228e8eff27bcce21648d1c2238918f9dd3c647bdf57bf209708c1f94_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:7a3626165b6ffa8c89bb80f50288c9b10537d920b97c13ba16610e980c713db4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:c1e66d3e4dc737c1e4645168c57201d767f5f229da12c57d4711f9de010321d7_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d78d2aad8bd05fedfa69e9d85a79eec5d71219086a6ecb21610c0d2c2d883108_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ad33367a8ab31a33fd059c2a9786800904041cda6d407c40c48b1896cf3a6ff_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ff55c60557419d0653b420bd92d9f358f980a408d86d84c813f850681d80331_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:75b5880bb035d41302ac121617e664214073f15c0ffdbd256b1ef4af566fdb13_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:cb3a3355cf811f942424c39dcdc6dce54b7fb8d716d6ab3f3ceced0c65ef2e20_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:2805c34ef9234dccd06f746b3cd5d1f3ef6af15e92d80de2c9a84b0488f739ac_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:5e04589585e5df83d314346e4c9822e8f2258d21bd85264805479485771ac8dc_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:97ec0b837f1eaa526d51bd588756d52a267d5992fbb4b3c290b935e067e2e16e_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:ddfdbf73a1baa4c4f0bd59e341d0b4f635fae9a22da9d41a05dff6bca52030e6_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:7014b398e0d8832ac38f796d3334323bc0460e4c9aceab1223db9e5ccd942f9a_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bad617cc181dc8ee2279babf28ba41c3a65e31b9c7c1aba0c63faf41a48e8f49_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:d71639bc6cc02fecbc8e4c14c4b40f1bf1d7e7bffc9499707d340c080ce3b96d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:edec38eb8faf0dce8cc0ae29702934250e6cd6f43c97f6babdc256d2916c93fa_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:61252964a3030475dd7e4745590b61738f7931d886f9cffac422670c0a003412_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:641318a3fa75f98b02a361676973adf1b8b211412e97dbbde1305e85287391b8_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:7063147fdc41d0e802b9d8ca3ef0697cf65bc75972a8faef8be3a5baed099734_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:e4c8a6c50518fe1541a557381ffd91483fbbc9976358d1fa23ff032355311213_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2026-33022",
"cwe": {
"id": "CWE-130",
"name": "Improper Handling of Length Parameter Inconsistency"
},
"discovery_date": "2026-03-20T08:01:37.605922+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:2447d379a4ff5ac40fd31a4f598815d195fa6922dcddc8646fb7b0ab1fa2f2c3_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:37e8aa491d789e8d1fc8f3a3af517093c237691ca2ad96b4bc3fdb816aa88df4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:6799cba68b1738f0a7978335634d87f4a7443a70312be654e6997f96e918952b_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:fe6e5cd6c9dca5cb5cf20e26f9406abb4bf4dca5a50146e32bc98090ce4a2a67_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:003246997588f6030f5488d6a0ae50daaf4970a1bb39092d4c762b407ba63d3e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:968593d98e638637f271c74d5b13cd227b8587e013e8d71bc8c7faf25cf031ac_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ca3a9b04d388b008542e3d6c3ba2bb93f4ec7056fd9e5a7a7a26714d10d293bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:e589e8566f17e1bf4eed74f3ccd61b2e77d5cab7cb2bb091b76e758e5682a948_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:30c78cb17c2dbb124077332e5aba2626fc34833f17d9ffc43265ead4512b1215_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:7e0b8f06a88f2b7488c2fac5ebaaec362080c613294526998d948f580505d265_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:f49b06a428800b6ebdf0393694ed0d3e1c698b2844d0948769b6aeef6d5b23ab_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:fa64c0d948ac9564dea11cbd94186f00a08c0dac162f5ec7441f9d859d0646bd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:4e2e9e5bf18f63e584ec8506d96dcc6d0ad1fbdab3c2a5682a46c58ae969cde6_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:77af18020d2d8733ed028dec7fd78c5e9f2dfa2272f352ee45de8f711d93c52e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:8ef288bcc668b0dc2f0c9305abe0546f07cf7535cb083495210aa3219ab72dc1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:f99f5612487516a28ca3e63682afa1350fa60307a97f50c086cc1467d155ca58_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:2d2d1b8900245ac1cc3b8ff363e65aac0c44155961508f4e0b17d7c9ebcfdf9d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:780171539b9e364a5bcee51b4843aebd950d499c75bc579bb78cbc1265a2ff23_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d9a5e8233a92c81a77adeae8b4b742f8bc234457c0d017131df86c6aa867438c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:f6553c2db04c86384e30e9bfaea8d4270f19bab9afd7869d27032fe38534b295_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:20db9235bcb1e1e11b6815cd1ab889a6a162713344b9538f679660ad1d8e4b81_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:7c35e644ad8d4643bcd661d619894b86eb7461d42295806e91cff5c18fe4551d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:875b5369e4d5d2ed1e55d39eb0d7a42694324643f0b4bbcfb2be762a0e17719f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:94fd1a0b0764991eda81a160f9e4c4087883520c22bb17f9bd9d3167892861cf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:0ccf22fd76c5fe03b06340a925735ff6612b528cd6c4ab642f59d6033d8172d9_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:3a862b268c575cef875edcc3a7d156481d7fe503eb4550e63450b6f609cc0791_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:6d26cf8570d9756eef0edd599a3b0c2c76dadb44daff6fafee52ce1d2d2d024c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:cc5b019293d3aa0f3543982e1900021fcac0568c28e757f60a9e6849c81509c8_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:302cb10cf601e7f553c10b3c70600dbf4b7a6df52f7b323b3ada2eaeadc687af_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:3fb5e6a184df60d669d59ff114577f79fbe84f29ac1da8d85d32a85e77e910e2_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8899f79063b03842eb73b7d3760ca42eb0f5178500437a8707446299f0dde98a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8b6607ca56b500ef61f9cce62230baad7c4d3781271b4a9ef28b14cf39f67d43_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:86050e03be5c049d0d8ca28f193f138b6d97b4af3d6aa902135d89cc09f2bbb6_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:9102fe3bafe7314979f3e091aad6ae31647f2fc4e5c078eb8b977fdb88b0ac7b_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:a44126d8a296416b3bee29a85d92dbb56ec72e4e44371a060c0c25013c3cbe1e_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e7673ed4b1300b524124a211afcb46f3a4eee2e72ce37dadf1c45527744637cd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:164dec7917292cb40d17d803782e43f410ac7ca3819df18dad72b3b3b737a68d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:81790eab19f22d07ebf9650d08ddcc26a749916372124bab3d0704e52a81e60f_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:95fbee884172f5289c20974a97d9d41200992cbbe4af5144261611ab56fea406_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:ca1af79e6d0f6fbee2c1dac1447fe6ea7a1cae978ca741b34a14da5d1e328b1e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:28b20c2c3c360e56b42acff0996a6b687c769246a7fc14937c8c7cb55a02ea00_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:7860cec4596ee0185e81eab24e601fcec3d94acb4c3505578d4b2b2fc77d7f34_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:8359a8e5295b020ae1bdbb51c587f54ca724916a5d541be253ea0c212e47988b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:cab14bb7a768d38f19975a5c5fcef67badfb0308661b3c66f8f889cd8a5fd9ba_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:22e2915dd729b6d609bb195ff862db3c4b646780fee7c87bba3e53baf2cfcfd4_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:471bbd72655a3ae9d7c7a0ccfb55cc1367d03e762278e3cebabca122dd26128a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:6045b0945c97d9e8e6b335484e6b20d0e9201acb30517f5937c3ccf5f2fcfa4b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:fdfc7dec489e55f532bfc91c0a9e695f32f6cb9c90b9e87226339910f996293b_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:23bd0d5b696160f8ff23069b4eb0b3418cd1b81722071e94205436adf511fed9_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4b4ad712fd929cbb0934c9c8627a6957fb3226069efaa334bd1218eec9792935_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:7f7c339024b76abcccdcc34a59ad1d09189a22b90342c694019b3fb780772d0a_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d7d5e33d6d124625f1a9b10e8ffd5d0b0fbad8a762aa4988bffd4a4282903c45_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:551c81710c8cf5976be6eeeea97837a1629ab39557582cec96cd24e8ffef9981_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:8f40fcd3c9f6bb35ce803aca84fcca52a5638ac3046251630e8681a81aa234f0_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:b6e38c07e7bd2b7dc59e0471843969eeced05de33d26390b37e15511a4ac21a1_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:fc14b570389939471ba36f36f8271dcdb6ca39108db6d0d6932b702a6c6cf068_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:af3b603b8e3be9fb551010ca99b59a29ee874ea2175970fe2711604ca9172329_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:ba9bc3804dbbf157c559e3cb9822d0b7658b51601a9ca131679e1e801c8cc71e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:dc54460ccb6195ab7b49dc30c7a5307c797149e972da4f32f8caa3ddb196abcd_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:fff50c6aec2bb0ff8a8000e7e658d3912888cc2f73c992736ccbae15cd6de44e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:564a10b40859d67329c06aa3bcbe683b3f3b8f98a7a8171433e9b441ce503487_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:714a1ba8d802ab1b9559c82adb045f8b6e85ccc5873a838ce883f7a2ff45189c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d521f37d24961e2d7b935cac6fc3e10e9150ab2a67a515b545a476cec39f2199_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d88c1726f97affb28504e955e87c9bfe2d3a559fdfe355b33e2e0a3fd15292ef_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:2529d25caab414b2a2c6b44bfd03bede99f4135498c83ad80d4279b10fd744f3_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:41c248f089c5cb86cae4e8d95df3677494983841bfb2646c485614ae3d38a3a7_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:5a4e6a76cf0684233c00c6fc99f8886d5f56469d3e5180cc66f4a188f27247c3_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:9896eec5067bc7fe27e62bf2d57234a862d225b545093fbe79780702791d6d70_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:1a9080e27653fe834a21a73f8e904106a7b37dc275983f4840f1f89ff6805aaf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:34ad7da02b067e8e3c6713ab8a95e0af8626048f115bf1a15740b615fa1d98e0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:8b02d97ad727f416efb6b94292d45bcbf2f75f7feec315816f86f97fdb21d929_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb47f22f6aacd520a35b456ee0bf23aeb2cf252e5d1bd88c844aebedf4aae894_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:0bca8f55fe89bdcf9e122f5c6b43335dbb9e14ffff03fb7fa251a57e7c9d6add_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:77c4b111fc4272582bfe401498004ae0cc4d34e2a1aae5bbd0ed28697429d81f_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:9da8352a0b60f296b6f60875a06b648274890ab706a3aee598286ac48e8cc739_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d4973e6d761878f0432a9076a7a68f307ac83f7f35d68b13def41a24a4bdd0ab_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:435bfd27be16e9955f93836df23dee04e1193ac3dbd6dee23a5b7fec1cf344a7_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:536e6c5feb0f6fa5d98b59463a9cbd03f078f90b427beb74c659d109845569b5_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:575b09d25000a80e01a6cdd5fa8f9e0a0bc4c8b18eb585eef9b14fb63019d29b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:ce403b2b3387abb801b9b6f2e5afa5767681dff121f52ad37e61b872c92607ff_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5e153efbe5e1d4afb38cf5197de7f79e973b496532a8bef31a8ff1d828d4583b_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:6b69e53e501850809c224c3798531167a693569f06e1271046e79e5b2f142caa_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:a89b02975a43620f7018f147d072de2782079a1b545cd26e3b340a078c1358bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:c34fccd0e1ceb552737963daf0a54a6229f418c91552261e7f4335450d9295f8_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:419c213091db002ca4dcf74f2ec20228b6e13f21d270feb1a876b66d68e7c76a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:505f16334bda7a46f03b8a1dab785152e8be8d4708b61b5c7ab69cc03b4d3e6a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:7e1f0b0fce5895cc70716034511a8be924c9112c00fc21b2ce9d8e01298022d3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:843686d61c12e52ee7648547584d9a564796299d0007e0e7aa0c965eb63fc2c1_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:0eeefa13b3b9d1a03e25ec2e3e413bcd3d6d321a6acca853d6201f8943a62894_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:5b93bd0916de1b61e21be809471f1b08c82c383acf7c57b9fe7e1afcc155c671_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:83f2dbd3969b4b21b6ccc9625e21b6125dda3e05455ab223335e027687ec73aa_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:a07e7e6d4072cc76b5406749a2329c46576d4ddc4847a949d36bca15bc2e5222_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:276278bff88228e7bfd829bc3ed5253317ca1cc653e99e248e06cca923b1559d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:5d483319c4fb251488f540b3d8a5ad8cbb44471d055208317b4aca79779bf2f8_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:8ca6f5875b0494fc6f0bcccb3bd409554f82d5d1729364a26157712637f7910e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:ec6e788ae24d2d378a4081d999a517b9fc99d15b5b43661e6029504e8b262c2a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:597674178bf3dc5329a665375211b412812459a47bcb5e57dbe43e9e0caae164_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7a02631e69201d34151d1b31fe5e07cd1757c33040d761914d2045e36788afde_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:aefe362f0fed6a1afd682095dc8f588646e0df27137ced95b2eea43276e12249_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d4b3a99025489a5d1da09431578250a7f26fef68c36d1f2011082c2dcbbc530f_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:16fad428ffa57227dedae33b80490a76e2821dbd86094c57ede151250c40615c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:8f4bc52cc6c96409b26ff7abd15271bf413418c58e2d947f0402e0d0d26ca964_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:b46fb6f4d8c0a781b153a845f0c46ff3f3c298f5e716494b5361857de034ae7e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:cbf1d0cd47405ab5facedf0e224123b8800809d935a044600a971fbf38adf847_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:9433ba39e25151440e6d45ed500b3cc19b8bc08980e396f29b17ba4918e7e3bb_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:a2ba4e91f29919518d20395145e76570238be34a1cf3fdb95458f43d6530b1ce_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:eac770b62d2949b42cfbeb7a2bc68c51ce30cf9d7414c31317360a03470706ac_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f4a0c352eaf9b4152a95a865c4f2316cc9ec99e71e5b4bbad5ca7158eebaa545_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:11267bcccc11feff8ccc8d51b87ded5a74ad05e275be5a61f49d7087d5e3c9fe_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6cf0cf175e361f28277a7c7287bc589d0874d3f5c1012ef4d3d09fc05528a20b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:978e071bb4a19da655ec8e1479fef100ef05ee8b9a0c75775cd0a8e36ffee7ec_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a3e7c10029f48aa52d9a83420370edf00dbe8e3db65f6fce7055ddaada5ad748_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:43a2ffeff59e7c485d309599e94dcfd00f3f2c36c16b5a8d5b897a8d0748b097_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:9cda99dac576e40ed622688dd495e1ffee0dc8d3554c83fabcf3a320ac61e34c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c5e5f91ef5f202baeb61bd971806592131b8577e7149b514f15181b394df754a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:f6dbed84d2cd1cd90a27b724b9d864a6f3cbcf8446954cb4b45d29204892dee0_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:40fa54b1d7bfb904ea7394f4e53727378563b025393438cbfbdbf3c8488697ee_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:4e0301cd7836f9f5a20bdb990b94f2fc2bd3694e1f0cdcc663cc267e6baee1c5_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:5f1c56223f81bf342146e01a3cb24c860ab66fe899fd6df2c5213332dab45373_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:d533060e31d23112711137094a6727a10ed7a0f6fa6cbf1feb519b32b7f24392_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:20acd223228e8eff27bcce21648d1c2238918f9dd3c647bdf57bf209708c1f94_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:7a3626165b6ffa8c89bb80f50288c9b10537d920b97c13ba16610e980c713db4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:c1e66d3e4dc737c1e4645168c57201d767f5f229da12c57d4711f9de010321d7_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d78d2aad8bd05fedfa69e9d85a79eec5d71219086a6ecb21610c0d2c2d883108_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ad33367a8ab31a33fd059c2a9786800904041cda6d407c40c48b1896cf3a6ff_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ff55c60557419d0653b420bd92d9f358f980a408d86d84c813f850681d80331_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:75b5880bb035d41302ac121617e664214073f15c0ffdbd256b1ef4af566fdb13_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:cb3a3355cf811f942424c39dcdc6dce54b7fb8d716d6ab3f3ceced0c65ef2e20_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:2805c34ef9234dccd06f746b3cd5d1f3ef6af15e92d80de2c9a84b0488f739ac_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:5e04589585e5df83d314346e4c9822e8f2258d21bd85264805479485771ac8dc_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:97ec0b837f1eaa526d51bd588756d52a267d5992fbb4b3c290b935e067e2e16e_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:ddfdbf73a1baa4c4f0bd59e341d0b4f635fae9a22da9d41a05dff6bca52030e6_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:7014b398e0d8832ac38f796d3334323bc0460e4c9aceab1223db9e5ccd942f9a_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bad617cc181dc8ee2279babf28ba41c3a65e31b9c7c1aba0c63faf41a48e8f49_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:d71639bc6cc02fecbc8e4c14c4b40f1bf1d7e7bffc9499707d340c080ce3b96d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:edec38eb8faf0dce8cc0ae29702934250e6cd6f43c97f6babdc256d2916c93fa_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:61252964a3030475dd7e4745590b61738f7931d886f9cffac422670c0a003412_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:641318a3fa75f98b02a361676973adf1b8b211412e97dbbde1305e85287391b8_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:7063147fdc41d0e802b9d8ca3ef0697cf65bc75972a8faef8be3a5baed099734_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:e4c8a6c50518fe1541a557381ffd91483fbbc9976358d1fa23ff032355311213_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449483"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw was found in Tekton Pipelines. Any user who can create a TaskRun or PipelineRun to crash the controller cluster-wide by setting .spec.taskRef.resolver (or .spec.pipelineRef.resolver) to a string of 31+ characters. The crash occurs because GenerateDeterministicNameFromSpec produces a name exceeding the 63-character DNS-1123 label limit, and its truncation logic panics on a [-1] slice bound since the generated name contains no spaces. Once crashed, the controller enters a CrashLoopBackOff on restart (as it re-reconciles the offending resource), blocking all CI/CD reconciliation until the resource is manually deleted. Built-in resolvers (git, cluster, bundles, hub) are unaffected due to their short names, but any custom resolver name triggers the bug. The fix truncates the resolver-name prefix instead of the full string, preserving the hash suffix for determinism and uniqueness.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/tektoncd/pipeline: Tekton Pipelines: Denial of Service via long resolver names",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:3fcac1d8ade2f968d743f6bcc1d505933746e6dd83878ff2f1656cec005a107c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:48cddef1afef357f64e11065ce93392063d5d9c2795cf3b8aaf92d21f54959f4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:511965e5eb2f3c857864644803d49dceb639ad8190132f21dfd82bae2544b114_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:f77cef165f2e2b770833ee3532a473d5a1731502aa5936835c25511a2c37d7c1_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:2447d379a4ff5ac40fd31a4f598815d195fa6922dcddc8646fb7b0ab1fa2f2c3_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:37e8aa491d789e8d1fc8f3a3af517093c237691ca2ad96b4bc3fdb816aa88df4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:6799cba68b1738f0a7978335634d87f4a7443a70312be654e6997f96e918952b_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:fe6e5cd6c9dca5cb5cf20e26f9406abb4bf4dca5a50146e32bc98090ce4a2a67_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:003246997588f6030f5488d6a0ae50daaf4970a1bb39092d4c762b407ba63d3e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:968593d98e638637f271c74d5b13cd227b8587e013e8d71bc8c7faf25cf031ac_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ca3a9b04d388b008542e3d6c3ba2bb93f4ec7056fd9e5a7a7a26714d10d293bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:e589e8566f17e1bf4eed74f3ccd61b2e77d5cab7cb2bb091b76e758e5682a948_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:30c78cb17c2dbb124077332e5aba2626fc34833f17d9ffc43265ead4512b1215_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:7e0b8f06a88f2b7488c2fac5ebaaec362080c613294526998d948f580505d265_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:f49b06a428800b6ebdf0393694ed0d3e1c698b2844d0948769b6aeef6d5b23ab_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:fa64c0d948ac9564dea11cbd94186f00a08c0dac162f5ec7441f9d859d0646bd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:4e2e9e5bf18f63e584ec8506d96dcc6d0ad1fbdab3c2a5682a46c58ae969cde6_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:77af18020d2d8733ed028dec7fd78c5e9f2dfa2272f352ee45de8f711d93c52e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:8ef288bcc668b0dc2f0c9305abe0546f07cf7535cb083495210aa3219ab72dc1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:f99f5612487516a28ca3e63682afa1350fa60307a97f50c086cc1467d155ca58_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:2d2d1b8900245ac1cc3b8ff363e65aac0c44155961508f4e0b17d7c9ebcfdf9d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:780171539b9e364a5bcee51b4843aebd950d499c75bc579bb78cbc1265a2ff23_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d9a5e8233a92c81a77adeae8b4b742f8bc234457c0d017131df86c6aa867438c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:f6553c2db04c86384e30e9bfaea8d4270f19bab9afd7869d27032fe38534b295_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:20db9235bcb1e1e11b6815cd1ab889a6a162713344b9538f679660ad1d8e4b81_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:7c35e644ad8d4643bcd661d619894b86eb7461d42295806e91cff5c18fe4551d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:875b5369e4d5d2ed1e55d39eb0d7a42694324643f0b4bbcfb2be762a0e17719f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:94fd1a0b0764991eda81a160f9e4c4087883520c22bb17f9bd9d3167892861cf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:0ccf22fd76c5fe03b06340a925735ff6612b528cd6c4ab642f59d6033d8172d9_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:3a862b268c575cef875edcc3a7d156481d7fe503eb4550e63450b6f609cc0791_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:6d26cf8570d9756eef0edd599a3b0c2c76dadb44daff6fafee52ce1d2d2d024c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:cc5b019293d3aa0f3543982e1900021fcac0568c28e757f60a9e6849c81509c8_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:302cb10cf601e7f553c10b3c70600dbf4b7a6df52f7b323b3ada2eaeadc687af_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:3fb5e6a184df60d669d59ff114577f79fbe84f29ac1da8d85d32a85e77e910e2_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8899f79063b03842eb73b7d3760ca42eb0f5178500437a8707446299f0dde98a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8b6607ca56b500ef61f9cce62230baad7c4d3781271b4a9ef28b14cf39f67d43_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:86050e03be5c049d0d8ca28f193f138b6d97b4af3d6aa902135d89cc09f2bbb6_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:9102fe3bafe7314979f3e091aad6ae31647f2fc4e5c078eb8b977fdb88b0ac7b_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:a44126d8a296416b3bee29a85d92dbb56ec72e4e44371a060c0c25013c3cbe1e_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e7673ed4b1300b524124a211afcb46f3a4eee2e72ce37dadf1c45527744637cd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:164dec7917292cb40d17d803782e43f410ac7ca3819df18dad72b3b3b737a68d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:81790eab19f22d07ebf9650d08ddcc26a749916372124bab3d0704e52a81e60f_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:95fbee884172f5289c20974a97d9d41200992cbbe4af5144261611ab56fea406_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:ca1af79e6d0f6fbee2c1dac1447fe6ea7a1cae978ca741b34a14da5d1e328b1e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:28b20c2c3c360e56b42acff0996a6b687c769246a7fc14937c8c7cb55a02ea00_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:7860cec4596ee0185e81eab24e601fcec3d94acb4c3505578d4b2b2fc77d7f34_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:8359a8e5295b020ae1bdbb51c587f54ca724916a5d541be253ea0c212e47988b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:cab14bb7a768d38f19975a5c5fcef67badfb0308661b3c66f8f889cd8a5fd9ba_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:22e2915dd729b6d609bb195ff862db3c4b646780fee7c87bba3e53baf2cfcfd4_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:471bbd72655a3ae9d7c7a0ccfb55cc1367d03e762278e3cebabca122dd26128a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:6045b0945c97d9e8e6b335484e6b20d0e9201acb30517f5937c3ccf5f2fcfa4b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:fdfc7dec489e55f532bfc91c0a9e695f32f6cb9c90b9e87226339910f996293b_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:23bd0d5b696160f8ff23069b4eb0b3418cd1b81722071e94205436adf511fed9_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4b4ad712fd929cbb0934c9c8627a6957fb3226069efaa334bd1218eec9792935_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:7f7c339024b76abcccdcc34a59ad1d09189a22b90342c694019b3fb780772d0a_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d7d5e33d6d124625f1a9b10e8ffd5d0b0fbad8a762aa4988bffd4a4282903c45_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:551c81710c8cf5976be6eeeea97837a1629ab39557582cec96cd24e8ffef9981_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:8f40fcd3c9f6bb35ce803aca84fcca52a5638ac3046251630e8681a81aa234f0_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:b6e38c07e7bd2b7dc59e0471843969eeced05de33d26390b37e15511a4ac21a1_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:fc14b570389939471ba36f36f8271dcdb6ca39108db6d0d6932b702a6c6cf068_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:af3b603b8e3be9fb551010ca99b59a29ee874ea2175970fe2711604ca9172329_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:ba9bc3804dbbf157c559e3cb9822d0b7658b51601a9ca131679e1e801c8cc71e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:dc54460ccb6195ab7b49dc30c7a5307c797149e972da4f32f8caa3ddb196abcd_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:fff50c6aec2bb0ff8a8000e7e658d3912888cc2f73c992736ccbae15cd6de44e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:564a10b40859d67329c06aa3bcbe683b3f3b8f98a7a8171433e9b441ce503487_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:714a1ba8d802ab1b9559c82adb045f8b6e85ccc5873a838ce883f7a2ff45189c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d521f37d24961e2d7b935cac6fc3e10e9150ab2a67a515b545a476cec39f2199_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d88c1726f97affb28504e955e87c9bfe2d3a559fdfe355b33e2e0a3fd15292ef_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:2529d25caab414b2a2c6b44bfd03bede99f4135498c83ad80d4279b10fd744f3_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:41c248f089c5cb86cae4e8d95df3677494983841bfb2646c485614ae3d38a3a7_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:5a4e6a76cf0684233c00c6fc99f8886d5f56469d3e5180cc66f4a188f27247c3_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:9896eec5067bc7fe27e62bf2d57234a862d225b545093fbe79780702791d6d70_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:1a9080e27653fe834a21a73f8e904106a7b37dc275983f4840f1f89ff6805aaf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:34ad7da02b067e8e3c6713ab8a95e0af8626048f115bf1a15740b615fa1d98e0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:8b02d97ad727f416efb6b94292d45bcbf2f75f7feec315816f86f97fdb21d929_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb47f22f6aacd520a35b456ee0bf23aeb2cf252e5d1bd88c844aebedf4aae894_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:0bca8f55fe89bdcf9e122f5c6b43335dbb9e14ffff03fb7fa251a57e7c9d6add_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:77c4b111fc4272582bfe401498004ae0cc4d34e2a1aae5bbd0ed28697429d81f_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:9da8352a0b60f296b6f60875a06b648274890ab706a3aee598286ac48e8cc739_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d4973e6d761878f0432a9076a7a68f307ac83f7f35d68b13def41a24a4bdd0ab_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:435bfd27be16e9955f93836df23dee04e1193ac3dbd6dee23a5b7fec1cf344a7_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:536e6c5feb0f6fa5d98b59463a9cbd03f078f90b427beb74c659d109845569b5_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:575b09d25000a80e01a6cdd5fa8f9e0a0bc4c8b18eb585eef9b14fb63019d29b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:ce403b2b3387abb801b9b6f2e5afa5767681dff121f52ad37e61b872c92607ff_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5e153efbe5e1d4afb38cf5197de7f79e973b496532a8bef31a8ff1d828d4583b_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:6b69e53e501850809c224c3798531167a693569f06e1271046e79e5b2f142caa_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:a89b02975a43620f7018f147d072de2782079a1b545cd26e3b340a078c1358bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:c34fccd0e1ceb552737963daf0a54a6229f418c91552261e7f4335450d9295f8_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:419c213091db002ca4dcf74f2ec20228b6e13f21d270feb1a876b66d68e7c76a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:505f16334bda7a46f03b8a1dab785152e8be8d4708b61b5c7ab69cc03b4d3e6a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:7e1f0b0fce5895cc70716034511a8be924c9112c00fc21b2ce9d8e01298022d3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:843686d61c12e52ee7648547584d9a564796299d0007e0e7aa0c965eb63fc2c1_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:0eeefa13b3b9d1a03e25ec2e3e413bcd3d6d321a6acca853d6201f8943a62894_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:5b93bd0916de1b61e21be809471f1b08c82c383acf7c57b9fe7e1afcc155c671_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:83f2dbd3969b4b21b6ccc9625e21b6125dda3e05455ab223335e027687ec73aa_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:a07e7e6d4072cc76b5406749a2329c46576d4ddc4847a949d36bca15bc2e5222_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:276278bff88228e7bfd829bc3ed5253317ca1cc653e99e248e06cca923b1559d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:5d483319c4fb251488f540b3d8a5ad8cbb44471d055208317b4aca79779bf2f8_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:8ca6f5875b0494fc6f0bcccb3bd409554f82d5d1729364a26157712637f7910e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:ec6e788ae24d2d378a4081d999a517b9fc99d15b5b43661e6029504e8b262c2a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:597674178bf3dc5329a665375211b412812459a47bcb5e57dbe43e9e0caae164_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7a02631e69201d34151d1b31fe5e07cd1757c33040d761914d2045e36788afde_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:aefe362f0fed6a1afd682095dc8f588646e0df27137ced95b2eea43276e12249_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d4b3a99025489a5d1da09431578250a7f26fef68c36d1f2011082c2dcbbc530f_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:16fad428ffa57227dedae33b80490a76e2821dbd86094c57ede151250c40615c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:8f4bc52cc6c96409b26ff7abd15271bf413418c58e2d947f0402e0d0d26ca964_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:b46fb6f4d8c0a781b153a845f0c46ff3f3c298f5e716494b5361857de034ae7e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:cbf1d0cd47405ab5facedf0e224123b8800809d935a044600a971fbf38adf847_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:9433ba39e25151440e6d45ed500b3cc19b8bc08980e396f29b17ba4918e7e3bb_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:a2ba4e91f29919518d20395145e76570238be34a1cf3fdb95458f43d6530b1ce_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:eac770b62d2949b42cfbeb7a2bc68c51ce30cf9d7414c31317360a03470706ac_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f4a0c352eaf9b4152a95a865c4f2316cc9ec99e71e5b4bbad5ca7158eebaa545_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:11267bcccc11feff8ccc8d51b87ded5a74ad05e275be5a61f49d7087d5e3c9fe_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6cf0cf175e361f28277a7c7287bc589d0874d3f5c1012ef4d3d09fc05528a20b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:978e071bb4a19da655ec8e1479fef100ef05ee8b9a0c75775cd0a8e36ffee7ec_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a3e7c10029f48aa52d9a83420370edf00dbe8e3db65f6fce7055ddaada5ad748_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:43a2ffeff59e7c485d309599e94dcfd00f3f2c36c16b5a8d5b897a8d0748b097_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:9cda99dac576e40ed622688dd495e1ffee0dc8d3554c83fabcf3a320ac61e34c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c5e5f91ef5f202baeb61bd971806592131b8577e7149b514f15181b394df754a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:f6dbed84d2cd1cd90a27b724b9d864a6f3cbcf8446954cb4b45d29204892dee0_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:40fa54b1d7bfb904ea7394f4e53727378563b025393438cbfbdbf3c8488697ee_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:4e0301cd7836f9f5a20bdb990b94f2fc2bd3694e1f0cdcc663cc267e6baee1c5_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:5f1c56223f81bf342146e01a3cb24c860ab66fe899fd6df2c5213332dab45373_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:d533060e31d23112711137094a6727a10ed7a0f6fa6cbf1feb519b32b7f24392_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:20acd223228e8eff27bcce21648d1c2238918f9dd3c647bdf57bf209708c1f94_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:7a3626165b6ffa8c89bb80f50288c9b10537d920b97c13ba16610e980c713db4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:c1e66d3e4dc737c1e4645168c57201d767f5f229da12c57d4711f9de010321d7_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d78d2aad8bd05fedfa69e9d85a79eec5d71219086a6ecb21610c0d2c2d883108_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ad33367a8ab31a33fd059c2a9786800904041cda6d407c40c48b1896cf3a6ff_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ff55c60557419d0653b420bd92d9f358f980a408d86d84c813f850681d80331_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:75b5880bb035d41302ac121617e664214073f15c0ffdbd256b1ef4af566fdb13_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:cb3a3355cf811f942424c39dcdc6dce54b7fb8d716d6ab3f3ceced0c65ef2e20_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:2805c34ef9234dccd06f746b3cd5d1f3ef6af15e92d80de2c9a84b0488f739ac_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:5e04589585e5df83d314346e4c9822e8f2258d21bd85264805479485771ac8dc_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:97ec0b837f1eaa526d51bd588756d52a267d5992fbb4b3c290b935e067e2e16e_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:ddfdbf73a1baa4c4f0bd59e341d0b4f635fae9a22da9d41a05dff6bca52030e6_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:7014b398e0d8832ac38f796d3334323bc0460e4c9aceab1223db9e5ccd942f9a_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bad617cc181dc8ee2279babf28ba41c3a65e31b9c7c1aba0c63faf41a48e8f49_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:d71639bc6cc02fecbc8e4c14c4b40f1bf1d7e7bffc9499707d340c080ce3b96d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:edec38eb8faf0dce8cc0ae29702934250e6cd6f43c97f6babdc256d2916c93fa_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:61252964a3030475dd7e4745590b61738f7931d886f9cffac422670c0a003412_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:641318a3fa75f98b02a361676973adf1b8b211412e97dbbde1305e85287391b8_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:7063147fdc41d0e802b9d8ca3ef0697cf65bc75972a8faef8be3a5baed099734_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:e4c8a6c50518fe1541a557381ffd91483fbbc9976358d1fa23ff032355311213_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33022"
},
{
"category": "external",
"summary": "RHBZ#2449483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449483"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33022",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33022"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33022",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33022"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/5eead3f859b9f938e86039e4d29185092c1d4ee6",
"url": "https://github.com/tektoncd/pipeline/commit/5eead3f859b9f938e86039e4d29185092c1d4ee6"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/security/advisories/GHSA-cv4x-93xx-wgfj",
"url": "https://github.com/tektoncd/pipeline/security/advisories/GHSA-cv4x-93xx-wgfj"
}
],
"release_date": "2026-03-20T07:48:15.383000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T10:40:40+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:3fcac1d8ade2f968d743f6bcc1d505933746e6dd83878ff2f1656cec005a107c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:48cddef1afef357f64e11065ce93392063d5d9c2795cf3b8aaf92d21f54959f4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:511965e5eb2f3c857864644803d49dceb639ad8190132f21dfd82bae2544b114_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:f77cef165f2e2b770833ee3532a473d5a1731502aa5936835c25511a2c37d7c1_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6166"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:2447d379a4ff5ac40fd31a4f598815d195fa6922dcddc8646fb7b0ab1fa2f2c3_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:37e8aa491d789e8d1fc8f3a3af517093c237691ca2ad96b4bc3fdb816aa88df4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:6799cba68b1738f0a7978335634d87f4a7443a70312be654e6997f96e918952b_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:fe6e5cd6c9dca5cb5cf20e26f9406abb4bf4dca5a50146e32bc98090ce4a2a67_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:003246997588f6030f5488d6a0ae50daaf4970a1bb39092d4c762b407ba63d3e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:968593d98e638637f271c74d5b13cd227b8587e013e8d71bc8c7faf25cf031ac_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ca3a9b04d388b008542e3d6c3ba2bb93f4ec7056fd9e5a7a7a26714d10d293bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:e589e8566f17e1bf4eed74f3ccd61b2e77d5cab7cb2bb091b76e758e5682a948_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:30c78cb17c2dbb124077332e5aba2626fc34833f17d9ffc43265ead4512b1215_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:7e0b8f06a88f2b7488c2fac5ebaaec362080c613294526998d948f580505d265_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:f49b06a428800b6ebdf0393694ed0d3e1c698b2844d0948769b6aeef6d5b23ab_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:fa64c0d948ac9564dea11cbd94186f00a08c0dac162f5ec7441f9d859d0646bd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:4e2e9e5bf18f63e584ec8506d96dcc6d0ad1fbdab3c2a5682a46c58ae969cde6_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:77af18020d2d8733ed028dec7fd78c5e9f2dfa2272f352ee45de8f711d93c52e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:8ef288bcc668b0dc2f0c9305abe0546f07cf7535cb083495210aa3219ab72dc1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:f99f5612487516a28ca3e63682afa1350fa60307a97f50c086cc1467d155ca58_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:3fcac1d8ade2f968d743f6bcc1d505933746e6dd83878ff2f1656cec005a107c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:48cddef1afef357f64e11065ce93392063d5d9c2795cf3b8aaf92d21f54959f4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:511965e5eb2f3c857864644803d49dceb639ad8190132f21dfd82bae2544b114_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:f77cef165f2e2b770833ee3532a473d5a1731502aa5936835c25511a2c37d7c1_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:2d2d1b8900245ac1cc3b8ff363e65aac0c44155961508f4e0b17d7c9ebcfdf9d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:780171539b9e364a5bcee51b4843aebd950d499c75bc579bb78cbc1265a2ff23_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d9a5e8233a92c81a77adeae8b4b742f8bc234457c0d017131df86c6aa867438c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:f6553c2db04c86384e30e9bfaea8d4270f19bab9afd7869d27032fe38534b295_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:20db9235bcb1e1e11b6815cd1ab889a6a162713344b9538f679660ad1d8e4b81_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:7c35e644ad8d4643bcd661d619894b86eb7461d42295806e91cff5c18fe4551d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:875b5369e4d5d2ed1e55d39eb0d7a42694324643f0b4bbcfb2be762a0e17719f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:94fd1a0b0764991eda81a160f9e4c4087883520c22bb17f9bd9d3167892861cf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:0ccf22fd76c5fe03b06340a925735ff6612b528cd6c4ab642f59d6033d8172d9_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:3a862b268c575cef875edcc3a7d156481d7fe503eb4550e63450b6f609cc0791_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:6d26cf8570d9756eef0edd599a3b0c2c76dadb44daff6fafee52ce1d2d2d024c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:cc5b019293d3aa0f3543982e1900021fcac0568c28e757f60a9e6849c81509c8_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:302cb10cf601e7f553c10b3c70600dbf4b7a6df52f7b323b3ada2eaeadc687af_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:3fb5e6a184df60d669d59ff114577f79fbe84f29ac1da8d85d32a85e77e910e2_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8899f79063b03842eb73b7d3760ca42eb0f5178500437a8707446299f0dde98a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8b6607ca56b500ef61f9cce62230baad7c4d3781271b4a9ef28b14cf39f67d43_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:86050e03be5c049d0d8ca28f193f138b6d97b4af3d6aa902135d89cc09f2bbb6_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:9102fe3bafe7314979f3e091aad6ae31647f2fc4e5c078eb8b977fdb88b0ac7b_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:a44126d8a296416b3bee29a85d92dbb56ec72e4e44371a060c0c25013c3cbe1e_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e7673ed4b1300b524124a211afcb46f3a4eee2e72ce37dadf1c45527744637cd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:164dec7917292cb40d17d803782e43f410ac7ca3819df18dad72b3b3b737a68d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:81790eab19f22d07ebf9650d08ddcc26a749916372124bab3d0704e52a81e60f_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:95fbee884172f5289c20974a97d9d41200992cbbe4af5144261611ab56fea406_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:ca1af79e6d0f6fbee2c1dac1447fe6ea7a1cae978ca741b34a14da5d1e328b1e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:28b20c2c3c360e56b42acff0996a6b687c769246a7fc14937c8c7cb55a02ea00_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:7860cec4596ee0185e81eab24e601fcec3d94acb4c3505578d4b2b2fc77d7f34_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:8359a8e5295b020ae1bdbb51c587f54ca724916a5d541be253ea0c212e47988b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:cab14bb7a768d38f19975a5c5fcef67badfb0308661b3c66f8f889cd8a5fd9ba_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:22e2915dd729b6d609bb195ff862db3c4b646780fee7c87bba3e53baf2cfcfd4_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:471bbd72655a3ae9d7c7a0ccfb55cc1367d03e762278e3cebabca122dd26128a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:6045b0945c97d9e8e6b335484e6b20d0e9201acb30517f5937c3ccf5f2fcfa4b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:fdfc7dec489e55f532bfc91c0a9e695f32f6cb9c90b9e87226339910f996293b_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:23bd0d5b696160f8ff23069b4eb0b3418cd1b81722071e94205436adf511fed9_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4b4ad712fd929cbb0934c9c8627a6957fb3226069efaa334bd1218eec9792935_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:7f7c339024b76abcccdcc34a59ad1d09189a22b90342c694019b3fb780772d0a_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d7d5e33d6d124625f1a9b10e8ffd5d0b0fbad8a762aa4988bffd4a4282903c45_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:551c81710c8cf5976be6eeeea97837a1629ab39557582cec96cd24e8ffef9981_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:8f40fcd3c9f6bb35ce803aca84fcca52a5638ac3046251630e8681a81aa234f0_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:b6e38c07e7bd2b7dc59e0471843969eeced05de33d26390b37e15511a4ac21a1_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:fc14b570389939471ba36f36f8271dcdb6ca39108db6d0d6932b702a6c6cf068_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:af3b603b8e3be9fb551010ca99b59a29ee874ea2175970fe2711604ca9172329_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:ba9bc3804dbbf157c559e3cb9822d0b7658b51601a9ca131679e1e801c8cc71e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:dc54460ccb6195ab7b49dc30c7a5307c797149e972da4f32f8caa3ddb196abcd_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:fff50c6aec2bb0ff8a8000e7e658d3912888cc2f73c992736ccbae15cd6de44e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:564a10b40859d67329c06aa3bcbe683b3f3b8f98a7a8171433e9b441ce503487_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:714a1ba8d802ab1b9559c82adb045f8b6e85ccc5873a838ce883f7a2ff45189c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d521f37d24961e2d7b935cac6fc3e10e9150ab2a67a515b545a476cec39f2199_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d88c1726f97affb28504e955e87c9bfe2d3a559fdfe355b33e2e0a3fd15292ef_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:2529d25caab414b2a2c6b44bfd03bede99f4135498c83ad80d4279b10fd744f3_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:41c248f089c5cb86cae4e8d95df3677494983841bfb2646c485614ae3d38a3a7_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:5a4e6a76cf0684233c00c6fc99f8886d5f56469d3e5180cc66f4a188f27247c3_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:9896eec5067bc7fe27e62bf2d57234a862d225b545093fbe79780702791d6d70_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:1a9080e27653fe834a21a73f8e904106a7b37dc275983f4840f1f89ff6805aaf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:34ad7da02b067e8e3c6713ab8a95e0af8626048f115bf1a15740b615fa1d98e0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:8b02d97ad727f416efb6b94292d45bcbf2f75f7feec315816f86f97fdb21d929_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb47f22f6aacd520a35b456ee0bf23aeb2cf252e5d1bd88c844aebedf4aae894_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:0bca8f55fe89bdcf9e122f5c6b43335dbb9e14ffff03fb7fa251a57e7c9d6add_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:77c4b111fc4272582bfe401498004ae0cc4d34e2a1aae5bbd0ed28697429d81f_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:9da8352a0b60f296b6f60875a06b648274890ab706a3aee598286ac48e8cc739_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d4973e6d761878f0432a9076a7a68f307ac83f7f35d68b13def41a24a4bdd0ab_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:435bfd27be16e9955f93836df23dee04e1193ac3dbd6dee23a5b7fec1cf344a7_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:536e6c5feb0f6fa5d98b59463a9cbd03f078f90b427beb74c659d109845569b5_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:575b09d25000a80e01a6cdd5fa8f9e0a0bc4c8b18eb585eef9b14fb63019d29b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:ce403b2b3387abb801b9b6f2e5afa5767681dff121f52ad37e61b872c92607ff_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5e153efbe5e1d4afb38cf5197de7f79e973b496532a8bef31a8ff1d828d4583b_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:6b69e53e501850809c224c3798531167a693569f06e1271046e79e5b2f142caa_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:a89b02975a43620f7018f147d072de2782079a1b545cd26e3b340a078c1358bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:c34fccd0e1ceb552737963daf0a54a6229f418c91552261e7f4335450d9295f8_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:419c213091db002ca4dcf74f2ec20228b6e13f21d270feb1a876b66d68e7c76a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:505f16334bda7a46f03b8a1dab785152e8be8d4708b61b5c7ab69cc03b4d3e6a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:7e1f0b0fce5895cc70716034511a8be924c9112c00fc21b2ce9d8e01298022d3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:843686d61c12e52ee7648547584d9a564796299d0007e0e7aa0c965eb63fc2c1_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:0eeefa13b3b9d1a03e25ec2e3e413bcd3d6d321a6acca853d6201f8943a62894_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:5b93bd0916de1b61e21be809471f1b08c82c383acf7c57b9fe7e1afcc155c671_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:83f2dbd3969b4b21b6ccc9625e21b6125dda3e05455ab223335e027687ec73aa_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:a07e7e6d4072cc76b5406749a2329c46576d4ddc4847a949d36bca15bc2e5222_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:276278bff88228e7bfd829bc3ed5253317ca1cc653e99e248e06cca923b1559d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:5d483319c4fb251488f540b3d8a5ad8cbb44471d055208317b4aca79779bf2f8_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:8ca6f5875b0494fc6f0bcccb3bd409554f82d5d1729364a26157712637f7910e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:ec6e788ae24d2d378a4081d999a517b9fc99d15b5b43661e6029504e8b262c2a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:597674178bf3dc5329a665375211b412812459a47bcb5e57dbe43e9e0caae164_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7a02631e69201d34151d1b31fe5e07cd1757c33040d761914d2045e36788afde_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:aefe362f0fed6a1afd682095dc8f588646e0df27137ced95b2eea43276e12249_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d4b3a99025489a5d1da09431578250a7f26fef68c36d1f2011082c2dcbbc530f_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:16fad428ffa57227dedae33b80490a76e2821dbd86094c57ede151250c40615c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:8f4bc52cc6c96409b26ff7abd15271bf413418c58e2d947f0402e0d0d26ca964_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:b46fb6f4d8c0a781b153a845f0c46ff3f3c298f5e716494b5361857de034ae7e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:cbf1d0cd47405ab5facedf0e224123b8800809d935a044600a971fbf38adf847_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:9433ba39e25151440e6d45ed500b3cc19b8bc08980e396f29b17ba4918e7e3bb_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:a2ba4e91f29919518d20395145e76570238be34a1cf3fdb95458f43d6530b1ce_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:eac770b62d2949b42cfbeb7a2bc68c51ce30cf9d7414c31317360a03470706ac_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f4a0c352eaf9b4152a95a865c4f2316cc9ec99e71e5b4bbad5ca7158eebaa545_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:11267bcccc11feff8ccc8d51b87ded5a74ad05e275be5a61f49d7087d5e3c9fe_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6cf0cf175e361f28277a7c7287bc589d0874d3f5c1012ef4d3d09fc05528a20b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:978e071bb4a19da655ec8e1479fef100ef05ee8b9a0c75775cd0a8e36ffee7ec_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a3e7c10029f48aa52d9a83420370edf00dbe8e3db65f6fce7055ddaada5ad748_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:43a2ffeff59e7c485d309599e94dcfd00f3f2c36c16b5a8d5b897a8d0748b097_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:9cda99dac576e40ed622688dd495e1ffee0dc8d3554c83fabcf3a320ac61e34c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c5e5f91ef5f202baeb61bd971806592131b8577e7149b514f15181b394df754a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:f6dbed84d2cd1cd90a27b724b9d864a6f3cbcf8446954cb4b45d29204892dee0_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:40fa54b1d7bfb904ea7394f4e53727378563b025393438cbfbdbf3c8488697ee_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:4e0301cd7836f9f5a20bdb990b94f2fc2bd3694e1f0cdcc663cc267e6baee1c5_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:5f1c56223f81bf342146e01a3cb24c860ab66fe899fd6df2c5213332dab45373_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:d533060e31d23112711137094a6727a10ed7a0f6fa6cbf1feb519b32b7f24392_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:20acd223228e8eff27bcce21648d1c2238918f9dd3c647bdf57bf209708c1f94_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:7a3626165b6ffa8c89bb80f50288c9b10537d920b97c13ba16610e980c713db4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:c1e66d3e4dc737c1e4645168c57201d767f5f229da12c57d4711f9de010321d7_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d78d2aad8bd05fedfa69e9d85a79eec5d71219086a6ecb21610c0d2c2d883108_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ad33367a8ab31a33fd059c2a9786800904041cda6d407c40c48b1896cf3a6ff_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ff55c60557419d0653b420bd92d9f358f980a408d86d84c813f850681d80331_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:75b5880bb035d41302ac121617e664214073f15c0ffdbd256b1ef4af566fdb13_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:cb3a3355cf811f942424c39dcdc6dce54b7fb8d716d6ab3f3ceced0c65ef2e20_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:2805c34ef9234dccd06f746b3cd5d1f3ef6af15e92d80de2c9a84b0488f739ac_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:5e04589585e5df83d314346e4c9822e8f2258d21bd85264805479485771ac8dc_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:97ec0b837f1eaa526d51bd588756d52a267d5992fbb4b3c290b935e067e2e16e_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:ddfdbf73a1baa4c4f0bd59e341d0b4f635fae9a22da9d41a05dff6bca52030e6_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:7014b398e0d8832ac38f796d3334323bc0460e4c9aceab1223db9e5ccd942f9a_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bad617cc181dc8ee2279babf28ba41c3a65e31b9c7c1aba0c63faf41a48e8f49_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:d71639bc6cc02fecbc8e4c14c4b40f1bf1d7e7bffc9499707d340c080ce3b96d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:edec38eb8faf0dce8cc0ae29702934250e6cd6f43c97f6babdc256d2916c93fa_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:61252964a3030475dd7e4745590b61738f7931d886f9cffac422670c0a003412_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:641318a3fa75f98b02a361676973adf1b8b211412e97dbbde1305e85287391b8_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:7063147fdc41d0e802b9d8ca3ef0697cf65bc75972a8faef8be3a5baed099734_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:e4c8a6c50518fe1541a557381ffd91483fbbc9976358d1fa23ff032355311213_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:2447d379a4ff5ac40fd31a4f598815d195fa6922dcddc8646fb7b0ab1fa2f2c3_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:37e8aa491d789e8d1fc8f3a3af517093c237691ca2ad96b4bc3fdb816aa88df4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:6799cba68b1738f0a7978335634d87f4a7443a70312be654e6997f96e918952b_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:fe6e5cd6c9dca5cb5cf20e26f9406abb4bf4dca5a50146e32bc98090ce4a2a67_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:003246997588f6030f5488d6a0ae50daaf4970a1bb39092d4c762b407ba63d3e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:968593d98e638637f271c74d5b13cd227b8587e013e8d71bc8c7faf25cf031ac_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ca3a9b04d388b008542e3d6c3ba2bb93f4ec7056fd9e5a7a7a26714d10d293bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:e589e8566f17e1bf4eed74f3ccd61b2e77d5cab7cb2bb091b76e758e5682a948_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:30c78cb17c2dbb124077332e5aba2626fc34833f17d9ffc43265ead4512b1215_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:7e0b8f06a88f2b7488c2fac5ebaaec362080c613294526998d948f580505d265_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:f49b06a428800b6ebdf0393694ed0d3e1c698b2844d0948769b6aeef6d5b23ab_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:fa64c0d948ac9564dea11cbd94186f00a08c0dac162f5ec7441f9d859d0646bd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:4e2e9e5bf18f63e584ec8506d96dcc6d0ad1fbdab3c2a5682a46c58ae969cde6_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:77af18020d2d8733ed028dec7fd78c5e9f2dfa2272f352ee45de8f711d93c52e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:8ef288bcc668b0dc2f0c9305abe0546f07cf7535cb083495210aa3219ab72dc1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:f99f5612487516a28ca3e63682afa1350fa60307a97f50c086cc1467d155ca58_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:3fcac1d8ade2f968d743f6bcc1d505933746e6dd83878ff2f1656cec005a107c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:48cddef1afef357f64e11065ce93392063d5d9c2795cf3b8aaf92d21f54959f4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:511965e5eb2f3c857864644803d49dceb639ad8190132f21dfd82bae2544b114_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:f77cef165f2e2b770833ee3532a473d5a1731502aa5936835c25511a2c37d7c1_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:2d2d1b8900245ac1cc3b8ff363e65aac0c44155961508f4e0b17d7c9ebcfdf9d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:780171539b9e364a5bcee51b4843aebd950d499c75bc579bb78cbc1265a2ff23_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d9a5e8233a92c81a77adeae8b4b742f8bc234457c0d017131df86c6aa867438c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:f6553c2db04c86384e30e9bfaea8d4270f19bab9afd7869d27032fe38534b295_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:20db9235bcb1e1e11b6815cd1ab889a6a162713344b9538f679660ad1d8e4b81_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:7c35e644ad8d4643bcd661d619894b86eb7461d42295806e91cff5c18fe4551d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:875b5369e4d5d2ed1e55d39eb0d7a42694324643f0b4bbcfb2be762a0e17719f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:94fd1a0b0764991eda81a160f9e4c4087883520c22bb17f9bd9d3167892861cf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:0ccf22fd76c5fe03b06340a925735ff6612b528cd6c4ab642f59d6033d8172d9_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:3a862b268c575cef875edcc3a7d156481d7fe503eb4550e63450b6f609cc0791_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:6d26cf8570d9756eef0edd599a3b0c2c76dadb44daff6fafee52ce1d2d2d024c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:cc5b019293d3aa0f3543982e1900021fcac0568c28e757f60a9e6849c81509c8_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:302cb10cf601e7f553c10b3c70600dbf4b7a6df52f7b323b3ada2eaeadc687af_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:3fb5e6a184df60d669d59ff114577f79fbe84f29ac1da8d85d32a85e77e910e2_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8899f79063b03842eb73b7d3760ca42eb0f5178500437a8707446299f0dde98a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8b6607ca56b500ef61f9cce62230baad7c4d3781271b4a9ef28b14cf39f67d43_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:86050e03be5c049d0d8ca28f193f138b6d97b4af3d6aa902135d89cc09f2bbb6_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:9102fe3bafe7314979f3e091aad6ae31647f2fc4e5c078eb8b977fdb88b0ac7b_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:a44126d8a296416b3bee29a85d92dbb56ec72e4e44371a060c0c25013c3cbe1e_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e7673ed4b1300b524124a211afcb46f3a4eee2e72ce37dadf1c45527744637cd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:164dec7917292cb40d17d803782e43f410ac7ca3819df18dad72b3b3b737a68d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:81790eab19f22d07ebf9650d08ddcc26a749916372124bab3d0704e52a81e60f_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:95fbee884172f5289c20974a97d9d41200992cbbe4af5144261611ab56fea406_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:ca1af79e6d0f6fbee2c1dac1447fe6ea7a1cae978ca741b34a14da5d1e328b1e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:28b20c2c3c360e56b42acff0996a6b687c769246a7fc14937c8c7cb55a02ea00_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:7860cec4596ee0185e81eab24e601fcec3d94acb4c3505578d4b2b2fc77d7f34_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:8359a8e5295b020ae1bdbb51c587f54ca724916a5d541be253ea0c212e47988b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:cab14bb7a768d38f19975a5c5fcef67badfb0308661b3c66f8f889cd8a5fd9ba_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:22e2915dd729b6d609bb195ff862db3c4b646780fee7c87bba3e53baf2cfcfd4_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:471bbd72655a3ae9d7c7a0ccfb55cc1367d03e762278e3cebabca122dd26128a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:6045b0945c97d9e8e6b335484e6b20d0e9201acb30517f5937c3ccf5f2fcfa4b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:fdfc7dec489e55f532bfc91c0a9e695f32f6cb9c90b9e87226339910f996293b_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:23bd0d5b696160f8ff23069b4eb0b3418cd1b81722071e94205436adf511fed9_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4b4ad712fd929cbb0934c9c8627a6957fb3226069efaa334bd1218eec9792935_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:7f7c339024b76abcccdcc34a59ad1d09189a22b90342c694019b3fb780772d0a_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d7d5e33d6d124625f1a9b10e8ffd5d0b0fbad8a762aa4988bffd4a4282903c45_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:551c81710c8cf5976be6eeeea97837a1629ab39557582cec96cd24e8ffef9981_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:8f40fcd3c9f6bb35ce803aca84fcca52a5638ac3046251630e8681a81aa234f0_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:b6e38c07e7bd2b7dc59e0471843969eeced05de33d26390b37e15511a4ac21a1_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:fc14b570389939471ba36f36f8271dcdb6ca39108db6d0d6932b702a6c6cf068_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:af3b603b8e3be9fb551010ca99b59a29ee874ea2175970fe2711604ca9172329_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:ba9bc3804dbbf157c559e3cb9822d0b7658b51601a9ca131679e1e801c8cc71e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:dc54460ccb6195ab7b49dc30c7a5307c797149e972da4f32f8caa3ddb196abcd_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:fff50c6aec2bb0ff8a8000e7e658d3912888cc2f73c992736ccbae15cd6de44e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:564a10b40859d67329c06aa3bcbe683b3f3b8f98a7a8171433e9b441ce503487_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:714a1ba8d802ab1b9559c82adb045f8b6e85ccc5873a838ce883f7a2ff45189c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d521f37d24961e2d7b935cac6fc3e10e9150ab2a67a515b545a476cec39f2199_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d88c1726f97affb28504e955e87c9bfe2d3a559fdfe355b33e2e0a3fd15292ef_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:2529d25caab414b2a2c6b44bfd03bede99f4135498c83ad80d4279b10fd744f3_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:41c248f089c5cb86cae4e8d95df3677494983841bfb2646c485614ae3d38a3a7_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:5a4e6a76cf0684233c00c6fc99f8886d5f56469d3e5180cc66f4a188f27247c3_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:9896eec5067bc7fe27e62bf2d57234a862d225b545093fbe79780702791d6d70_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:1a9080e27653fe834a21a73f8e904106a7b37dc275983f4840f1f89ff6805aaf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:34ad7da02b067e8e3c6713ab8a95e0af8626048f115bf1a15740b615fa1d98e0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:8b02d97ad727f416efb6b94292d45bcbf2f75f7feec315816f86f97fdb21d929_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb47f22f6aacd520a35b456ee0bf23aeb2cf252e5d1bd88c844aebedf4aae894_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:0bca8f55fe89bdcf9e122f5c6b43335dbb9e14ffff03fb7fa251a57e7c9d6add_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:77c4b111fc4272582bfe401498004ae0cc4d34e2a1aae5bbd0ed28697429d81f_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:9da8352a0b60f296b6f60875a06b648274890ab706a3aee598286ac48e8cc739_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d4973e6d761878f0432a9076a7a68f307ac83f7f35d68b13def41a24a4bdd0ab_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:435bfd27be16e9955f93836df23dee04e1193ac3dbd6dee23a5b7fec1cf344a7_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:536e6c5feb0f6fa5d98b59463a9cbd03f078f90b427beb74c659d109845569b5_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:575b09d25000a80e01a6cdd5fa8f9e0a0bc4c8b18eb585eef9b14fb63019d29b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:ce403b2b3387abb801b9b6f2e5afa5767681dff121f52ad37e61b872c92607ff_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5e153efbe5e1d4afb38cf5197de7f79e973b496532a8bef31a8ff1d828d4583b_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:6b69e53e501850809c224c3798531167a693569f06e1271046e79e5b2f142caa_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:a89b02975a43620f7018f147d072de2782079a1b545cd26e3b340a078c1358bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:c34fccd0e1ceb552737963daf0a54a6229f418c91552261e7f4335450d9295f8_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:419c213091db002ca4dcf74f2ec20228b6e13f21d270feb1a876b66d68e7c76a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:505f16334bda7a46f03b8a1dab785152e8be8d4708b61b5c7ab69cc03b4d3e6a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:7e1f0b0fce5895cc70716034511a8be924c9112c00fc21b2ce9d8e01298022d3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:843686d61c12e52ee7648547584d9a564796299d0007e0e7aa0c965eb63fc2c1_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:0eeefa13b3b9d1a03e25ec2e3e413bcd3d6d321a6acca853d6201f8943a62894_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:5b93bd0916de1b61e21be809471f1b08c82c383acf7c57b9fe7e1afcc155c671_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:83f2dbd3969b4b21b6ccc9625e21b6125dda3e05455ab223335e027687ec73aa_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:a07e7e6d4072cc76b5406749a2329c46576d4ddc4847a949d36bca15bc2e5222_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:276278bff88228e7bfd829bc3ed5253317ca1cc653e99e248e06cca923b1559d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:5d483319c4fb251488f540b3d8a5ad8cbb44471d055208317b4aca79779bf2f8_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:8ca6f5875b0494fc6f0bcccb3bd409554f82d5d1729364a26157712637f7910e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:ec6e788ae24d2d378a4081d999a517b9fc99d15b5b43661e6029504e8b262c2a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:597674178bf3dc5329a665375211b412812459a47bcb5e57dbe43e9e0caae164_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7a02631e69201d34151d1b31fe5e07cd1757c33040d761914d2045e36788afde_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:aefe362f0fed6a1afd682095dc8f588646e0df27137ced95b2eea43276e12249_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d4b3a99025489a5d1da09431578250a7f26fef68c36d1f2011082c2dcbbc530f_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:16fad428ffa57227dedae33b80490a76e2821dbd86094c57ede151250c40615c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:8f4bc52cc6c96409b26ff7abd15271bf413418c58e2d947f0402e0d0d26ca964_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:b46fb6f4d8c0a781b153a845f0c46ff3f3c298f5e716494b5361857de034ae7e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:cbf1d0cd47405ab5facedf0e224123b8800809d935a044600a971fbf38adf847_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:9433ba39e25151440e6d45ed500b3cc19b8bc08980e396f29b17ba4918e7e3bb_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:a2ba4e91f29919518d20395145e76570238be34a1cf3fdb95458f43d6530b1ce_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:eac770b62d2949b42cfbeb7a2bc68c51ce30cf9d7414c31317360a03470706ac_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f4a0c352eaf9b4152a95a865c4f2316cc9ec99e71e5b4bbad5ca7158eebaa545_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:11267bcccc11feff8ccc8d51b87ded5a74ad05e275be5a61f49d7087d5e3c9fe_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6cf0cf175e361f28277a7c7287bc589d0874d3f5c1012ef4d3d09fc05528a20b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:978e071bb4a19da655ec8e1479fef100ef05ee8b9a0c75775cd0a8e36ffee7ec_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a3e7c10029f48aa52d9a83420370edf00dbe8e3db65f6fce7055ddaada5ad748_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:43a2ffeff59e7c485d309599e94dcfd00f3f2c36c16b5a8d5b897a8d0748b097_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:9cda99dac576e40ed622688dd495e1ffee0dc8d3554c83fabcf3a320ac61e34c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c5e5f91ef5f202baeb61bd971806592131b8577e7149b514f15181b394df754a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:f6dbed84d2cd1cd90a27b724b9d864a6f3cbcf8446954cb4b45d29204892dee0_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:40fa54b1d7bfb904ea7394f4e53727378563b025393438cbfbdbf3c8488697ee_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:4e0301cd7836f9f5a20bdb990b94f2fc2bd3694e1f0cdcc663cc267e6baee1c5_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:5f1c56223f81bf342146e01a3cb24c860ab66fe899fd6df2c5213332dab45373_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:d533060e31d23112711137094a6727a10ed7a0f6fa6cbf1feb519b32b7f24392_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:20acd223228e8eff27bcce21648d1c2238918f9dd3c647bdf57bf209708c1f94_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:7a3626165b6ffa8c89bb80f50288c9b10537d920b97c13ba16610e980c713db4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:c1e66d3e4dc737c1e4645168c57201d767f5f229da12c57d4711f9de010321d7_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d78d2aad8bd05fedfa69e9d85a79eec5d71219086a6ecb21610c0d2c2d883108_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ad33367a8ab31a33fd059c2a9786800904041cda6d407c40c48b1896cf3a6ff_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ff55c60557419d0653b420bd92d9f358f980a408d86d84c813f850681d80331_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:75b5880bb035d41302ac121617e664214073f15c0ffdbd256b1ef4af566fdb13_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:cb3a3355cf811f942424c39dcdc6dce54b7fb8d716d6ab3f3ceced0c65ef2e20_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:2805c34ef9234dccd06f746b3cd5d1f3ef6af15e92d80de2c9a84b0488f739ac_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:5e04589585e5df83d314346e4c9822e8f2258d21bd85264805479485771ac8dc_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:97ec0b837f1eaa526d51bd588756d52a267d5992fbb4b3c290b935e067e2e16e_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:ddfdbf73a1baa4c4f0bd59e341d0b4f635fae9a22da9d41a05dff6bca52030e6_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:7014b398e0d8832ac38f796d3334323bc0460e4c9aceab1223db9e5ccd942f9a_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bad617cc181dc8ee2279babf28ba41c3a65e31b9c7c1aba0c63faf41a48e8f49_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:d71639bc6cc02fecbc8e4c14c4b40f1bf1d7e7bffc9499707d340c080ce3b96d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:edec38eb8faf0dce8cc0ae29702934250e6cd6f43c97f6babdc256d2916c93fa_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:61252964a3030475dd7e4745590b61738f7931d886f9cffac422670c0a003412_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:641318a3fa75f98b02a361676973adf1b8b211412e97dbbde1305e85287391b8_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:7063147fdc41d0e802b9d8ca3ef0697cf65bc75972a8faef8be3a5baed099734_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:e4c8a6c50518fe1541a557381ffd91483fbbc9976358d1fa23ff032355311213_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/tektoncd/pipeline: Tekton Pipelines: Denial of Service via long resolver names"
},
{
"cve": "CVE-2026-33211",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-03-24T00:02:20.093480+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:2447d379a4ff5ac40fd31a4f598815d195fa6922dcddc8646fb7b0ab1fa2f2c3_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:37e8aa491d789e8d1fc8f3a3af517093c237691ca2ad96b4bc3fdb816aa88df4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:6799cba68b1738f0a7978335634d87f4a7443a70312be654e6997f96e918952b_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:fe6e5cd6c9dca5cb5cf20e26f9406abb4bf4dca5a50146e32bc98090ce4a2a67_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:003246997588f6030f5488d6a0ae50daaf4970a1bb39092d4c762b407ba63d3e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:968593d98e638637f271c74d5b13cd227b8587e013e8d71bc8c7faf25cf031ac_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ca3a9b04d388b008542e3d6c3ba2bb93f4ec7056fd9e5a7a7a26714d10d293bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:e589e8566f17e1bf4eed74f3ccd61b2e77d5cab7cb2bb091b76e758e5682a948_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:30c78cb17c2dbb124077332e5aba2626fc34833f17d9ffc43265ead4512b1215_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:7e0b8f06a88f2b7488c2fac5ebaaec362080c613294526998d948f580505d265_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:f49b06a428800b6ebdf0393694ed0d3e1c698b2844d0948769b6aeef6d5b23ab_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:fa64c0d948ac9564dea11cbd94186f00a08c0dac162f5ec7441f9d859d0646bd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:4e2e9e5bf18f63e584ec8506d96dcc6d0ad1fbdab3c2a5682a46c58ae969cde6_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:77af18020d2d8733ed028dec7fd78c5e9f2dfa2272f352ee45de8f711d93c52e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:8ef288bcc668b0dc2f0c9305abe0546f07cf7535cb083495210aa3219ab72dc1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:f99f5612487516a28ca3e63682afa1350fa60307a97f50c086cc1467d155ca58_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:3fcac1d8ade2f968d743f6bcc1d505933746e6dd83878ff2f1656cec005a107c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:48cddef1afef357f64e11065ce93392063d5d9c2795cf3b8aaf92d21f54959f4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:511965e5eb2f3c857864644803d49dceb639ad8190132f21dfd82bae2544b114_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:f77cef165f2e2b770833ee3532a473d5a1731502aa5936835c25511a2c37d7c1_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:2d2d1b8900245ac1cc3b8ff363e65aac0c44155961508f4e0b17d7c9ebcfdf9d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:780171539b9e364a5bcee51b4843aebd950d499c75bc579bb78cbc1265a2ff23_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d9a5e8233a92c81a77adeae8b4b742f8bc234457c0d017131df86c6aa867438c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:f6553c2db04c86384e30e9bfaea8d4270f19bab9afd7869d27032fe38534b295_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:20db9235bcb1e1e11b6815cd1ab889a6a162713344b9538f679660ad1d8e4b81_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:7c35e644ad8d4643bcd661d619894b86eb7461d42295806e91cff5c18fe4551d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:875b5369e4d5d2ed1e55d39eb0d7a42694324643f0b4bbcfb2be762a0e17719f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:94fd1a0b0764991eda81a160f9e4c4087883520c22bb17f9bd9d3167892861cf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:0ccf22fd76c5fe03b06340a925735ff6612b528cd6c4ab642f59d6033d8172d9_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:3a862b268c575cef875edcc3a7d156481d7fe503eb4550e63450b6f609cc0791_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:6d26cf8570d9756eef0edd599a3b0c2c76dadb44daff6fafee52ce1d2d2d024c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:cc5b019293d3aa0f3543982e1900021fcac0568c28e757f60a9e6849c81509c8_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:302cb10cf601e7f553c10b3c70600dbf4b7a6df52f7b323b3ada2eaeadc687af_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:3fb5e6a184df60d669d59ff114577f79fbe84f29ac1da8d85d32a85e77e910e2_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8899f79063b03842eb73b7d3760ca42eb0f5178500437a8707446299f0dde98a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8b6607ca56b500ef61f9cce62230baad7c4d3781271b4a9ef28b14cf39f67d43_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:86050e03be5c049d0d8ca28f193f138b6d97b4af3d6aa902135d89cc09f2bbb6_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:9102fe3bafe7314979f3e091aad6ae31647f2fc4e5c078eb8b977fdb88b0ac7b_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:a44126d8a296416b3bee29a85d92dbb56ec72e4e44371a060c0c25013c3cbe1e_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e7673ed4b1300b524124a211afcb46f3a4eee2e72ce37dadf1c45527744637cd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:164dec7917292cb40d17d803782e43f410ac7ca3819df18dad72b3b3b737a68d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:81790eab19f22d07ebf9650d08ddcc26a749916372124bab3d0704e52a81e60f_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:95fbee884172f5289c20974a97d9d41200992cbbe4af5144261611ab56fea406_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:ca1af79e6d0f6fbee2c1dac1447fe6ea7a1cae978ca741b34a14da5d1e328b1e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:28b20c2c3c360e56b42acff0996a6b687c769246a7fc14937c8c7cb55a02ea00_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:7860cec4596ee0185e81eab24e601fcec3d94acb4c3505578d4b2b2fc77d7f34_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:8359a8e5295b020ae1bdbb51c587f54ca724916a5d541be253ea0c212e47988b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:cab14bb7a768d38f19975a5c5fcef67badfb0308661b3c66f8f889cd8a5fd9ba_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:22e2915dd729b6d609bb195ff862db3c4b646780fee7c87bba3e53baf2cfcfd4_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:471bbd72655a3ae9d7c7a0ccfb55cc1367d03e762278e3cebabca122dd26128a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:6045b0945c97d9e8e6b335484e6b20d0e9201acb30517f5937c3ccf5f2fcfa4b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:fdfc7dec489e55f532bfc91c0a9e695f32f6cb9c90b9e87226339910f996293b_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:23bd0d5b696160f8ff23069b4eb0b3418cd1b81722071e94205436adf511fed9_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4b4ad712fd929cbb0934c9c8627a6957fb3226069efaa334bd1218eec9792935_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:7f7c339024b76abcccdcc34a59ad1d09189a22b90342c694019b3fb780772d0a_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d7d5e33d6d124625f1a9b10e8ffd5d0b0fbad8a762aa4988bffd4a4282903c45_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:551c81710c8cf5976be6eeeea97837a1629ab39557582cec96cd24e8ffef9981_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:8f40fcd3c9f6bb35ce803aca84fcca52a5638ac3046251630e8681a81aa234f0_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:b6e38c07e7bd2b7dc59e0471843969eeced05de33d26390b37e15511a4ac21a1_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:fc14b570389939471ba36f36f8271dcdb6ca39108db6d0d6932b702a6c6cf068_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:af3b603b8e3be9fb551010ca99b59a29ee874ea2175970fe2711604ca9172329_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:ba9bc3804dbbf157c559e3cb9822d0b7658b51601a9ca131679e1e801c8cc71e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:dc54460ccb6195ab7b49dc30c7a5307c797149e972da4f32f8caa3ddb196abcd_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:fff50c6aec2bb0ff8a8000e7e658d3912888cc2f73c992736ccbae15cd6de44e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:564a10b40859d67329c06aa3bcbe683b3f3b8f98a7a8171433e9b441ce503487_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:714a1ba8d802ab1b9559c82adb045f8b6e85ccc5873a838ce883f7a2ff45189c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d521f37d24961e2d7b935cac6fc3e10e9150ab2a67a515b545a476cec39f2199_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d88c1726f97affb28504e955e87c9bfe2d3a559fdfe355b33e2e0a3fd15292ef_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:2529d25caab414b2a2c6b44bfd03bede99f4135498c83ad80d4279b10fd744f3_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:41c248f089c5cb86cae4e8d95df3677494983841bfb2646c485614ae3d38a3a7_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:5a4e6a76cf0684233c00c6fc99f8886d5f56469d3e5180cc66f4a188f27247c3_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:9896eec5067bc7fe27e62bf2d57234a862d225b545093fbe79780702791d6d70_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:1a9080e27653fe834a21a73f8e904106a7b37dc275983f4840f1f89ff6805aaf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:34ad7da02b067e8e3c6713ab8a95e0af8626048f115bf1a15740b615fa1d98e0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:8b02d97ad727f416efb6b94292d45bcbf2f75f7feec315816f86f97fdb21d929_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb47f22f6aacd520a35b456ee0bf23aeb2cf252e5d1bd88c844aebedf4aae894_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:0bca8f55fe89bdcf9e122f5c6b43335dbb9e14ffff03fb7fa251a57e7c9d6add_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:77c4b111fc4272582bfe401498004ae0cc4d34e2a1aae5bbd0ed28697429d81f_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:9da8352a0b60f296b6f60875a06b648274890ab706a3aee598286ac48e8cc739_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d4973e6d761878f0432a9076a7a68f307ac83f7f35d68b13def41a24a4bdd0ab_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:435bfd27be16e9955f93836df23dee04e1193ac3dbd6dee23a5b7fec1cf344a7_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:536e6c5feb0f6fa5d98b59463a9cbd03f078f90b427beb74c659d109845569b5_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:575b09d25000a80e01a6cdd5fa8f9e0a0bc4c8b18eb585eef9b14fb63019d29b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:ce403b2b3387abb801b9b6f2e5afa5767681dff121f52ad37e61b872c92607ff_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5e153efbe5e1d4afb38cf5197de7f79e973b496532a8bef31a8ff1d828d4583b_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:6b69e53e501850809c224c3798531167a693569f06e1271046e79e5b2f142caa_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:a89b02975a43620f7018f147d072de2782079a1b545cd26e3b340a078c1358bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:c34fccd0e1ceb552737963daf0a54a6229f418c91552261e7f4335450d9295f8_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:419c213091db002ca4dcf74f2ec20228b6e13f21d270feb1a876b66d68e7c76a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:505f16334bda7a46f03b8a1dab785152e8be8d4708b61b5c7ab69cc03b4d3e6a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:7e1f0b0fce5895cc70716034511a8be924c9112c00fc21b2ce9d8e01298022d3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:843686d61c12e52ee7648547584d9a564796299d0007e0e7aa0c965eb63fc2c1_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:276278bff88228e7bfd829bc3ed5253317ca1cc653e99e248e06cca923b1559d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:5d483319c4fb251488f540b3d8a5ad8cbb44471d055208317b4aca79779bf2f8_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:8ca6f5875b0494fc6f0bcccb3bd409554f82d5d1729364a26157712637f7910e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:ec6e788ae24d2d378a4081d999a517b9fc99d15b5b43661e6029504e8b262c2a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:597674178bf3dc5329a665375211b412812459a47bcb5e57dbe43e9e0caae164_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7a02631e69201d34151d1b31fe5e07cd1757c33040d761914d2045e36788afde_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:aefe362f0fed6a1afd682095dc8f588646e0df27137ced95b2eea43276e12249_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d4b3a99025489a5d1da09431578250a7f26fef68c36d1f2011082c2dcbbc530f_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:16fad428ffa57227dedae33b80490a76e2821dbd86094c57ede151250c40615c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:8f4bc52cc6c96409b26ff7abd15271bf413418c58e2d947f0402e0d0d26ca964_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:b46fb6f4d8c0a781b153a845f0c46ff3f3c298f5e716494b5361857de034ae7e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:cbf1d0cd47405ab5facedf0e224123b8800809d935a044600a971fbf38adf847_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:9433ba39e25151440e6d45ed500b3cc19b8bc08980e396f29b17ba4918e7e3bb_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:a2ba4e91f29919518d20395145e76570238be34a1cf3fdb95458f43d6530b1ce_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:eac770b62d2949b42cfbeb7a2bc68c51ce30cf9d7414c31317360a03470706ac_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f4a0c352eaf9b4152a95a865c4f2316cc9ec99e71e5b4bbad5ca7158eebaa545_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:11267bcccc11feff8ccc8d51b87ded5a74ad05e275be5a61f49d7087d5e3c9fe_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6cf0cf175e361f28277a7c7287bc589d0874d3f5c1012ef4d3d09fc05528a20b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:978e071bb4a19da655ec8e1479fef100ef05ee8b9a0c75775cd0a8e36ffee7ec_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a3e7c10029f48aa52d9a83420370edf00dbe8e3db65f6fce7055ddaada5ad748_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:43a2ffeff59e7c485d309599e94dcfd00f3f2c36c16b5a8d5b897a8d0748b097_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:9cda99dac576e40ed622688dd495e1ffee0dc8d3554c83fabcf3a320ac61e34c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c5e5f91ef5f202baeb61bd971806592131b8577e7149b514f15181b394df754a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:f6dbed84d2cd1cd90a27b724b9d864a6f3cbcf8446954cb4b45d29204892dee0_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:40fa54b1d7bfb904ea7394f4e53727378563b025393438cbfbdbf3c8488697ee_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:4e0301cd7836f9f5a20bdb990b94f2fc2bd3694e1f0cdcc663cc267e6baee1c5_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:5f1c56223f81bf342146e01a3cb24c860ab66fe899fd6df2c5213332dab45373_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:d533060e31d23112711137094a6727a10ed7a0f6fa6cbf1feb519b32b7f24392_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:20acd223228e8eff27bcce21648d1c2238918f9dd3c647bdf57bf209708c1f94_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:7a3626165b6ffa8c89bb80f50288c9b10537d920b97c13ba16610e980c713db4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:c1e66d3e4dc737c1e4645168c57201d767f5f229da12c57d4711f9de010321d7_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d78d2aad8bd05fedfa69e9d85a79eec5d71219086a6ecb21610c0d2c2d883108_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ad33367a8ab31a33fd059c2a9786800904041cda6d407c40c48b1896cf3a6ff_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ff55c60557419d0653b420bd92d9f358f980a408d86d84c813f850681d80331_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:75b5880bb035d41302ac121617e664214073f15c0ffdbd256b1ef4af566fdb13_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:cb3a3355cf811f942424c39dcdc6dce54b7fb8d716d6ab3f3ceced0c65ef2e20_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:2805c34ef9234dccd06f746b3cd5d1f3ef6af15e92d80de2c9a84b0488f739ac_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:5e04589585e5df83d314346e4c9822e8f2258d21bd85264805479485771ac8dc_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:97ec0b837f1eaa526d51bd588756d52a267d5992fbb4b3c290b935e067e2e16e_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:ddfdbf73a1baa4c4f0bd59e341d0b4f635fae9a22da9d41a05dff6bca52030e6_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:7014b398e0d8832ac38f796d3334323bc0460e4c9aceab1223db9e5ccd942f9a_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bad617cc181dc8ee2279babf28ba41c3a65e31b9c7c1aba0c63faf41a48e8f49_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:d71639bc6cc02fecbc8e4c14c4b40f1bf1d7e7bffc9499707d340c080ce3b96d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:edec38eb8faf0dce8cc0ae29702934250e6cd6f43c97f6babdc256d2916c93fa_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:61252964a3030475dd7e4745590b61738f7931d886f9cffac422670c0a003412_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:641318a3fa75f98b02a361676973adf1b8b211412e97dbbde1305e85287391b8_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:7063147fdc41d0e802b9d8ca3ef0697cf65bc75972a8faef8be3a5baed099734_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:e4c8a6c50518fe1541a557381ffd91483fbbc9976358d1fa23ff032355311213_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2450554"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Tekton Pipelines, specifically in the Tekton Pipelines git resolver. A tenant with permissions to create ResolutionRequests can exploit a path traversal vulnerability via the `pathInRepo` parameter. This allows the tenant to read arbitrary files from the resolver pod\u0027s filesystem, leading to information disclosure, including sensitive ServiceAccount tokens. The contents of these files are returned in a base64-encoded format.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Tekton Pipelines: github.com/tektoncd/pipeline: Tekton Pipelines: Information disclosure via path traversal in git resolver",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to have the permission to create ResolutionRequests (e.g., by creating TaskRuns or PipelineRuns that use the git resolver) within at least one specific namespace, limiting the exposure of this issue to authenticated users. Also, an attacker can read any file readable by the resolver pod process, including cluster secrets, allowing an escalation of privileges from namespace-scoped access to cluster-wide access. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:0eeefa13b3b9d1a03e25ec2e3e413bcd3d6d321a6acca853d6201f8943a62894_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:5b93bd0916de1b61e21be809471f1b08c82c383acf7c57b9fe7e1afcc155c671_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:83f2dbd3969b4b21b6ccc9625e21b6125dda3e05455ab223335e027687ec73aa_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:a07e7e6d4072cc76b5406749a2329c46576d4ddc4847a949d36bca15bc2e5222_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:2447d379a4ff5ac40fd31a4f598815d195fa6922dcddc8646fb7b0ab1fa2f2c3_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:37e8aa491d789e8d1fc8f3a3af517093c237691ca2ad96b4bc3fdb816aa88df4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:6799cba68b1738f0a7978335634d87f4a7443a70312be654e6997f96e918952b_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:fe6e5cd6c9dca5cb5cf20e26f9406abb4bf4dca5a50146e32bc98090ce4a2a67_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:003246997588f6030f5488d6a0ae50daaf4970a1bb39092d4c762b407ba63d3e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:968593d98e638637f271c74d5b13cd227b8587e013e8d71bc8c7faf25cf031ac_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ca3a9b04d388b008542e3d6c3ba2bb93f4ec7056fd9e5a7a7a26714d10d293bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:e589e8566f17e1bf4eed74f3ccd61b2e77d5cab7cb2bb091b76e758e5682a948_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:30c78cb17c2dbb124077332e5aba2626fc34833f17d9ffc43265ead4512b1215_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:7e0b8f06a88f2b7488c2fac5ebaaec362080c613294526998d948f580505d265_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:f49b06a428800b6ebdf0393694ed0d3e1c698b2844d0948769b6aeef6d5b23ab_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:fa64c0d948ac9564dea11cbd94186f00a08c0dac162f5ec7441f9d859d0646bd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:4e2e9e5bf18f63e584ec8506d96dcc6d0ad1fbdab3c2a5682a46c58ae969cde6_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:77af18020d2d8733ed028dec7fd78c5e9f2dfa2272f352ee45de8f711d93c52e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:8ef288bcc668b0dc2f0c9305abe0546f07cf7535cb083495210aa3219ab72dc1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:f99f5612487516a28ca3e63682afa1350fa60307a97f50c086cc1467d155ca58_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:3fcac1d8ade2f968d743f6bcc1d505933746e6dd83878ff2f1656cec005a107c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:48cddef1afef357f64e11065ce93392063d5d9c2795cf3b8aaf92d21f54959f4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:511965e5eb2f3c857864644803d49dceb639ad8190132f21dfd82bae2544b114_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:f77cef165f2e2b770833ee3532a473d5a1731502aa5936835c25511a2c37d7c1_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:2d2d1b8900245ac1cc3b8ff363e65aac0c44155961508f4e0b17d7c9ebcfdf9d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:780171539b9e364a5bcee51b4843aebd950d499c75bc579bb78cbc1265a2ff23_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d9a5e8233a92c81a77adeae8b4b742f8bc234457c0d017131df86c6aa867438c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:f6553c2db04c86384e30e9bfaea8d4270f19bab9afd7869d27032fe38534b295_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:20db9235bcb1e1e11b6815cd1ab889a6a162713344b9538f679660ad1d8e4b81_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:7c35e644ad8d4643bcd661d619894b86eb7461d42295806e91cff5c18fe4551d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:875b5369e4d5d2ed1e55d39eb0d7a42694324643f0b4bbcfb2be762a0e17719f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:94fd1a0b0764991eda81a160f9e4c4087883520c22bb17f9bd9d3167892861cf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:0ccf22fd76c5fe03b06340a925735ff6612b528cd6c4ab642f59d6033d8172d9_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:3a862b268c575cef875edcc3a7d156481d7fe503eb4550e63450b6f609cc0791_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:6d26cf8570d9756eef0edd599a3b0c2c76dadb44daff6fafee52ce1d2d2d024c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:cc5b019293d3aa0f3543982e1900021fcac0568c28e757f60a9e6849c81509c8_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:302cb10cf601e7f553c10b3c70600dbf4b7a6df52f7b323b3ada2eaeadc687af_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:3fb5e6a184df60d669d59ff114577f79fbe84f29ac1da8d85d32a85e77e910e2_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8899f79063b03842eb73b7d3760ca42eb0f5178500437a8707446299f0dde98a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8b6607ca56b500ef61f9cce62230baad7c4d3781271b4a9ef28b14cf39f67d43_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:86050e03be5c049d0d8ca28f193f138b6d97b4af3d6aa902135d89cc09f2bbb6_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:9102fe3bafe7314979f3e091aad6ae31647f2fc4e5c078eb8b977fdb88b0ac7b_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:a44126d8a296416b3bee29a85d92dbb56ec72e4e44371a060c0c25013c3cbe1e_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e7673ed4b1300b524124a211afcb46f3a4eee2e72ce37dadf1c45527744637cd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:164dec7917292cb40d17d803782e43f410ac7ca3819df18dad72b3b3b737a68d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:81790eab19f22d07ebf9650d08ddcc26a749916372124bab3d0704e52a81e60f_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:95fbee884172f5289c20974a97d9d41200992cbbe4af5144261611ab56fea406_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:ca1af79e6d0f6fbee2c1dac1447fe6ea7a1cae978ca741b34a14da5d1e328b1e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:28b20c2c3c360e56b42acff0996a6b687c769246a7fc14937c8c7cb55a02ea00_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:7860cec4596ee0185e81eab24e601fcec3d94acb4c3505578d4b2b2fc77d7f34_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:8359a8e5295b020ae1bdbb51c587f54ca724916a5d541be253ea0c212e47988b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:cab14bb7a768d38f19975a5c5fcef67badfb0308661b3c66f8f889cd8a5fd9ba_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:22e2915dd729b6d609bb195ff862db3c4b646780fee7c87bba3e53baf2cfcfd4_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:471bbd72655a3ae9d7c7a0ccfb55cc1367d03e762278e3cebabca122dd26128a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:6045b0945c97d9e8e6b335484e6b20d0e9201acb30517f5937c3ccf5f2fcfa4b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:fdfc7dec489e55f532bfc91c0a9e695f32f6cb9c90b9e87226339910f996293b_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:23bd0d5b696160f8ff23069b4eb0b3418cd1b81722071e94205436adf511fed9_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4b4ad712fd929cbb0934c9c8627a6957fb3226069efaa334bd1218eec9792935_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:7f7c339024b76abcccdcc34a59ad1d09189a22b90342c694019b3fb780772d0a_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d7d5e33d6d124625f1a9b10e8ffd5d0b0fbad8a762aa4988bffd4a4282903c45_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:551c81710c8cf5976be6eeeea97837a1629ab39557582cec96cd24e8ffef9981_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:8f40fcd3c9f6bb35ce803aca84fcca52a5638ac3046251630e8681a81aa234f0_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:b6e38c07e7bd2b7dc59e0471843969eeced05de33d26390b37e15511a4ac21a1_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:fc14b570389939471ba36f36f8271dcdb6ca39108db6d0d6932b702a6c6cf068_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:af3b603b8e3be9fb551010ca99b59a29ee874ea2175970fe2711604ca9172329_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:ba9bc3804dbbf157c559e3cb9822d0b7658b51601a9ca131679e1e801c8cc71e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:dc54460ccb6195ab7b49dc30c7a5307c797149e972da4f32f8caa3ddb196abcd_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:fff50c6aec2bb0ff8a8000e7e658d3912888cc2f73c992736ccbae15cd6de44e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:564a10b40859d67329c06aa3bcbe683b3f3b8f98a7a8171433e9b441ce503487_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:714a1ba8d802ab1b9559c82adb045f8b6e85ccc5873a838ce883f7a2ff45189c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d521f37d24961e2d7b935cac6fc3e10e9150ab2a67a515b545a476cec39f2199_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d88c1726f97affb28504e955e87c9bfe2d3a559fdfe355b33e2e0a3fd15292ef_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:2529d25caab414b2a2c6b44bfd03bede99f4135498c83ad80d4279b10fd744f3_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:41c248f089c5cb86cae4e8d95df3677494983841bfb2646c485614ae3d38a3a7_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:5a4e6a76cf0684233c00c6fc99f8886d5f56469d3e5180cc66f4a188f27247c3_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:9896eec5067bc7fe27e62bf2d57234a862d225b545093fbe79780702791d6d70_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:1a9080e27653fe834a21a73f8e904106a7b37dc275983f4840f1f89ff6805aaf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:34ad7da02b067e8e3c6713ab8a95e0af8626048f115bf1a15740b615fa1d98e0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:8b02d97ad727f416efb6b94292d45bcbf2f75f7feec315816f86f97fdb21d929_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb47f22f6aacd520a35b456ee0bf23aeb2cf252e5d1bd88c844aebedf4aae894_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:0bca8f55fe89bdcf9e122f5c6b43335dbb9e14ffff03fb7fa251a57e7c9d6add_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:77c4b111fc4272582bfe401498004ae0cc4d34e2a1aae5bbd0ed28697429d81f_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:9da8352a0b60f296b6f60875a06b648274890ab706a3aee598286ac48e8cc739_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d4973e6d761878f0432a9076a7a68f307ac83f7f35d68b13def41a24a4bdd0ab_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:435bfd27be16e9955f93836df23dee04e1193ac3dbd6dee23a5b7fec1cf344a7_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:536e6c5feb0f6fa5d98b59463a9cbd03f078f90b427beb74c659d109845569b5_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:575b09d25000a80e01a6cdd5fa8f9e0a0bc4c8b18eb585eef9b14fb63019d29b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:ce403b2b3387abb801b9b6f2e5afa5767681dff121f52ad37e61b872c92607ff_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5e153efbe5e1d4afb38cf5197de7f79e973b496532a8bef31a8ff1d828d4583b_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:6b69e53e501850809c224c3798531167a693569f06e1271046e79e5b2f142caa_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:a89b02975a43620f7018f147d072de2782079a1b545cd26e3b340a078c1358bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:c34fccd0e1ceb552737963daf0a54a6229f418c91552261e7f4335450d9295f8_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:419c213091db002ca4dcf74f2ec20228b6e13f21d270feb1a876b66d68e7c76a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:505f16334bda7a46f03b8a1dab785152e8be8d4708b61b5c7ab69cc03b4d3e6a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:7e1f0b0fce5895cc70716034511a8be924c9112c00fc21b2ce9d8e01298022d3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:843686d61c12e52ee7648547584d9a564796299d0007e0e7aa0c965eb63fc2c1_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:276278bff88228e7bfd829bc3ed5253317ca1cc653e99e248e06cca923b1559d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:5d483319c4fb251488f540b3d8a5ad8cbb44471d055208317b4aca79779bf2f8_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:8ca6f5875b0494fc6f0bcccb3bd409554f82d5d1729364a26157712637f7910e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:ec6e788ae24d2d378a4081d999a517b9fc99d15b5b43661e6029504e8b262c2a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:597674178bf3dc5329a665375211b412812459a47bcb5e57dbe43e9e0caae164_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7a02631e69201d34151d1b31fe5e07cd1757c33040d761914d2045e36788afde_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:aefe362f0fed6a1afd682095dc8f588646e0df27137ced95b2eea43276e12249_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d4b3a99025489a5d1da09431578250a7f26fef68c36d1f2011082c2dcbbc530f_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:16fad428ffa57227dedae33b80490a76e2821dbd86094c57ede151250c40615c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:8f4bc52cc6c96409b26ff7abd15271bf413418c58e2d947f0402e0d0d26ca964_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:b46fb6f4d8c0a781b153a845f0c46ff3f3c298f5e716494b5361857de034ae7e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:cbf1d0cd47405ab5facedf0e224123b8800809d935a044600a971fbf38adf847_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:9433ba39e25151440e6d45ed500b3cc19b8bc08980e396f29b17ba4918e7e3bb_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:a2ba4e91f29919518d20395145e76570238be34a1cf3fdb95458f43d6530b1ce_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:eac770b62d2949b42cfbeb7a2bc68c51ce30cf9d7414c31317360a03470706ac_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f4a0c352eaf9b4152a95a865c4f2316cc9ec99e71e5b4bbad5ca7158eebaa545_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:11267bcccc11feff8ccc8d51b87ded5a74ad05e275be5a61f49d7087d5e3c9fe_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6cf0cf175e361f28277a7c7287bc589d0874d3f5c1012ef4d3d09fc05528a20b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:978e071bb4a19da655ec8e1479fef100ef05ee8b9a0c75775cd0a8e36ffee7ec_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a3e7c10029f48aa52d9a83420370edf00dbe8e3db65f6fce7055ddaada5ad748_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:43a2ffeff59e7c485d309599e94dcfd00f3f2c36c16b5a8d5b897a8d0748b097_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:9cda99dac576e40ed622688dd495e1ffee0dc8d3554c83fabcf3a320ac61e34c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c5e5f91ef5f202baeb61bd971806592131b8577e7149b514f15181b394df754a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:f6dbed84d2cd1cd90a27b724b9d864a6f3cbcf8446954cb4b45d29204892dee0_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:40fa54b1d7bfb904ea7394f4e53727378563b025393438cbfbdbf3c8488697ee_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:4e0301cd7836f9f5a20bdb990b94f2fc2bd3694e1f0cdcc663cc267e6baee1c5_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:5f1c56223f81bf342146e01a3cb24c860ab66fe899fd6df2c5213332dab45373_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:d533060e31d23112711137094a6727a10ed7a0f6fa6cbf1feb519b32b7f24392_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:20acd223228e8eff27bcce21648d1c2238918f9dd3c647bdf57bf209708c1f94_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:7a3626165b6ffa8c89bb80f50288c9b10537d920b97c13ba16610e980c713db4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:c1e66d3e4dc737c1e4645168c57201d767f5f229da12c57d4711f9de010321d7_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d78d2aad8bd05fedfa69e9d85a79eec5d71219086a6ecb21610c0d2c2d883108_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ad33367a8ab31a33fd059c2a9786800904041cda6d407c40c48b1896cf3a6ff_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ff55c60557419d0653b420bd92d9f358f980a408d86d84c813f850681d80331_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:75b5880bb035d41302ac121617e664214073f15c0ffdbd256b1ef4af566fdb13_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:cb3a3355cf811f942424c39dcdc6dce54b7fb8d716d6ab3f3ceced0c65ef2e20_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:2805c34ef9234dccd06f746b3cd5d1f3ef6af15e92d80de2c9a84b0488f739ac_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:5e04589585e5df83d314346e4c9822e8f2258d21bd85264805479485771ac8dc_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:97ec0b837f1eaa526d51bd588756d52a267d5992fbb4b3c290b935e067e2e16e_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:ddfdbf73a1baa4c4f0bd59e341d0b4f635fae9a22da9d41a05dff6bca52030e6_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:7014b398e0d8832ac38f796d3334323bc0460e4c9aceab1223db9e5ccd942f9a_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bad617cc181dc8ee2279babf28ba41c3a65e31b9c7c1aba0c63faf41a48e8f49_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:d71639bc6cc02fecbc8e4c14c4b40f1bf1d7e7bffc9499707d340c080ce3b96d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:edec38eb8faf0dce8cc0ae29702934250e6cd6f43c97f6babdc256d2916c93fa_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:61252964a3030475dd7e4745590b61738f7931d886f9cffac422670c0a003412_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:641318a3fa75f98b02a361676973adf1b8b211412e97dbbde1305e85287391b8_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:7063147fdc41d0e802b9d8ca3ef0697cf65bc75972a8faef8be3a5baed099734_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:e4c8a6c50518fe1541a557381ffd91483fbbc9976358d1fa23ff032355311213_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33211"
},
{
"category": "external",
"summary": "RHBZ#2450554",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2450554"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33211",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33211"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33211",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33211"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/10fa538f9a2b6d01c75138f1ed7ba3da0e34687c",
"url": "https://github.com/tektoncd/pipeline/commit/10fa538f9a2b6d01c75138f1ed7ba3da0e34687c"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/318006c4e3a5",
"url": "https://github.com/tektoncd/pipeline/commit/318006c4e3a5"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/3ca7bc6e6dd1d97f80b84f78370d91edaf023cbd",
"url": "https://github.com/tektoncd/pipeline/commit/3ca7bc6e6dd1d97f80b84f78370d91edaf023cbd"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/961388fcf3374bc7656d28ab58ca84987e0a75ae",
"url": "https://github.com/tektoncd/pipeline/commit/961388fcf3374bc7656d28ab58ca84987e0a75ae"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/b1fee65b88aa969069c14c120045e97c37d9ee5e",
"url": "https://github.com/tektoncd/pipeline/commit/b1fee65b88aa969069c14c120045e97c37d9ee5e"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/cdb4e1e97a4f3170f9bc2cbfff83a6c8107bc3db",
"url": "https://github.com/tektoncd/pipeline/commit/cdb4e1e97a4f3170f9bc2cbfff83a6c8107bc3db"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/ec7755031a183b345cf9e64bea0e0505c1b9cb78",
"url": "https://github.com/tektoncd/pipeline/commit/ec7755031a183b345cf9e64bea0e0505c1b9cb78"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/security/advisories/GHSA-j5q5-j9gm-2w5c",
"url": "https://github.com/tektoncd/pipeline/security/advisories/GHSA-j5q5-j9gm-2w5c"
}
],
"release_date": "2026-03-23T23:55:54.089000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T10:40:40+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:0eeefa13b3b9d1a03e25ec2e3e413bcd3d6d321a6acca853d6201f8943a62894_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:5b93bd0916de1b61e21be809471f1b08c82c383acf7c57b9fe7e1afcc155c671_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:83f2dbd3969b4b21b6ccc9625e21b6125dda3e05455ab223335e027687ec73aa_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:a07e7e6d4072cc76b5406749a2329c46576d4ddc4847a949d36bca15bc2e5222_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6166"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, restrict the creation of ResolutionRequests to trusted users and service accounts. Implement strict Role-Based Access Control (RBAC) policies to limit which tenants can create TaskRuns or PipelineRuns that utilize the Tekton Pipelines git resolver. This reduces the exposure by preventing unauthorized access to the resolver pod\u0027s filesystem.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:2447d379a4ff5ac40fd31a4f598815d195fa6922dcddc8646fb7b0ab1fa2f2c3_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:37e8aa491d789e8d1fc8f3a3af517093c237691ca2ad96b4bc3fdb816aa88df4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:6799cba68b1738f0a7978335634d87f4a7443a70312be654e6997f96e918952b_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:fe6e5cd6c9dca5cb5cf20e26f9406abb4bf4dca5a50146e32bc98090ce4a2a67_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:003246997588f6030f5488d6a0ae50daaf4970a1bb39092d4c762b407ba63d3e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:968593d98e638637f271c74d5b13cd227b8587e013e8d71bc8c7faf25cf031ac_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ca3a9b04d388b008542e3d6c3ba2bb93f4ec7056fd9e5a7a7a26714d10d293bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:e589e8566f17e1bf4eed74f3ccd61b2e77d5cab7cb2bb091b76e758e5682a948_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:30c78cb17c2dbb124077332e5aba2626fc34833f17d9ffc43265ead4512b1215_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:7e0b8f06a88f2b7488c2fac5ebaaec362080c613294526998d948f580505d265_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:f49b06a428800b6ebdf0393694ed0d3e1c698b2844d0948769b6aeef6d5b23ab_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:fa64c0d948ac9564dea11cbd94186f00a08c0dac162f5ec7441f9d859d0646bd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:4e2e9e5bf18f63e584ec8506d96dcc6d0ad1fbdab3c2a5682a46c58ae969cde6_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:77af18020d2d8733ed028dec7fd78c5e9f2dfa2272f352ee45de8f711d93c52e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:8ef288bcc668b0dc2f0c9305abe0546f07cf7535cb083495210aa3219ab72dc1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:f99f5612487516a28ca3e63682afa1350fa60307a97f50c086cc1467d155ca58_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:3fcac1d8ade2f968d743f6bcc1d505933746e6dd83878ff2f1656cec005a107c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:48cddef1afef357f64e11065ce93392063d5d9c2795cf3b8aaf92d21f54959f4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:511965e5eb2f3c857864644803d49dceb639ad8190132f21dfd82bae2544b114_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:f77cef165f2e2b770833ee3532a473d5a1731502aa5936835c25511a2c37d7c1_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:2d2d1b8900245ac1cc3b8ff363e65aac0c44155961508f4e0b17d7c9ebcfdf9d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:780171539b9e364a5bcee51b4843aebd950d499c75bc579bb78cbc1265a2ff23_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d9a5e8233a92c81a77adeae8b4b742f8bc234457c0d017131df86c6aa867438c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:f6553c2db04c86384e30e9bfaea8d4270f19bab9afd7869d27032fe38534b295_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:20db9235bcb1e1e11b6815cd1ab889a6a162713344b9538f679660ad1d8e4b81_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:7c35e644ad8d4643bcd661d619894b86eb7461d42295806e91cff5c18fe4551d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:875b5369e4d5d2ed1e55d39eb0d7a42694324643f0b4bbcfb2be762a0e17719f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:94fd1a0b0764991eda81a160f9e4c4087883520c22bb17f9bd9d3167892861cf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:0ccf22fd76c5fe03b06340a925735ff6612b528cd6c4ab642f59d6033d8172d9_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:3a862b268c575cef875edcc3a7d156481d7fe503eb4550e63450b6f609cc0791_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:6d26cf8570d9756eef0edd599a3b0c2c76dadb44daff6fafee52ce1d2d2d024c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:cc5b019293d3aa0f3543982e1900021fcac0568c28e757f60a9e6849c81509c8_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:302cb10cf601e7f553c10b3c70600dbf4b7a6df52f7b323b3ada2eaeadc687af_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:3fb5e6a184df60d669d59ff114577f79fbe84f29ac1da8d85d32a85e77e910e2_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8899f79063b03842eb73b7d3760ca42eb0f5178500437a8707446299f0dde98a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8b6607ca56b500ef61f9cce62230baad7c4d3781271b4a9ef28b14cf39f67d43_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:86050e03be5c049d0d8ca28f193f138b6d97b4af3d6aa902135d89cc09f2bbb6_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:9102fe3bafe7314979f3e091aad6ae31647f2fc4e5c078eb8b977fdb88b0ac7b_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:a44126d8a296416b3bee29a85d92dbb56ec72e4e44371a060c0c25013c3cbe1e_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e7673ed4b1300b524124a211afcb46f3a4eee2e72ce37dadf1c45527744637cd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:164dec7917292cb40d17d803782e43f410ac7ca3819df18dad72b3b3b737a68d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:81790eab19f22d07ebf9650d08ddcc26a749916372124bab3d0704e52a81e60f_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:95fbee884172f5289c20974a97d9d41200992cbbe4af5144261611ab56fea406_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:ca1af79e6d0f6fbee2c1dac1447fe6ea7a1cae978ca741b34a14da5d1e328b1e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:28b20c2c3c360e56b42acff0996a6b687c769246a7fc14937c8c7cb55a02ea00_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:7860cec4596ee0185e81eab24e601fcec3d94acb4c3505578d4b2b2fc77d7f34_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:8359a8e5295b020ae1bdbb51c587f54ca724916a5d541be253ea0c212e47988b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:cab14bb7a768d38f19975a5c5fcef67badfb0308661b3c66f8f889cd8a5fd9ba_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:22e2915dd729b6d609bb195ff862db3c4b646780fee7c87bba3e53baf2cfcfd4_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:471bbd72655a3ae9d7c7a0ccfb55cc1367d03e762278e3cebabca122dd26128a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:6045b0945c97d9e8e6b335484e6b20d0e9201acb30517f5937c3ccf5f2fcfa4b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:fdfc7dec489e55f532bfc91c0a9e695f32f6cb9c90b9e87226339910f996293b_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:23bd0d5b696160f8ff23069b4eb0b3418cd1b81722071e94205436adf511fed9_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4b4ad712fd929cbb0934c9c8627a6957fb3226069efaa334bd1218eec9792935_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:7f7c339024b76abcccdcc34a59ad1d09189a22b90342c694019b3fb780772d0a_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d7d5e33d6d124625f1a9b10e8ffd5d0b0fbad8a762aa4988bffd4a4282903c45_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:551c81710c8cf5976be6eeeea97837a1629ab39557582cec96cd24e8ffef9981_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:8f40fcd3c9f6bb35ce803aca84fcca52a5638ac3046251630e8681a81aa234f0_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:b6e38c07e7bd2b7dc59e0471843969eeced05de33d26390b37e15511a4ac21a1_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:fc14b570389939471ba36f36f8271dcdb6ca39108db6d0d6932b702a6c6cf068_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:af3b603b8e3be9fb551010ca99b59a29ee874ea2175970fe2711604ca9172329_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:ba9bc3804dbbf157c559e3cb9822d0b7658b51601a9ca131679e1e801c8cc71e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:dc54460ccb6195ab7b49dc30c7a5307c797149e972da4f32f8caa3ddb196abcd_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:fff50c6aec2bb0ff8a8000e7e658d3912888cc2f73c992736ccbae15cd6de44e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:564a10b40859d67329c06aa3bcbe683b3f3b8f98a7a8171433e9b441ce503487_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:714a1ba8d802ab1b9559c82adb045f8b6e85ccc5873a838ce883f7a2ff45189c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d521f37d24961e2d7b935cac6fc3e10e9150ab2a67a515b545a476cec39f2199_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d88c1726f97affb28504e955e87c9bfe2d3a559fdfe355b33e2e0a3fd15292ef_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:2529d25caab414b2a2c6b44bfd03bede99f4135498c83ad80d4279b10fd744f3_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:41c248f089c5cb86cae4e8d95df3677494983841bfb2646c485614ae3d38a3a7_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:5a4e6a76cf0684233c00c6fc99f8886d5f56469d3e5180cc66f4a188f27247c3_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:9896eec5067bc7fe27e62bf2d57234a862d225b545093fbe79780702791d6d70_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:1a9080e27653fe834a21a73f8e904106a7b37dc275983f4840f1f89ff6805aaf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:34ad7da02b067e8e3c6713ab8a95e0af8626048f115bf1a15740b615fa1d98e0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:8b02d97ad727f416efb6b94292d45bcbf2f75f7feec315816f86f97fdb21d929_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb47f22f6aacd520a35b456ee0bf23aeb2cf252e5d1bd88c844aebedf4aae894_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:0bca8f55fe89bdcf9e122f5c6b43335dbb9e14ffff03fb7fa251a57e7c9d6add_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:77c4b111fc4272582bfe401498004ae0cc4d34e2a1aae5bbd0ed28697429d81f_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:9da8352a0b60f296b6f60875a06b648274890ab706a3aee598286ac48e8cc739_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d4973e6d761878f0432a9076a7a68f307ac83f7f35d68b13def41a24a4bdd0ab_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:435bfd27be16e9955f93836df23dee04e1193ac3dbd6dee23a5b7fec1cf344a7_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:536e6c5feb0f6fa5d98b59463a9cbd03f078f90b427beb74c659d109845569b5_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:575b09d25000a80e01a6cdd5fa8f9e0a0bc4c8b18eb585eef9b14fb63019d29b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:ce403b2b3387abb801b9b6f2e5afa5767681dff121f52ad37e61b872c92607ff_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5e153efbe5e1d4afb38cf5197de7f79e973b496532a8bef31a8ff1d828d4583b_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:6b69e53e501850809c224c3798531167a693569f06e1271046e79e5b2f142caa_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:a89b02975a43620f7018f147d072de2782079a1b545cd26e3b340a078c1358bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:c34fccd0e1ceb552737963daf0a54a6229f418c91552261e7f4335450d9295f8_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:419c213091db002ca4dcf74f2ec20228b6e13f21d270feb1a876b66d68e7c76a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:505f16334bda7a46f03b8a1dab785152e8be8d4708b61b5c7ab69cc03b4d3e6a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:7e1f0b0fce5895cc70716034511a8be924c9112c00fc21b2ce9d8e01298022d3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:843686d61c12e52ee7648547584d9a564796299d0007e0e7aa0c965eb63fc2c1_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:0eeefa13b3b9d1a03e25ec2e3e413bcd3d6d321a6acca853d6201f8943a62894_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:5b93bd0916de1b61e21be809471f1b08c82c383acf7c57b9fe7e1afcc155c671_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:83f2dbd3969b4b21b6ccc9625e21b6125dda3e05455ab223335e027687ec73aa_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:a07e7e6d4072cc76b5406749a2329c46576d4ddc4847a949d36bca15bc2e5222_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:276278bff88228e7bfd829bc3ed5253317ca1cc653e99e248e06cca923b1559d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:5d483319c4fb251488f540b3d8a5ad8cbb44471d055208317b4aca79779bf2f8_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:8ca6f5875b0494fc6f0bcccb3bd409554f82d5d1729364a26157712637f7910e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:ec6e788ae24d2d378a4081d999a517b9fc99d15b5b43661e6029504e8b262c2a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:597674178bf3dc5329a665375211b412812459a47bcb5e57dbe43e9e0caae164_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7a02631e69201d34151d1b31fe5e07cd1757c33040d761914d2045e36788afde_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:aefe362f0fed6a1afd682095dc8f588646e0df27137ced95b2eea43276e12249_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d4b3a99025489a5d1da09431578250a7f26fef68c36d1f2011082c2dcbbc530f_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:16fad428ffa57227dedae33b80490a76e2821dbd86094c57ede151250c40615c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:8f4bc52cc6c96409b26ff7abd15271bf413418c58e2d947f0402e0d0d26ca964_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:b46fb6f4d8c0a781b153a845f0c46ff3f3c298f5e716494b5361857de034ae7e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:cbf1d0cd47405ab5facedf0e224123b8800809d935a044600a971fbf38adf847_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:9433ba39e25151440e6d45ed500b3cc19b8bc08980e396f29b17ba4918e7e3bb_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:a2ba4e91f29919518d20395145e76570238be34a1cf3fdb95458f43d6530b1ce_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:eac770b62d2949b42cfbeb7a2bc68c51ce30cf9d7414c31317360a03470706ac_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f4a0c352eaf9b4152a95a865c4f2316cc9ec99e71e5b4bbad5ca7158eebaa545_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:11267bcccc11feff8ccc8d51b87ded5a74ad05e275be5a61f49d7087d5e3c9fe_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6cf0cf175e361f28277a7c7287bc589d0874d3f5c1012ef4d3d09fc05528a20b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:978e071bb4a19da655ec8e1479fef100ef05ee8b9a0c75775cd0a8e36ffee7ec_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a3e7c10029f48aa52d9a83420370edf00dbe8e3db65f6fce7055ddaada5ad748_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:43a2ffeff59e7c485d309599e94dcfd00f3f2c36c16b5a8d5b897a8d0748b097_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:9cda99dac576e40ed622688dd495e1ffee0dc8d3554c83fabcf3a320ac61e34c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c5e5f91ef5f202baeb61bd971806592131b8577e7149b514f15181b394df754a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:f6dbed84d2cd1cd90a27b724b9d864a6f3cbcf8446954cb4b45d29204892dee0_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:40fa54b1d7bfb904ea7394f4e53727378563b025393438cbfbdbf3c8488697ee_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:4e0301cd7836f9f5a20bdb990b94f2fc2bd3694e1f0cdcc663cc267e6baee1c5_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:5f1c56223f81bf342146e01a3cb24c860ab66fe899fd6df2c5213332dab45373_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:d533060e31d23112711137094a6727a10ed7a0f6fa6cbf1feb519b32b7f24392_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:20acd223228e8eff27bcce21648d1c2238918f9dd3c647bdf57bf209708c1f94_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:7a3626165b6ffa8c89bb80f50288c9b10537d920b97c13ba16610e980c713db4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:c1e66d3e4dc737c1e4645168c57201d767f5f229da12c57d4711f9de010321d7_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d78d2aad8bd05fedfa69e9d85a79eec5d71219086a6ecb21610c0d2c2d883108_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ad33367a8ab31a33fd059c2a9786800904041cda6d407c40c48b1896cf3a6ff_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ff55c60557419d0653b420bd92d9f358f980a408d86d84c813f850681d80331_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:75b5880bb035d41302ac121617e664214073f15c0ffdbd256b1ef4af566fdb13_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:cb3a3355cf811f942424c39dcdc6dce54b7fb8d716d6ab3f3ceced0c65ef2e20_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:2805c34ef9234dccd06f746b3cd5d1f3ef6af15e92d80de2c9a84b0488f739ac_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:5e04589585e5df83d314346e4c9822e8f2258d21bd85264805479485771ac8dc_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:97ec0b837f1eaa526d51bd588756d52a267d5992fbb4b3c290b935e067e2e16e_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:ddfdbf73a1baa4c4f0bd59e341d0b4f635fae9a22da9d41a05dff6bca52030e6_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:7014b398e0d8832ac38f796d3334323bc0460e4c9aceab1223db9e5ccd942f9a_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bad617cc181dc8ee2279babf28ba41c3a65e31b9c7c1aba0c63faf41a48e8f49_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:d71639bc6cc02fecbc8e4c14c4b40f1bf1d7e7bffc9499707d340c080ce3b96d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:edec38eb8faf0dce8cc0ae29702934250e6cd6f43c97f6babdc256d2916c93fa_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:61252964a3030475dd7e4745590b61738f7931d886f9cffac422670c0a003412_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:641318a3fa75f98b02a361676973adf1b8b211412e97dbbde1305e85287391b8_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:7063147fdc41d0e802b9d8ca3ef0697cf65bc75972a8faef8be3a5baed099734_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:e4c8a6c50518fe1541a557381ffd91483fbbc9976358d1fa23ff032355311213_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.6,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:2447d379a4ff5ac40fd31a4f598815d195fa6922dcddc8646fb7b0ab1fa2f2c3_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:37e8aa491d789e8d1fc8f3a3af517093c237691ca2ad96b4bc3fdb816aa88df4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:6799cba68b1738f0a7978335634d87f4a7443a70312be654e6997f96e918952b_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:fe6e5cd6c9dca5cb5cf20e26f9406abb4bf4dca5a50146e32bc98090ce4a2a67_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:003246997588f6030f5488d6a0ae50daaf4970a1bb39092d4c762b407ba63d3e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:968593d98e638637f271c74d5b13cd227b8587e013e8d71bc8c7faf25cf031ac_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ca3a9b04d388b008542e3d6c3ba2bb93f4ec7056fd9e5a7a7a26714d10d293bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:e589e8566f17e1bf4eed74f3ccd61b2e77d5cab7cb2bb091b76e758e5682a948_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:30c78cb17c2dbb124077332e5aba2626fc34833f17d9ffc43265ead4512b1215_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:7e0b8f06a88f2b7488c2fac5ebaaec362080c613294526998d948f580505d265_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:f49b06a428800b6ebdf0393694ed0d3e1c698b2844d0948769b6aeef6d5b23ab_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:fa64c0d948ac9564dea11cbd94186f00a08c0dac162f5ec7441f9d859d0646bd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:4e2e9e5bf18f63e584ec8506d96dcc6d0ad1fbdab3c2a5682a46c58ae969cde6_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:77af18020d2d8733ed028dec7fd78c5e9f2dfa2272f352ee45de8f711d93c52e_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:8ef288bcc668b0dc2f0c9305abe0546f07cf7535cb083495210aa3219ab72dc1_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:f99f5612487516a28ca3e63682afa1350fa60307a97f50c086cc1467d155ca58_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:3fcac1d8ade2f968d743f6bcc1d505933746e6dd83878ff2f1656cec005a107c_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:48cddef1afef357f64e11065ce93392063d5d9c2795cf3b8aaf92d21f54959f4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:511965e5eb2f3c857864644803d49dceb639ad8190132f21dfd82bae2544b114_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:f77cef165f2e2b770833ee3532a473d5a1731502aa5936835c25511a2c37d7c1_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:2d2d1b8900245ac1cc3b8ff363e65aac0c44155961508f4e0b17d7c9ebcfdf9d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:780171539b9e364a5bcee51b4843aebd950d499c75bc579bb78cbc1265a2ff23_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d9a5e8233a92c81a77adeae8b4b742f8bc234457c0d017131df86c6aa867438c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:f6553c2db04c86384e30e9bfaea8d4270f19bab9afd7869d27032fe38534b295_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:20db9235bcb1e1e11b6815cd1ab889a6a162713344b9538f679660ad1d8e4b81_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:7c35e644ad8d4643bcd661d619894b86eb7461d42295806e91cff5c18fe4551d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:875b5369e4d5d2ed1e55d39eb0d7a42694324643f0b4bbcfb2be762a0e17719f_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:94fd1a0b0764991eda81a160f9e4c4087883520c22bb17f9bd9d3167892861cf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:0ccf22fd76c5fe03b06340a925735ff6612b528cd6c4ab642f59d6033d8172d9_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:3a862b268c575cef875edcc3a7d156481d7fe503eb4550e63450b6f609cc0791_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:6d26cf8570d9756eef0edd599a3b0c2c76dadb44daff6fafee52ce1d2d2d024c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:cc5b019293d3aa0f3543982e1900021fcac0568c28e757f60a9e6849c81509c8_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:302cb10cf601e7f553c10b3c70600dbf4b7a6df52f7b323b3ada2eaeadc687af_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:3fb5e6a184df60d669d59ff114577f79fbe84f29ac1da8d85d32a85e77e910e2_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8899f79063b03842eb73b7d3760ca42eb0f5178500437a8707446299f0dde98a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:8b6607ca56b500ef61f9cce62230baad7c4d3781271b4a9ef28b14cf39f67d43_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:86050e03be5c049d0d8ca28f193f138b6d97b4af3d6aa902135d89cc09f2bbb6_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:9102fe3bafe7314979f3e091aad6ae31647f2fc4e5c078eb8b977fdb88b0ac7b_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:a44126d8a296416b3bee29a85d92dbb56ec72e4e44371a060c0c25013c3cbe1e_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e7673ed4b1300b524124a211afcb46f3a4eee2e72ce37dadf1c45527744637cd_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:164dec7917292cb40d17d803782e43f410ac7ca3819df18dad72b3b3b737a68d_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:81790eab19f22d07ebf9650d08ddcc26a749916372124bab3d0704e52a81e60f_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:95fbee884172f5289c20974a97d9d41200992cbbe4af5144261611ab56fea406_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:ca1af79e6d0f6fbee2c1dac1447fe6ea7a1cae978ca741b34a14da5d1e328b1e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:28b20c2c3c360e56b42acff0996a6b687c769246a7fc14937c8c7cb55a02ea00_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:7860cec4596ee0185e81eab24e601fcec3d94acb4c3505578d4b2b2fc77d7f34_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:8359a8e5295b020ae1bdbb51c587f54ca724916a5d541be253ea0c212e47988b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:cab14bb7a768d38f19975a5c5fcef67badfb0308661b3c66f8f889cd8a5fd9ba_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:22e2915dd729b6d609bb195ff862db3c4b646780fee7c87bba3e53baf2cfcfd4_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:471bbd72655a3ae9d7c7a0ccfb55cc1367d03e762278e3cebabca122dd26128a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:6045b0945c97d9e8e6b335484e6b20d0e9201acb30517f5937c3ccf5f2fcfa4b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:fdfc7dec489e55f532bfc91c0a9e695f32f6cb9c90b9e87226339910f996293b_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:23bd0d5b696160f8ff23069b4eb0b3418cd1b81722071e94205436adf511fed9_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:4b4ad712fd929cbb0934c9c8627a6957fb3226069efaa334bd1218eec9792935_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:7f7c339024b76abcccdcc34a59ad1d09189a22b90342c694019b3fb780772d0a_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:d7d5e33d6d124625f1a9b10e8ffd5d0b0fbad8a762aa4988bffd4a4282903c45_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:551c81710c8cf5976be6eeeea97837a1629ab39557582cec96cd24e8ffef9981_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:8f40fcd3c9f6bb35ce803aca84fcca52a5638ac3046251630e8681a81aa234f0_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:b6e38c07e7bd2b7dc59e0471843969eeced05de33d26390b37e15511a4ac21a1_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:fc14b570389939471ba36f36f8271dcdb6ca39108db6d0d6932b702a6c6cf068_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:af3b603b8e3be9fb551010ca99b59a29ee874ea2175970fe2711604ca9172329_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:ba9bc3804dbbf157c559e3cb9822d0b7658b51601a9ca131679e1e801c8cc71e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:dc54460ccb6195ab7b49dc30c7a5307c797149e972da4f32f8caa3ddb196abcd_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:fff50c6aec2bb0ff8a8000e7e658d3912888cc2f73c992736ccbae15cd6de44e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:564a10b40859d67329c06aa3bcbe683b3f3b8f98a7a8171433e9b441ce503487_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:714a1ba8d802ab1b9559c82adb045f8b6e85ccc5873a838ce883f7a2ff45189c_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d521f37d24961e2d7b935cac6fc3e10e9150ab2a67a515b545a476cec39f2199_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:d88c1726f97affb28504e955e87c9bfe2d3a559fdfe355b33e2e0a3fd15292ef_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:2529d25caab414b2a2c6b44bfd03bede99f4135498c83ad80d4279b10fd744f3_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:41c248f089c5cb86cae4e8d95df3677494983841bfb2646c485614ae3d38a3a7_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:5a4e6a76cf0684233c00c6fc99f8886d5f56469d3e5180cc66f4a188f27247c3_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:9896eec5067bc7fe27e62bf2d57234a862d225b545093fbe79780702791d6d70_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:1a9080e27653fe834a21a73f8e904106a7b37dc275983f4840f1f89ff6805aaf_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:34ad7da02b067e8e3c6713ab8a95e0af8626048f115bf1a15740b615fa1d98e0_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:8b02d97ad727f416efb6b94292d45bcbf2f75f7feec315816f86f97fdb21d929_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bb47f22f6aacd520a35b456ee0bf23aeb2cf252e5d1bd88c844aebedf4aae894_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:0bca8f55fe89bdcf9e122f5c6b43335dbb9e14ffff03fb7fa251a57e7c9d6add_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:77c4b111fc4272582bfe401498004ae0cc4d34e2a1aae5bbd0ed28697429d81f_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:9da8352a0b60f296b6f60875a06b648274890ab706a3aee598286ac48e8cc739_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:d4973e6d761878f0432a9076a7a68f307ac83f7f35d68b13def41a24a4bdd0ab_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:435bfd27be16e9955f93836df23dee04e1193ac3dbd6dee23a5b7fec1cf344a7_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:536e6c5feb0f6fa5d98b59463a9cbd03f078f90b427beb74c659d109845569b5_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:575b09d25000a80e01a6cdd5fa8f9e0a0bc4c8b18eb585eef9b14fb63019d29b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:ce403b2b3387abb801b9b6f2e5afa5767681dff121f52ad37e61b872c92607ff_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:5e153efbe5e1d4afb38cf5197de7f79e973b496532a8bef31a8ff1d828d4583b_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:6b69e53e501850809c224c3798531167a693569f06e1271046e79e5b2f142caa_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:a89b02975a43620f7018f147d072de2782079a1b545cd26e3b340a078c1358bd_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:c34fccd0e1ceb552737963daf0a54a6229f418c91552261e7f4335450d9295f8_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:419c213091db002ca4dcf74f2ec20228b6e13f21d270feb1a876b66d68e7c76a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:505f16334bda7a46f03b8a1dab785152e8be8d4708b61b5c7ab69cc03b4d3e6a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:7e1f0b0fce5895cc70716034511a8be924c9112c00fc21b2ce9d8e01298022d3_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-pruner-webhook-rhel9@sha256:843686d61c12e52ee7648547584d9a564796299d0007e0e7aa0c965eb63fc2c1_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:0eeefa13b3b9d1a03e25ec2e3e413bcd3d6d321a6acca853d6201f8943a62894_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:5b93bd0916de1b61e21be809471f1b08c82c383acf7c57b9fe7e1afcc155c671_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:83f2dbd3969b4b21b6ccc9625e21b6125dda3e05455ab223335e027687ec73aa_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:a07e7e6d4072cc76b5406749a2329c46576d4ddc4847a949d36bca15bc2e5222_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:276278bff88228e7bfd829bc3ed5253317ca1cc653e99e248e06cca923b1559d_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:5d483319c4fb251488f540b3d8a5ad8cbb44471d055208317b4aca79779bf2f8_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:8ca6f5875b0494fc6f0bcccb3bd409554f82d5d1729364a26157712637f7910e_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:ec6e788ae24d2d378a4081d999a517b9fc99d15b5b43661e6029504e8b262c2a_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:597674178bf3dc5329a665375211b412812459a47bcb5e57dbe43e9e0caae164_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7a02631e69201d34151d1b31fe5e07cd1757c33040d761914d2045e36788afde_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:aefe362f0fed6a1afd682095dc8f588646e0df27137ced95b2eea43276e12249_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d4b3a99025489a5d1da09431578250a7f26fef68c36d1f2011082c2dcbbc530f_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:16fad428ffa57227dedae33b80490a76e2821dbd86094c57ede151250c40615c_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:8f4bc52cc6c96409b26ff7abd15271bf413418c58e2d947f0402e0d0d26ca964_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:b46fb6f4d8c0a781b153a845f0c46ff3f3c298f5e716494b5361857de034ae7e_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:cbf1d0cd47405ab5facedf0e224123b8800809d935a044600a971fbf38adf847_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:9433ba39e25151440e6d45ed500b3cc19b8bc08980e396f29b17ba4918e7e3bb_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:a2ba4e91f29919518d20395145e76570238be34a1cf3fdb95458f43d6530b1ce_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:eac770b62d2949b42cfbeb7a2bc68c51ce30cf9d7414c31317360a03470706ac_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:f4a0c352eaf9b4152a95a865c4f2316cc9ec99e71e5b4bbad5ca7158eebaa545_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:11267bcccc11feff8ccc8d51b87ded5a74ad05e275be5a61f49d7087d5e3c9fe_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6cf0cf175e361f28277a7c7287bc589d0874d3f5c1012ef4d3d09fc05528a20b_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:978e071bb4a19da655ec8e1479fef100ef05ee8b9a0c75775cd0a8e36ffee7ec_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a3e7c10029f48aa52d9a83420370edf00dbe8e3db65f6fce7055ddaada5ad748_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:43a2ffeff59e7c485d309599e94dcfd00f3f2c36c16b5a8d5b897a8d0748b097_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:9cda99dac576e40ed622688dd495e1ffee0dc8d3554c83fabcf3a320ac61e34c_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c5e5f91ef5f202baeb61bd971806592131b8577e7149b514f15181b394df754a_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:f6dbed84d2cd1cd90a27b724b9d864a6f3cbcf8446954cb4b45d29204892dee0_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:40fa54b1d7bfb904ea7394f4e53727378563b025393438cbfbdbf3c8488697ee_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:4e0301cd7836f9f5a20bdb990b94f2fc2bd3694e1f0cdcc663cc267e6baee1c5_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:5f1c56223f81bf342146e01a3cb24c860ab66fe899fd6df2c5213332dab45373_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:d533060e31d23112711137094a6727a10ed7a0f6fa6cbf1feb519b32b7f24392_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:20acd223228e8eff27bcce21648d1c2238918f9dd3c647bdf57bf209708c1f94_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:7a3626165b6ffa8c89bb80f50288c9b10537d920b97c13ba16610e980c713db4_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:c1e66d3e4dc737c1e4645168c57201d767f5f229da12c57d4711f9de010321d7_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:d78d2aad8bd05fedfa69e9d85a79eec5d71219086a6ecb21610c0d2c2d883108_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ad33367a8ab31a33fd059c2a9786800904041cda6d407c40c48b1896cf3a6ff_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:5ff55c60557419d0653b420bd92d9f358f980a408d86d84c813f850681d80331_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:75b5880bb035d41302ac121617e664214073f15c0ffdbd256b1ef4af566fdb13_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:cb3a3355cf811f942424c39dcdc6dce54b7fb8d716d6ab3f3ceced0c65ef2e20_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:2805c34ef9234dccd06f746b3cd5d1f3ef6af15e92d80de2c9a84b0488f739ac_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:5e04589585e5df83d314346e4c9822e8f2258d21bd85264805479485771ac8dc_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:97ec0b837f1eaa526d51bd588756d52a267d5992fbb4b3c290b935e067e2e16e_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:ddfdbf73a1baa4c4f0bd59e341d0b4f635fae9a22da9d41a05dff6bca52030e6_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:7014b398e0d8832ac38f796d3334323bc0460e4c9aceab1223db9e5ccd942f9a_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:bad617cc181dc8ee2279babf28ba41c3a65e31b9c7c1aba0c63faf41a48e8f49_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:d71639bc6cc02fecbc8e4c14c4b40f1bf1d7e7bffc9499707d340c080ce3b96d_arm64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:edec38eb8faf0dce8cc0ae29702934250e6cd6f43c97f6babdc256d2916c93fa_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:61252964a3030475dd7e4745590b61738f7931d886f9cffac422670c0a003412_s390x",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:641318a3fa75f98b02a361676973adf1b8b211412e97dbbde1305e85287391b8_amd64",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:7063147fdc41d0e802b9d8ca3ef0697cf65bc75972a8faef8be3a5baed099734_ppc64le",
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:e4c8a6c50518fe1541a557381ffd91483fbbc9976358d1fa23ff032355311213_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Tekton Pipelines: github.com/tektoncd/pipeline: Tekton Pipelines: Information disclosure via path traversal in git resolver"
}
]
}
RHSA-2026:10066
Vulnerability from csaf_redhat - Published: 2026-04-23 06:29 - Updated: 2026-04-23 14:48A denial of service flaw was found in Tekton Pipelines. Any user who can create a TaskRun or PipelineRun to crash the controller cluster-wide by setting .spec.taskRef.resolver (or .spec.pipelineRef.resolver) to a string of 31+ characters. The crash occurs because GenerateDeterministicNameFromSpec produces a name exceeding the 63-character DNS-1123 label limit, and its truncation logic panics on a [-1] slice bound since the generated name contains no spaces. Once crashed, the controller enters a CrashLoopBackOff on restart (as it re-reconciles the offending resource), blocking all CI/CD reconciliation until the resource is manually deleted. Built-in resolvers (git, cluster, bundles, hub) are unaffected due to their short names, but any custom resolver name triggers the bug. The fix truncates the resolver-name prefix instead of the full string, preserving the hash suffix for determinism and uniqueness.
A flaw was found in Tekton Pipelines, specifically in the Tekton Pipelines git resolver. A tenant with permissions to create ResolutionRequests can exploit a path traversal vulnerability via the `pathInRepo` parameter. This allows the tenant to read arbitrary files from the resolver pod's filesystem, leading to information disclosure, including sensitive ServiceAccount tokens. The contents of these files are returned in a base64-encoded format.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "The 1.20.4 GA release of Red Hat OpenShift Pipelines Operator..\nFor more details see [product documentation](https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines).",
"title": "Topic"
},
{
"category": "general",
"text": "The 1.20.4 release of Red Hat OpenShift Pipelines Operator.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:10066",
"url": "https://access.redhat.com/errata/RHSA-2026:10066"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33022",
"url": "https://access.redhat.com/security/cve/CVE-2026-33022"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33211",
"url": "https://access.redhat.com/security/cve/CVE-2026-33211"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_10066.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Pipelines Release 1.20.4",
"tracking": {
"current_release_date": "2026-04-23T14:48:52+00:00",
"generator": {
"date": "2026-04-23T14:48:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:10066",
"initial_release_date": "2026-04-23T06:29:20+00:00",
"revision_history": [
{
"date": "2026-04-23T06:29:20+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-23T06:29:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-23T14:48:52+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Pipelines 1.2",
"product": {
"name": "Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_pipelines:1.20::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Pipelines"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:8cadde0c138f382b9da827165ddcc141e81f864d389dcb17d270e420c33d1085_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:8cadde0c138f382b9da827165ddcc141e81f864d389dcb17d270e420c33d1085_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:8cadde0c138f382b9da827165ddcc141e81f864d389dcb17d270e420c33d1085_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-bundle@sha256%3A8cadde0c138f382b9da827165ddcc141e81f864d389dcb17d270e420c33d1085?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1776925111"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:8cadde0c138f382b9da827165ddcc141e81f864d389dcb17d270e420c33d1085_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:8cadde0c138f382b9da827165ddcc141e81f864d389dcb17d270e420c33d1085_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:8cadde0c138f382b9da827165ddcc141e81f864d389dcb17d270e420c33d1085_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33022",
"cwe": {
"id": "CWE-130",
"name": "Improper Handling of Length Parameter Inconsistency"
},
"discovery_date": "2026-03-20T08:01:37.605922+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449483"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw was found in Tekton Pipelines. Any user who can create a TaskRun or PipelineRun to crash the controller cluster-wide by setting .spec.taskRef.resolver (or .spec.pipelineRef.resolver) to a string of 31+ characters. The crash occurs because GenerateDeterministicNameFromSpec produces a name exceeding the 63-character DNS-1123 label limit, and its truncation logic panics on a [-1] slice bound since the generated name contains no spaces. Once crashed, the controller enters a CrashLoopBackOff on restart (as it re-reconciles the offending resource), blocking all CI/CD reconciliation until the resource is manually deleted. Built-in resolvers (git, cluster, bundles, hub) are unaffected due to their short names, but any custom resolver name triggers the bug. The fix truncates the resolver-name prefix instead of the full string, preserving the hash suffix for determinism and uniqueness.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/tektoncd/pipeline: Tekton Pipelines: Denial of Service via long resolver names",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:8cadde0c138f382b9da827165ddcc141e81f864d389dcb17d270e420c33d1085_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33022"
},
{
"category": "external",
"summary": "RHBZ#2449483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449483"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33022",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33022"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33022",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33022"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/5eead3f859b9f938e86039e4d29185092c1d4ee6",
"url": "https://github.com/tektoncd/pipeline/commit/5eead3f859b9f938e86039e4d29185092c1d4ee6"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/security/advisories/GHSA-cv4x-93xx-wgfj",
"url": "https://github.com/tektoncd/pipeline/security/advisories/GHSA-cv4x-93xx-wgfj"
}
],
"release_date": "2026-03-20T07:48:15.383000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T06:29:20+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:8cadde0c138f382b9da827165ddcc141e81f864d389dcb17d270e420c33d1085_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10066"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:8cadde0c138f382b9da827165ddcc141e81f864d389dcb17d270e420c33d1085_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:8cadde0c138f382b9da827165ddcc141e81f864d389dcb17d270e420c33d1085_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/tektoncd/pipeline: Tekton Pipelines: Denial of Service via long resolver names"
},
{
"cve": "CVE-2026-33211",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-03-24T00:02:20.093480+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2450554"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Tekton Pipelines, specifically in the Tekton Pipelines git resolver. A tenant with permissions to create ResolutionRequests can exploit a path traversal vulnerability via the `pathInRepo` parameter. This allows the tenant to read arbitrary files from the resolver pod\u0027s filesystem, leading to information disclosure, including sensitive ServiceAccount tokens. The contents of these files are returned in a base64-encoded format.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Tekton Pipelines: github.com/tektoncd/pipeline: Tekton Pipelines: Information disclosure via path traversal in git resolver",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to have the permission to create ResolutionRequests (e.g., by creating TaskRuns or PipelineRuns that use the git resolver) within at least one specific namespace, limiting the exposure of this issue to authenticated users. Also, an attacker can read any file readable by the resolver pod process, including cluster secrets, allowing an escalation of privileges from namespace-scoped access to cluster-wide access. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:8cadde0c138f382b9da827165ddcc141e81f864d389dcb17d270e420c33d1085_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33211"
},
{
"category": "external",
"summary": "RHBZ#2450554",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2450554"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33211",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33211"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33211",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33211"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/10fa538f9a2b6d01c75138f1ed7ba3da0e34687c",
"url": "https://github.com/tektoncd/pipeline/commit/10fa538f9a2b6d01c75138f1ed7ba3da0e34687c"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/318006c4e3a5",
"url": "https://github.com/tektoncd/pipeline/commit/318006c4e3a5"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/3ca7bc6e6dd1d97f80b84f78370d91edaf023cbd",
"url": "https://github.com/tektoncd/pipeline/commit/3ca7bc6e6dd1d97f80b84f78370d91edaf023cbd"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/961388fcf3374bc7656d28ab58ca84987e0a75ae",
"url": "https://github.com/tektoncd/pipeline/commit/961388fcf3374bc7656d28ab58ca84987e0a75ae"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/b1fee65b88aa969069c14c120045e97c37d9ee5e",
"url": "https://github.com/tektoncd/pipeline/commit/b1fee65b88aa969069c14c120045e97c37d9ee5e"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/cdb4e1e97a4f3170f9bc2cbfff83a6c8107bc3db",
"url": "https://github.com/tektoncd/pipeline/commit/cdb4e1e97a4f3170f9bc2cbfff83a6c8107bc3db"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/ec7755031a183b345cf9e64bea0e0505c1b9cb78",
"url": "https://github.com/tektoncd/pipeline/commit/ec7755031a183b345cf9e64bea0e0505c1b9cb78"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/security/advisories/GHSA-j5q5-j9gm-2w5c",
"url": "https://github.com/tektoncd/pipeline/security/advisories/GHSA-j5q5-j9gm-2w5c"
}
],
"release_date": "2026-03-23T23:55:54.089000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-23T06:29:20+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:8cadde0c138f382b9da827165ddcc141e81f864d389dcb17d270e420c33d1085_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:10066"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, restrict the creation of ResolutionRequests to trusted users and service accounts. Implement strict Role-Based Access Control (RBAC) policies to limit which tenants can create TaskRuns or PipelineRuns that utilize the Tekton Pipelines git resolver. This reduces the exposure by preventing unauthorized access to the resolver pod\u0027s filesystem.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:8cadde0c138f382b9da827165ddcc141e81f864d389dcb17d270e420c33d1085_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.6,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:8cadde0c138f382b9da827165ddcc141e81f864d389dcb17d270e420c33d1085_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Tekton Pipelines: github.com/tektoncd/pipeline: Tekton Pipelines: Information disclosure via path traversal in git resolver"
}
]
}
RHSA-2026:6170
Vulnerability from csaf_redhat - Published: 2026-03-30 12:14 - Updated: 2026-04-26 02:08A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
A denial of service flaw was found in Tekton Pipelines. Any user who can create a TaskRun or PipelineRun to crash the controller cluster-wide by setting .spec.taskRef.resolver (or .spec.pipelineRef.resolver) to a string of 31+ characters. The crash occurs because GenerateDeterministicNameFromSpec produces a name exceeding the 63-character DNS-1123 label limit, and its truncation logic panics on a [-1] slice bound since the generated name contains no spaces. Once crashed, the controller enters a CrashLoopBackOff on restart (as it re-reconciles the offending resource), blocking all CI/CD reconciliation until the resource is manually deleted. Built-in resolvers (git, cluster, bundles, hub) are unaffected due to their short names, but any custom resolver name triggers the bug. The fix truncates the resolver-name prefix instead of the full string, preserving the hash suffix for determinism and uniqueness.
A flaw was found in Tekton Pipelines, specifically in the Tekton Pipelines git resolver. A tenant with permissions to create ResolutionRequests can exploit a path traversal vulnerability via the `pathInRepo` parameter. This allows the tenant to read arbitrary files from the resolver pod's filesystem, leading to information disclosure, including sensitive ServiceAccount tokens. The contents of these files are returned in a base64-encoded format.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "The 1.21.1 GA release of Red Hat OpenShift Pipelines Operator..\nFor more details see [product documentation](https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines).",
"title": "Topic"
},
{
"category": "general",
"text": "The 1.21.1 release of Red Hat OpenShift Pipelines Operator.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:6170",
"url": "https://access.redhat.com/errata/RHSA-2026:6170"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33022",
"url": "https://access.redhat.com/security/cve/CVE-2026-33022"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33211",
"url": "https://access.redhat.com/security/cve/CVE-2026-33211"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_6170.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Pipelines Release 1.21.1",
"tracking": {
"current_release_date": "2026-04-26T02:08:46+00:00",
"generator": {
"date": "2026-04-26T02:08:46+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:6170",
"initial_release_date": "2026-03-30T12:14:24+00:00",
"revision_history": [
{
"date": "2026-03-30T12:14:24+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-30T12:15:19+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-26T02:08:46+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Pipelines 1.21",
"product": {
"name": "Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_pipelines:1.21::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Pipelines"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-bundle@sha256%3A6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774871390"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T12:14:24+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6170"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T12:14:24+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6170"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-33022",
"cwe": {
"id": "CWE-130",
"name": "Improper Handling of Length Parameter Inconsistency"
},
"discovery_date": "2026-03-20T08:01:37.605922+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449483"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw was found in Tekton Pipelines. Any user who can create a TaskRun or PipelineRun to crash the controller cluster-wide by setting .spec.taskRef.resolver (or .spec.pipelineRef.resolver) to a string of 31+ characters. The crash occurs because GenerateDeterministicNameFromSpec produces a name exceeding the 63-character DNS-1123 label limit, and its truncation logic panics on a [-1] slice bound since the generated name contains no spaces. Once crashed, the controller enters a CrashLoopBackOff on restart (as it re-reconciles the offending resource), blocking all CI/CD reconciliation until the resource is manually deleted. Built-in resolvers (git, cluster, bundles, hub) are unaffected due to their short names, but any custom resolver name triggers the bug. The fix truncates the resolver-name prefix instead of the full string, preserving the hash suffix for determinism and uniqueness.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/tektoncd/pipeline: Tekton Pipelines: Denial of Service via long resolver names",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33022"
},
{
"category": "external",
"summary": "RHBZ#2449483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449483"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33022",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33022"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33022",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33022"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/5eead3f859b9f938e86039e4d29185092c1d4ee6",
"url": "https://github.com/tektoncd/pipeline/commit/5eead3f859b9f938e86039e4d29185092c1d4ee6"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/security/advisories/GHSA-cv4x-93xx-wgfj",
"url": "https://github.com/tektoncd/pipeline/security/advisories/GHSA-cv4x-93xx-wgfj"
}
],
"release_date": "2026-03-20T07:48:15.383000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T12:14:24+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6170"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/tektoncd/pipeline: Tekton Pipelines: Denial of Service via long resolver names"
},
{
"cve": "CVE-2026-33211",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-03-24T00:02:20.093480+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2450554"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Tekton Pipelines, specifically in the Tekton Pipelines git resolver. A tenant with permissions to create ResolutionRequests can exploit a path traversal vulnerability via the `pathInRepo` parameter. This allows the tenant to read arbitrary files from the resolver pod\u0027s filesystem, leading to information disclosure, including sensitive ServiceAccount tokens. The contents of these files are returned in a base64-encoded format.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Tekton Pipelines: github.com/tektoncd/pipeline: Tekton Pipelines: Information disclosure via path traversal in git resolver",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to have the permission to create ResolutionRequests (e.g., by creating TaskRuns or PipelineRuns that use the git resolver) within at least one specific namespace, limiting the exposure of this issue to authenticated users. Also, an attacker can read any file readable by the resolver pod process, including cluster secrets, allowing an escalation of privileges from namespace-scoped access to cluster-wide access. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33211"
},
{
"category": "external",
"summary": "RHBZ#2450554",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2450554"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33211",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33211"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33211",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33211"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/10fa538f9a2b6d01c75138f1ed7ba3da0e34687c",
"url": "https://github.com/tektoncd/pipeline/commit/10fa538f9a2b6d01c75138f1ed7ba3da0e34687c"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/318006c4e3a5",
"url": "https://github.com/tektoncd/pipeline/commit/318006c4e3a5"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/3ca7bc6e6dd1d97f80b84f78370d91edaf023cbd",
"url": "https://github.com/tektoncd/pipeline/commit/3ca7bc6e6dd1d97f80b84f78370d91edaf023cbd"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/961388fcf3374bc7656d28ab58ca84987e0a75ae",
"url": "https://github.com/tektoncd/pipeline/commit/961388fcf3374bc7656d28ab58ca84987e0a75ae"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/b1fee65b88aa969069c14c120045e97c37d9ee5e",
"url": "https://github.com/tektoncd/pipeline/commit/b1fee65b88aa969069c14c120045e97c37d9ee5e"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/cdb4e1e97a4f3170f9bc2cbfff83a6c8107bc3db",
"url": "https://github.com/tektoncd/pipeline/commit/cdb4e1e97a4f3170f9bc2cbfff83a6c8107bc3db"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/ec7755031a183b345cf9e64bea0e0505c1b9cb78",
"url": "https://github.com/tektoncd/pipeline/commit/ec7755031a183b345cf9e64bea0e0505c1b9cb78"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/security/advisories/GHSA-j5q5-j9gm-2w5c",
"url": "https://github.com/tektoncd/pipeline/security/advisories/GHSA-j5q5-j9gm-2w5c"
}
],
"release_date": "2026-03-23T23:55:54.089000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T12:14:24+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6170"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, restrict the creation of ResolutionRequests to trusted users and service accounts. Implement strict Role-Based Access Control (RBAC) policies to limit which tenants can create TaskRuns or PipelineRuns that utilize the Tekton Pipelines git resolver. This reduces the exposure by preventing unauthorized access to the resolver pod\u0027s filesystem.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.6,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Tekton Pipelines: github.com/tektoncd/pipeline: Tekton Pipelines: Information disclosure via path traversal in git resolver"
}
]
}
GHSA-CV4X-93XX-WGFJ
Vulnerability from github – Published: 2026-03-17 19:46 – Updated: 2026-03-25 18:26Summary
A user with permission to create or update a TaskRun or PipelineRun can crash the Tekton Pipelines controller by setting .spec.taskRef.resolver (or .spec.pipelineRef.resolver) to a string of 31 characters or more, causing a denial of service for all reconciliation.
Details
The controller panics in GenerateDeterministicNameFromSpec when building a deterministic ResolutionRequest name. The generated name has the format {resolver}-{hash} and, when the resolver name is long enough, the result exceeds the DNS-1123 label limit of 63 characters.
The truncation logic attempts to find a word boundary using strings.LastIndex(name, " "). Since the generated name never contains spaces (it is composed of the resolver name, a dash, and a hex-encoded hash), LastIndex returns -1, which is then used as a slice bound:
return name[:strings.LastIndex(name[:maxLength], " ")], nil
// strings.LastIndex returns -1 → panic: slice bounds out of range [:-1]
The panic crashes the controller. Because the offending TaskRun or PipelineRun is re-reconciled on restart, the controller enters a CrashLoopBackOff, blocking all TaskRun and PipelineRun reconciliation cluster-wide until the offending resource is manually deleted.
Built-in resolvers use short names (git, cluster, bundles, hub) and are not affected under normal usage. The vulnerability is exploitable by any user who can create TaskRuns or PipelineRuns with a custom resolver name.
Impact
Denial of service — A single malicious TaskRun or PipelineRun with a long resolver name is sufficient to crash the Tekton Pipelines controller into a restart loop, blocking all CI/CD reconciliation cluster-wide until the resource is removed.
Patches
Fixed in versions 1.0.1, 1.3.3, 1.6.1, 1.9.2, 1.10.2.
The fix computes the hash first, then truncates only the prefix (resolver name) to fit within the DNS-1123 label limit, preserving the full hash to maintain determinism and uniqueness of ResolutionRequest names.
Workarounds
Restrict who can create TaskRun and PipelineRun resources via Kubernetes RBAC. There is no validation-side workaround without patching.
Affected Versions
All releases from v0.60.0 through v1.10.0.
The vulnerable truncation logic was introduced in commit ea1fa7ad1fdc ("Remote Resolution Refactor"), first released in v0.60.0 (2024-05-22).
Currently supported affected releases: - v1.10.x (latest) - v1.9.x (LTS, EOL 2027-01-30) - v1.6.x (LTS, EOL 2026-10-31) - v1.3.x (LTS, EOL 2026-08-04) - v1.0.x (LTS, EOL 2026-04-29)
Releases prior to v0.60.0 are not affected — the truncation code did not exist.
Acknowledgments
This vulnerability was reported by Oleh Konko (@1seal), who provided a thorough vulnerability analysis, proof-of-concept, and review of the fix. Thank you!
References
- Fix (main): 5eead3f859b9
- Fix (v1.10.x): 01673237c464
- Fix (v1.9.x): edc64bbf2232
- Fix (v1.6.x): 0fa2d66cff81
- Fix (v1.3.x): 5e4905fb6754
- Fix (v1.0.x): ebc197e2b973
- Introduced in:
ea1fa7ad1fdc("Remote Resolution Refactor")
{
"affected": [
{
"package": {
"ecosystem": "Go",
"name": "github.com/tektoncd/pipeline"
},
"ranges": [
{
"events": [
{
"introduced": "0.60.0"
},
{
"fixed": "1.0.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "Go",
"name": "github.com/tektoncd/pipeline"
},
"ranges": [
{
"events": [
{
"introduced": "1.1.0"
},
{
"fixed": "1.3.3"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "Go",
"name": "github.com/tektoncd/pipeline"
},
"ranges": [
{
"events": [
{
"introduced": "1.4.0"
},
{
"fixed": "1.6.1"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "Go",
"name": "github.com/tektoncd/pipeline"
},
"ranges": [
{
"events": [
{
"introduced": "1.7.0"
},
{
"fixed": "1.9.2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "Go",
"name": "github.com/tektoncd/pipeline"
},
"ranges": [
{
"events": [
{
"introduced": "1.10.0"
},
{
"fixed": "1.10.2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2026-33022"
],
"database_specific": {
"cwe_ids": [
"CWE-129",
"CWE-400"
],
"github_reviewed": true,
"github_reviewed_at": "2026-03-17T19:46:29Z",
"nvd_published_at": "2026-03-20T08:16:11Z",
"severity": "MODERATE"
},
"details": "### Summary\n\nA user with permission to create or update a TaskRun or PipelineRun can crash the Tekton Pipelines controller by setting `.spec.taskRef.resolver` (or `.spec.pipelineRef.resolver`) to a string of 31 characters or more, causing a denial of service for all reconciliation.\n\n### Details\n\nThe controller panics in `GenerateDeterministicNameFromSpec` when building a deterministic `ResolutionRequest` name. The generated name has the format `{resolver}-{hash}` and, when the resolver name is long enough, the result exceeds the DNS-1123 label limit of 63 characters.\n\nThe truncation logic attempts to find a word boundary using `strings.LastIndex(name, \" \")`. Since the generated name never contains spaces (it is composed of the resolver name, a dash, and a hex-encoded hash), `LastIndex` returns `-1`, which is then used as a slice bound:\n\n```go\nreturn name[:strings.LastIndex(name[:maxLength], \" \")], nil\n// strings.LastIndex returns -1 \u2192 panic: slice bounds out of range [:-1]\n```\n\nThe panic crashes the controller. Because the offending TaskRun or PipelineRun is re-reconciled on restart, the controller enters a `CrashLoopBackOff`, blocking all TaskRun and PipelineRun reconciliation cluster-wide until the offending resource is manually deleted.\n\nBuilt-in resolvers use short names (`git`, `cluster`, `bundles`, `hub`) and are not affected under normal usage. The vulnerability is exploitable by any user who can create TaskRuns or PipelineRuns with a custom resolver name.\n\n### Impact\n\n**Denial of service** \u2014 A single malicious TaskRun or PipelineRun with a long resolver name is sufficient to crash the Tekton Pipelines controller into a restart loop, blocking all CI/CD reconciliation cluster-wide until the resource is removed.\n\n### Patches\n\nFixed in versions 1.0.1, 1.3.3, 1.6.1, 1.9.2, 1.10.2.\n\nThe fix computes the hash first, then truncates only the prefix (resolver name) to fit within the DNS-1123 label limit, preserving the full hash to maintain determinism and uniqueness of `ResolutionRequest` names.\n\n### Workarounds\n\nRestrict who can create TaskRun and PipelineRun resources via Kubernetes RBAC. There is no validation-side workaround without patching.\n\n### Affected Versions\n\nAll releases from **v0.60.0** through **v1.10.0**.\n\nThe vulnerable truncation logic was introduced in commit `ea1fa7ad1fdc` (\"Remote Resolution Refactor\"), first released in v0.60.0 (2024-05-22).\n\nCurrently supported affected releases:\n- **v1.10.x** (latest)\n- **v1.9.x** (LTS, EOL 2027-01-30)\n- **v1.6.x** (LTS, EOL 2026-10-31)\n- **v1.3.x** (LTS, EOL 2026-08-04)\n- **v1.0.x** (LTS, EOL 2026-04-29)\n\nReleases prior to v0.60.0 are **not affected** \u2014 the truncation code did not exist.\n\n### Acknowledgments\n\nThis vulnerability was reported by Oleh Konko (@1seal), who provided a thorough vulnerability analysis, proof-of-concept, and review of the fix. Thank you!\n\n### References\n\n- Fix (main): [5eead3f859b9](https://github.com/tektoncd/pipeline/commit/5eead3f859b9f938e86039e4d29185092c1d4ee6)\n- Fix (v1.10.x): [01673237c464](https://github.com/tektoncd/pipeline/commit/01673237c464cfac7e286183f5c9e9d6ec951a64)\n- Fix (v1.9.x): [edc64bbf2232](https://github.com/tektoncd/pipeline/commit/edc64bbf22323fcf218170f19047c9bcd8163e90)\n- Fix (v1.6.x): [0fa2d66cff81](https://github.com/tektoncd/pipeline/commit/0fa2d66cff814838c3a10cce252104c7fe618932)\n- Fix (v1.3.x): [5e4905fb6754](https://github.com/tektoncd/pipeline/commit/5e4905fb6754efa5ecea54de195738d73fb0e01d)\n- Fix (v1.0.x): [ebc197e2b973](https://github.com/tektoncd/pipeline/commit/ebc197e2b9733deedaa1624212ec66dcdf61eaaf)\n- Introduced in: `ea1fa7ad1fdc` (\"Remote Resolution Refactor\")",
"id": "GHSA-cv4x-93xx-wgfj",
"modified": "2026-03-25T18:26:47Z",
"published": "2026-03-17T19:46:29Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/tektoncd/pipeline/security/advisories/GHSA-cv4x-93xx-wgfj"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33022"
},
{
"type": "WEB",
"url": "https://github.com/tektoncd/pipeline/commit/01673237c464cfac7e286183f5c9e9d6ec951a64"
},
{
"type": "WEB",
"url": "https://github.com/tektoncd/pipeline/commit/0fa2d66cff814838c3a10cce252104c7fe618932"
},
{
"type": "WEB",
"url": "https://github.com/tektoncd/pipeline/commit/5e4905fb6754efa5ecea54de195738d73fb0e01d"
},
{
"type": "WEB",
"url": "https://github.com/tektoncd/pipeline/commit/5eead3f859b9f938e86039e4d29185092c1d4ee6"
},
{
"type": "WEB",
"url": "https://github.com/tektoncd/pipeline/commit/ebc197e2b9733deedaa1624212ec66dcdf61eaaf"
},
{
"type": "WEB",
"url": "https://github.com/tektoncd/pipeline/commit/edc64bbf22323fcf218170f19047c9bcd8163e90"
},
{
"type": "PACKAGE",
"url": "https://github.com/tektoncd/pipeline"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
],
"summary": "Tekton Pipelines controller panic via long resolver name in TaskRun/PipelineRun"
}
FKIE_CVE-2026-33022
Vulnerability from fkie_nvd - Published: 2026-03-20 08:16 - Updated: 2026-03-24 16:19| Vendor | Product | Version | |
|---|---|---|---|
| linuxfoundation | tekton_pipelines | * | |
| linuxfoundation | tekton_pipelines | * | |
| linuxfoundation | tekton_pipelines | * | |
| linuxfoundation | tekton_pipelines | * | |
| linuxfoundation | tekton_pipelines | * |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:linuxfoundation:tekton_pipelines:*:*:*:*:*:go:*:*",
"matchCriteriaId": "F365D90F-DED5-4C32-9C73-3D5FF467778B",
"versionEndExcluding": "1.0.1",
"versionStartIncluding": "0.60.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:linuxfoundation:tekton_pipelines:*:*:*:*:*:go:*:*",
"matchCriteriaId": "510D5C7F-FB2A-4059-AF03-A85FD23267F3",
"versionEndExcluding": "1.3.3",
"versionStartIncluding": "1.1.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:linuxfoundation:tekton_pipelines:*:*:*:*:*:go:*:*",
"matchCriteriaId": "B4303F35-5E39-4F4B-9258-FE58CCA3C760",
"versionEndExcluding": "1.6.1",
"versionStartIncluding": "1.4.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:linuxfoundation:tekton_pipelines:*:*:*:*:*:go:*:*",
"matchCriteriaId": "C465CD0F-E9E8-414D-9BED-49BEBD394E95",
"versionEndExcluding": "1.9.2",
"versionStartIncluding": "1.7.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:linuxfoundation:tekton_pipelines:*:*:*:*:*:go:*:*",
"matchCriteriaId": "871426E3-9DCC-43CE-8262-D87D4F040AEE",
"versionEndExcluding": "1.10.2",
"versionStartIncluding": "1.10.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Tekton Pipelines project provides k8s-style resources for declaring CI/CD-style pipelines. Versions 0.60.0 through 1.0.0, 1.1.0 through 1.3.2, 1.4.0 through 1.6.0, 1.7.0 through 1.9.0, 1.10.0, and 1.10.1 have a denial-of-service vulnerability in that allows any user who can create a TaskRun or PipelineRun to crash the controller cluster-wide by setting .spec.taskRef.resolver (or .spec.pipelineRef.resolver) to a string of 31+ characters. The crash occurs because GenerateDeterministicNameFromSpec produces a name exceeding the 63-character DNS-1123 label limit, and its truncation logic panics on a [-1] slice bound since the generated name contains no spaces. Once crashed, the controller enters a CrashLoopBackOff on restart (as it re-reconciles the offending resource), blocking all CI/CD reconciliation until the resource is manually deleted. Built-in resolvers (git, cluster, bundles, hub) are unaffected due to their short names, but any custom resolver name triggers the bug. The fix truncates the resolver-name prefix instead of the full string, preserving the hash suffix for determinism and uniqueness. This issue has been patched in versions 1.0.1, 1.3.3, 1.6.1, 1.9.2 and 1.10.2."
},
{
"lang": "es",
"value": "El proyecto Tekton Pipelines proporciona recursos estilo k8s para declarar pipelines estilo CI/CD. Las versiones 0.60.0 a 1.0.0, 1.1.0 a 1.3.2, 1.4.0 a 1.6.0, 1.7.0 a 1.9.0, 1.10.0 y 1.10.1 tienen una vulnerabilidad de denegaci\u00f3n de servicio que permite a cualquier usuario que pueda crear un TaskRun o PipelineRun bloquear el controlador en todo el cl\u00faster al establecer .spec.taskRef.resolver (o .spec.pipelineRef.resolver) a una cadena de 31 o m\u00e1s caracteres. El bloqueo ocurre porque GenerateDeterministicNameFromSpec produce un nombre que excede el l\u00edmite de etiqueta DNS-1123 de 63 caracteres, y su l\u00f3gica de truncamiento entra en p\u00e1nico en un l\u00edmite de segmento [-1] ya que el nombre generado no contiene espacios. Una vez bloqueado, el controlador entra en un CrashLoopBackOff al reiniciar (ya que vuelve a reconciliar el recurso infractor), bloqueando toda la reconciliaci\u00f3n de CI/CD hasta que el recurso se elimine manualmente. Los resolvedores incorporados (git, cluster, bundles, hub) no se ven afectados debido a sus nombres cortos, pero cualquier nombre de resolvedor personalizado activa el error. La soluci\u00f3n trunca el prefijo del nombre del resolvedor en lugar de la cadena completa, preservando el sufijo hash para determinismo y unicidad. Este problema ha sido parcheado en las versiones 1.0.1, 1.3.3, 1.6.1, 1.9.2 y 1.10.2."
}
],
"id": "CVE-2026-33022",
"lastModified": "2026-03-24T16:19:48.663",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 2.8,
"impactScore": 3.6,
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
},
"published": "2026-03-20T08:16:11.293",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/tektoncd/pipeline/commit/5eead3f859b9f938e86039e4d29185092c1d4ee6"
},
{
"source": "security-advisories@github.com",
"tags": [
"Patch",
"Vendor Advisory"
],
"url": "https://github.com/tektoncd/pipeline/security/advisories/GHSA-cv4x-93xx-wgfj"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-129"
}
],
"source": "security-advisories@github.com",
"type": "Primary"
}
]
}
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.