File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125125 while :
126126 do
127127 DJANGO_IP=$(kubectl get svc defectdojo-django -o jsonpath='{.spec.clusterIP}')
128- OUT=$(kubectl run curl --quiet=true --image=curlimages/curl:7.73 .0 \
128+ OUT=$(kubectl run curl --quiet=true --image=curlimages/curl:8.15 .0 \
129129 --overrides='{ "apiVersion": "v1" }' \
130130 --restart=Never -i --rm -- \
131131 --silent \
@@ -156,7 +156,7 @@ jobs:
156156 ADMIN_PASS=$(kubectl get secret/defectdojo -o jsonpath='{.data.DD_ADMIN_PASSWORD}' | base64 -d)
157157 echo "Simple API check"
158158 DJANGO_IP=$(kubectl get svc defectdojo-django -o jsonpath='{.spec.clusterIP}')
159- CR=$(kubectl run curl --quiet=true --image=curlimages/curl:7.73 .0 \
159+ CR=$(kubectl run curl --quiet=true --image=curlimages/curl:8.15 .0 \
160160 --overrides='{ "apiVersion": "v1" }' \
161161 --restart=Never -i --rm -- \
162162 --silent \
You can’t perform that action at this time.
0 commit comments