Skip to content

Commit

Permalink
fix: minor bug in cis-job template
Browse files Browse the repository at this point in the history
Signed-off-by: Rudraksh Pareek <[email protected]>
  • Loading branch information
DelusionalOptimist committed Apr 22, 2024
1 parent 4379839 commit 9799e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accuknox-cis-k8s/templates/cis-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9799e08

Please sign in to comment.