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": {
"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:6170
Vulnerability from csaf_redhat - Published: 2026-03-30 12:14 - Updated: 2026-04-04 04:56A 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.
{
"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-04T04:56:07+00:00",
"generator": {
"date": "2026-04-04T04:56:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"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-04T04:56:07+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": "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": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/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": "Moderate"
}
],
"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-04 04:56A 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-04T04:56:07+00:00",
"generator": {
"date": "2026-04-04T04:56:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.4"
}
},
"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-04T04:56:07+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": "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": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/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": "Moderate"
}
],
"title": "Tekton Pipelines: github.com/tektoncd/pipeline: Tekton Pipelines: Information disclosure via path traversal in git resolver"
}
]
}
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"
}
]
}
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"
}
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.