forked from kaakaww/vuln-graphql-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstackhawk.yml
28 lines (24 loc) · 1.12 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
26
27
28
# -- stackhawk configuration for vuln-graphql-api --
app:
# -- An applicationId obtained from the StackHawk platform. --
applicationId: 60b41df4-ef5a-435d-b682-5658c5c3b1a7 # (required)
# -- The environment for the applicationId defined in the StackHawk platform. --
env: Development # (required)
# -- The url of your application to scan --
host: http://localhost:3000 # (required)
# -- Customized Configuration for GraphQL/SOAP/OpenAPI, add here --
graphqlConf:
enabled: true
schemaPath: /graphql # OR...
# filePath: introspectionSchema.json
operation: ALL # Types: ALL, QUERY, MUTATION
requestMethod: POST # Types: POST, GET
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: [email protected]