feat(clusterloggingoperator): add tls-scanner image to e2e job. - #79612
Conversation
|
/pj-rehearse auto-ack |
|
@jcantrill: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughThis PR extends the OpenShift cluster-logging-operator CI configuration by adding a TLS-scanner-enabled e2e test invocation. The ChangesE2E TLS Scanner Test
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/pj-rehearse ack |
|
@jcantrill: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jcantrill, vparfonov The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
3c80883
into
openshift:main
ref: https://redhat.atlassian.net/browse/LOG-9405
Summary by CodeRabbit
This PR adds TLS security scanning capability to the end-to-end (e2e) tests for the cluster-logging-operator CI job. Specifically, the change updates the CI configuration for the OpenShift cluster-logging-operator repository to pass the
IMAGE_TLS_SCANNERenvironment variable to themake test-e2ecommand, pointing to the tls-scanner image (quay-proxy.ci.openshift.org/openshift/ci:tls-scanner_tls-scanner_tls-scanner-tool).This enables the e2e test suite to perform TLS/SSL certificate scanning and validation as part of the automated testing pipeline, ensuring that the cluster-logging-operator's TLS configurations are properly validated during CI runs.