Skip to content

Configuration Override

While starting a new scan using the CLI or the Public API, you can override your configuration.

Examples

if your profile is configured in read-only but you want to scan it with read and write with the CLI, you can run the following command:

escape-cli scans start [profile-id] -c '{"rest_api_dast": {"read_only": false}}'

if you want to run WebApp Scan on some specific pages, using the CLI you can run the following command:

escape-cli scans start [profile-id] -c '{"frontend_dast": {"allowed_url_patterns": ["https://test.com/page1", "https://test.com/page2"], "hotstart": ["https://test.com/page1", "https://test.com/page2"]}}'