From 38b127489af0cafa378a179f1af64ccf7c88078e Mon Sep 17 00:00:00 2001 From: Rudraksh Pareek Date: Mon, 22 Apr 2024 15:52:42 +0530 Subject: [PATCH] fix: minor bug in cis-job template Signed-off-by: Rudraksh Pareek --- accuknox-cis-k8s/templates/cis-job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accuknox-cis-k8s/templates/cis-job.yaml b/accuknox-cis-k8s/templates/cis-job.yaml index 1de80c0..e3ff4da 100644 --- a/accuknox-cis-k8s/templates/cis-job.yaml +++ b/accuknox-cis-k8s/templates/cis-job.yaml @@ -13,7 +13,7 @@ spec: containers: - image: accuknox/accuknox-job:latest command: ["/bin/sh", "-c"] - args: ["curl --location --request POST 'https://cspm.$ENV_URL.accuknox.com/api/v1/artifact/?tenant_id=$TENANT_ID&data_type=KB&save_to_s3=true'" --header "Authorization: Bearer $AUTH_TOKEN" --form 'file=@"./data/report.json"'] + args: ['curl --location --request POST "https://cspm.$ENV_URL.accuknox.com/api/v1/artifact/?tenant_id=$TENANT_ID&data_type=KB&save_to_s3=true" --header "Authorization: Bearer $AUTH_TOKEN" --form "file=@\"./data/report.json\""'] name: accuknox-cis-cronjob resources: {} env: