Commit ebe79163 authored by bonmari's avatar bonmari
Browse files

fix

1 merge request!1Ci cd
Pipeline #153441 passed with stage
Showing with 2 additions and 2 deletions
+2 -2
......@@ -49,8 +49,8 @@ test-zap:
Start-Sleep -Seconds 5
}
$results = Invoke-RestMethod -Method GET -Uri "http://localhost:8080/JSON/core/view/alerts/?baseurl=http://localhost:9005&apikey=8tm221jcqtolmprhbt2dq2q8ev"
Write-Output $results.Content
$results = Invoke-RestMethod -Method GET -Uri "http://localhost:8080/JSON/core/view/alerts/?baseurl=http://localhost:9005&apikey=8tm221jcqtolmprhbt2dq2q8ev"
Write-Output $results.Content
# - curl --header "url: 'http://localhost:9005'" --header "apikey: '8tm221jcqtolmprhbt2dq2q8ev'" http://localhost:8080/JSON/ascan/action/scan/
......
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