You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--app-name APP-NAME The unique name of the app to be scanned, you can set this to anything e.g. Core API
@@ -65,6 +65,8 @@ Options:
65
65
--target-host TARGET-HOST
66
66
The base URL of the API to be scanned e.g. https://api.nullify.ai
67
67
--header HEADER List of headers for the DAST agent to authenticate with your API, separated by commas e.g. "Authorization: Bearer 1234,X-Custom-Header: abcxyz"
68
+
--auth-config AUTH-CONFIG
69
+
The path to the auth config file
68
70
--github-owner GITHUB-OWNER
69
71
The GitHub username or organisation
70
72
--github-repo GITHUB-REPO
@@ -160,4 +162,5 @@ The locally hosted scan can be run from within private networks to test private
160
162
|**`header`**| List of headers for the DAST agent to authenticate with your API, string seperated by commas |`false`||
161
163
|**`local`**| Test the given app locally for bugs and vulnerabilities in private networks |`false`||
162
164
|**`version`**| Version of the DAST local image that is used for scanning [default: ]|`false`| latest |
165
+
|**`auth-config`**| The path to the auth config file |`false`||
0 commit comments