forked from kaakaww/vuln_node_express
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stackhawk.yml
20 lines (16 loc) · 899 Bytes
/
stackhawk.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -- stackhawk configuration for vuln_node_express --
app:
# -- An applicationId obtained from the StackHawk platform. --
applicationId: b56e9a02-eab4-4b56-b7fc-4e88d4c33193 # (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 --
# 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]