29 lines
694 B
YAML
29 lines
694 B
YAML
id: api-sonarcloud
|
|
|
|
info:
|
|
name: SonarCloud API Test
|
|
author: zzeitlin
|
|
severity: info
|
|
reference:
|
|
- https://sonarcloud.io/web_api/api/authentication
|
|
metadata:
|
|
max-request: 1
|
|
tags: token-spray,sonarcloud
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://sonarcloud.io/api/authentication/validate"
|
|
|
|
headers:
|
|
Authorization: Basic {{base64(token + ':')}}
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '{"valid": true}'
|
|
|
|
# digest: 4b0a00483046022100efd628805e8fd72d321c4b392a3a0b8594e4b5995a3e34fe8e4c212f233c4f3e02210097834810422bd619f28fd298381cc681d7d5453360fa2b1dcf1135313c620a44:922c64590222798bb761d5b6d8e72950
|