diff --git a/ci-operator/config/openshift/csi-operator/openshift-csi-operator-main.yaml b/ci-operator/config/openshift/csi-operator/openshift-csi-operator-main.yaml index a3c8d3f5563c2..2a240e2662678 100644 --- a/ci-operator/config/openshift/csi-operator/openshift-csi-operator-main.yaml +++ b/ci-operator/config/openshift/csi-operator/openshift-csi-operator-main.yaml @@ -180,7 +180,10 @@ tests: SCAN_NAMESPACE: openshift-cluster-csi-drivers SCANNER_CPU: "1" SCANNER_MEMORY: 1Gi + TLS_13_ENABLE_TLS_ADHERENCE: "true" + TLS_13_TLS_ADHERENCE_POLICY: StrictAllComponents test: + - ref: tls-13 - ref: tls-scanner-run workflow: openshift-e2e-aws-csi - as: aws-efs-operator-e2e diff --git a/ci-operator/config/openshift/csi-operator/openshift-csi-operator-release-4.23.yaml b/ci-operator/config/openshift/csi-operator/openshift-csi-operator-release-4.23.yaml index 838135614e998..8aba491a113b3 100644 --- a/ci-operator/config/openshift/csi-operator/openshift-csi-operator-release-4.23.yaml +++ b/ci-operator/config/openshift/csi-operator/openshift-csi-operator-release-4.23.yaml @@ -180,7 +180,10 @@ tests: SCAN_NAMESPACE: openshift-cluster-csi-drivers SCANNER_CPU: "1" SCANNER_MEMORY: 1Gi + TLS_13_ENABLE_TLS_ADHERENCE: "true" + TLS_13_TLS_ADHERENCE_POLICY: StrictAllComponents test: + - ref: tls-13 - ref: tls-scanner-run workflow: openshift-e2e-aws-csi - as: aws-efs-operator-e2e diff --git a/ci-operator/config/openshift/csi-operator/openshift-csi-operator-release-5.0.yaml b/ci-operator/config/openshift/csi-operator/openshift-csi-operator-release-5.0.yaml index 919315a65c662..cc2020a1038c7 100644 --- a/ci-operator/config/openshift/csi-operator/openshift-csi-operator-release-5.0.yaml +++ b/ci-operator/config/openshift/csi-operator/openshift-csi-operator-release-5.0.yaml @@ -181,7 +181,10 @@ tests: SCAN_NAMESPACE: openshift-cluster-csi-drivers SCANNER_CPU: "1" SCANNER_MEMORY: 1Gi + TLS_13_ENABLE_TLS_ADHERENCE: "true" + TLS_13_TLS_ADHERENCE_POLICY: StrictAllComponents test: + - ref: tls-13 - ref: tls-scanner-run workflow: openshift-e2e-aws-csi - as: aws-efs-operator-e2e diff --git a/ci-operator/config/openshift/csi-operator/openshift-csi-operator-release-5.1.yaml b/ci-operator/config/openshift/csi-operator/openshift-csi-operator-release-5.1.yaml index 9db0f255e1aa5..78250986c76df 100644 --- a/ci-operator/config/openshift/csi-operator/openshift-csi-operator-release-5.1.yaml +++ b/ci-operator/config/openshift/csi-operator/openshift-csi-operator-release-5.1.yaml @@ -180,7 +180,10 @@ tests: SCAN_NAMESPACE: openshift-cluster-csi-drivers SCANNER_CPU: "1" SCANNER_MEMORY: 1Gi + TLS_13_ENABLE_TLS_ADHERENCE: "true" + TLS_13_TLS_ADHERENCE_POLICY: StrictAllComponents test: + - ref: tls-13 - ref: tls-scanner-run workflow: openshift-e2e-aws-csi - as: aws-efs-operator-e2e