Link a Tenable Web App Scanning Scanner to Sensor Proxy
Sensor Proxy supports two types of Tenable Web App Scanning scanners, those deployed from the Tenable Web App Scanning Docker image and those deployed with Tenable Core + Web App Scanning. Tenable Web App Scanning scanners linked to Sensor Proxy are only supported with Tenable Security Center.
Before you begin:
To link a Tenable Web App Scanning scanner to Sensor Proxy:
-
Access the Tenable Web App Scanning Docker image at https://hub.docker.com/r/tenable/was-scanner.
-
Run the following command to start the Docker container:
Copydocker run -d -e WAS_SCANNER_NAME=<my_scanner> -e WAS_LINKING_KEY=<my_linking_key> -e WAS_PLATFORM_URL=<sensor_proxy_url> tenable/was-scanner
Replace <my_scanner> with a unique scanner name, replace <my_linking_key> with your linking key, and replace <sensor_proxy_url> with the URL of the Sensor Proxy the scanner will be linked to.
For more information about the Tenable Web App Scanning Docker image, see Deploy Tenable Web App Scanning as a Docker Image in the Tenable Web App Scanning User Guide.