For the complete documentation index, see llms.txt. This page is also available as Markdown.

Dast

These settings apply to Custom Scan steps when both of these conditions are true:

  1. The policy_type is orchestratedScan or dataLoad.

  2. The scan_type is instance.

Instance domain

Key

instance_domain

Value

Domain of the application instance to scan. You can include the full path to the app in this field, or split the full path between the instance_domain and the instance_path settings. Example: https://myapp.io/portal/us

Instance path

Key

instance_path

Value

Path to append to the application instance domain, if you're splitting the full path between the instance_domain and the instance_path settings. For example, you might specify the domain as https://myapp.io and the path as /portal/us.

Instance protocol

Key

Value

One of the following: HTTPS is the default.

Instance port

Key

Value

The TCP port used by the scanned app.

Instance username

Key

Value

The username for authenticating with the scanned app.

Instance password

Key

Value

You should create a Harness text secret with your encrypted password and reference the secret using the format <+secrets.getValue("container-access-id")>. For more information, go to Add and reference text secrets.

Last updated

Was this helpful?