-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstackhawk.yml
25 lines (21 loc) · 1.01 KB
/
stackhawk.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# -- stackhawk configuration for Pass emploi API --
app:
# -- An applicationId obtained from the StackHawk platform. --
applicationId: 940254ab-d427-46dd-894b-e9ecc03eae6f # (required)
# -- The environment for the applicationId defined in the StackHawk platform. --
env: Development # (required)
# -- The url of your application to scan --
host: https://api.pass-emploi.incubateur.net # (required)
# -- Customized Configuration for GraphQL/SOAP/OpenAPI, add here --
openApiConf:
path: /documentation-json # OR...
# filePath: openApi.json
autoPolicy: true
autoInputVectors: true
# Configuration Docs: https://docs.stackhawk.com/hawkscan/configuration/
# -- If Authenticated Scanning is needed, add here --
# Authenticated Scanning Docs: https://docs.stackhawk.com/hawkscan/authenticated-scanning.html
# Authenticated Scanning Repo: https://github.com/kaakaww/scan-configuration/tree/main/Authentication
# -- Help Section --
# Docs: https://docs.stackhawk.com/
# Contact Support: support@stackhawk.com