Skip to content

Configuration Override

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

For example, if your application 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 [app-id] -c '{"scan": {"read_only": false}}'