Commit 6a58f8fa authored by bonmari's avatar bonmari
Browse files

7

1 merge request!1Ci cd
Pipeline #153401 passed with stage
in 6 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -50,7 +50,7 @@ test-zap:
- |
$scanStatus = ""
while ($scanStatus -ne "100") {
$scanStatus = (Invoke-WebRequest -Uri "http://localhost:8080/JSON/ascan/view/status/?apikey=8tm221jcqtolmprhbt2dq2q8ev").Content
$scanStatus = Invoke-WebRequest -Uri "http://localhost:8080/JSON/ascan/view/status/?apikey=8tm221jcqtolmprhbt2dq2q8ev"
Write-Output "Сканирование на $scanStatus% завершено..."
Start-Sleep -Seconds 5
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment