File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ # -- stackhawk configuration for vuln_node_express --
2
+ app :
3
+ # -- An applicationId obtained from the StackHawk platform. --
4
+ applicationId : b56e9a02-eab4-4b56-b7fc-4e88d4c33193 # (required)
5
+ # -- The environment for the applicationId defined in the StackHawk platform. --
6
+ env : Development # (required)
7
+ # -- The url of your application to scan --
8
+ host : http://localhost:3000 # (required)
9
+
10
+
11
+ # -- Customized Configuration for GraphQL/SOAP/OpenAPI, add here --
12
+ # Configuration Docs: https://docs.stackhawk.com/hawkscan/configuration/
13
+
14
+ # -- If Authenticated Scanning is needed, add here --
15
+ # Authenticated Scanning Docs: https://docs.stackhawk.com/hawkscan/authenticated-scanning.html
16
+ # Authenticated Scanning Repo: https://github.com/kaakaww/scan-configuration/tree/main/Authentication
17
+
18
+ # -- Help Section --
19
+ # Docs: https://docs.stackhawk.com/
20
+ # Contact Support: [email protected]
You can’t perform that action at this time.
0 commit comments