Skip to content

Commit fc2f7af

Browse files
ugiordanclaude
andcommitted
Add tls-scanner-run to RHOAI e2e job
Adds tls-scanner-run as a test step to the opendatahub-operator-rhoai-e2e job to enforce TLS compliance scanning on deployed RHOAI components. Configuration: - tls-scanner-tool base image from OCP 4.22 - Runs as final test step (blocks PR on failure, can be overridden) - PQC_CHECK: true (enable post-quantum crypto checks) - SCAN_NAMESPACE: redhat-ods-operator,redhat-ods-applications Follows the pattern from compliance-operator (PR #78651). Reference: https://steps.ci.openshift.org/reference/tls-scanner-run Related: RHOAIENG-61076 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent e52cbcb commit fc2f7af

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

ci-operator/config/opendatahub-io/opendatahub-operator/opendatahub-io-opendatahub-operator-main.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ base_images:
77
name: "4.19"
88
namespace: origin
99
tag: operator-sdk
10+
tls-scanner-tool:
11+
name: "4.22"
12+
namespace: ocp
13+
tag: tls-scanner-tool
1014
ubi:
1115
name: ubi-minimal
1216
namespace: ocp
@@ -121,6 +125,8 @@ tests:
121125
SOURCE_IMAGE_REF: opendatahub-operator-rhoai
122126
env:
123127
IMAGE_REPO: opendatahub-operator
128+
PQC_CHECK: "true"
129+
SCAN_NAMESPACE: redhat-ods-operator,redhat-ods-applications
124130
pre:
125131
- ref: ipi-install-rbac
126132
- ref: opendatahub-operator-e2e-cluster-preflight-health-check
@@ -152,6 +158,7 @@ tests:
152158
cpu: 2000m
153159
memory: 3Gi
154160
timeout: 3h0m0s
161+
- ref: tls-scanner-run
155162
workflow: generic-claim
156163
- as: opendatahub-operator-image-mirror
157164
postsubmit: true

0 commit comments

Comments
 (0)