2021-10-01 14:33:51 +00:00
|
|
|
id: api-travisci
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Travis CI API Test
|
|
|
|
author: zzeitlin
|
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://developer.travis-ci.com/
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2024-06-07 10:04:29 +00:00
|
|
|
tags: token-spray,travis
|
2021-10-01 14:33:51 +00:00
|
|
|
|
2021-10-20 08:46:18 +00:00
|
|
|
self-contained: true
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-10-01 14:33:51 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "https://api.travis-ci.com/user"
|
|
|
|
headers:
|
|
|
|
Travis-API-Version: 3
|
|
|
|
Authorization: token {{token}}
|
2021-10-01 20:46:16 +00:00
|
|
|
|
2021-10-01 14:33:51 +00:00
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 403
|
|
|
|
negative: true
|
2024-06-08 16:02:17 +00:00
|
|
|
# digest: 4a0a0047304502210081398c66d276a217de7d283093d20c326b2258d36c91764c23547d5394c4a66a022007829492943ed4b1c990525f63eb28b24749e790ece26d7293f8f8d75410f240:922c64590222798bb761d5b6d8e72950
|