Merge pull request #2 from dcruzec/This-template-checks-if-Sonarqube-assets-take-in-default-credentials

sonarqube-default-credentials.yaml
patch-1
dcruzec 2023-07-11 17:41:44 -04:00 committed by GitHub
commit f601510f4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,9 +13,9 @@ requests:
- |-
POST /api/authentication/login HTTP/1.1
Host: {{Hostname}}
Referer: http://{{Hostname}}:9000/sessions/new
Referer: http://{{Hostname}}/sessions/new
Content-Type: application/x-www-form-urlencoded
Origin: http://{{Hostname}}:9000
Origin: http://{{Hostname}}
{{credentials}}