From 5331d73face0daaef87f0050555bb6117437429c Mon Sep 17 00:00:00 2001 From: BAK BYEONG JUN Date: Tue, 8 Apr 2025 18:05:30 +0000 Subject: [PATCH] bug fixed --- tasks/git-clone-checkout/task.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/git-clone-checkout/task.yaml b/tasks/git-clone-checkout/task.yaml index cee7620..c353a0a 100644 --- a/tasks/git-clone-checkout/task.yaml +++ b/tasks/git-clone-checkout/task.yaml @@ -102,13 +102,14 @@ spec: - name: WORKSPACE_SSL_CA_DIRECTORY_PATH value: $(workspaces.ssl-ca-directory.path) securityContext: - runAsNonRoot: true allowPrivilegeEscalation: false + runAsNonRoot: true capabilities: drop: - ALL seccompProfile: type: RuntimeDefault + script: | #!/usr/bin/env sh set -eu