From 1cb1705b6a014cf6d6dd4d75e9471960dad13606 Mon Sep 17 00:00:00 2001 From: biswajit-9776 Date: Wed, 8 Jan 2025 21:59:49 +0530 Subject: [PATCH] Checking if unpatched configmap passes pss Signed-off-by: biswajit-9776 --- .github/workflows/pss_test.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/pss_test.yaml b/.github/workflows/pss_test.yaml index d1dac7477..ac936f3f7 100644 --- a/.github/workflows/pss_test.yaml +++ b/.github/workflows/pss_test.yaml @@ -33,16 +33,6 @@ jobs: - name: Install Istio CNI run: ./tests/gh-actions/install_istio-cni.sh - - name: Configure istio init container with seccompProfile attribute - run: | - kubectl get cm istio-sidecar-injector -n istio-system -o yaml > temporary_patch.yaml - sed -i '0,/runAsNonRoot: true/{s//&\n seccompProfile:\n type: RuntimeDefault/}' temporary_patch.yaml - sed -i '/runAsNonRoot: true/{N; /runAsUser: {{ .ProxyUID | default "1337" }}/a\ - seccompProfile:\n type: RuntimeDefault - }' temporary_patch.yaml - kubectl apply -f temporary_patch.yaml - rm temporary_patch.yaml - - name: Install oauth2-proxy run: ./tests/gh-actions/install_oauth2-proxy.sh