User Guide
Chapter 2: Using the WebInspect Docker Images
3. Copy and paste the IP address into a browser using the following format:
<ip_address>:<port>/webinspect/swagger/index.html
For more information about using the Fortify WebInspect Swagger UI, see Micro Focus Fortify
WebInspect User Guide.
Running the Linux Container in ScanCentral DAST Mode
The ScanCentral DAST Configuration Tool CLI creates and downloads the following bash shell scripts
that you can use to pull the image, start the sensor containers, and create the internal communication
network:
l
pull-and-start-sensorcontainer.sh - This shell script pulls the Fortify WebInspect Linux
image from Docker Hub, and then starts the database, WISE, scanner, and 2FA server containers,
and creates the internal communication network.
l
pull-sensor-image.sh - This shell script pulls the Fortify WebInspect Linux image from Docker
Hub, but does not start the containers or create the internal communication network.
l
start-sensor-container.sh - This shell script starts the database, WISE, scanner, and 2FA
server containers, and creates the internal communication network, but does not pull the Fortify
WebInspect Linux image.
You can find these files in the dast-linux-start.tar.gz file along with the other ScanCentral
DAST launch artifacts. For more information about the ScanCentral DAST Configuration Tool CLI, see
the Micro Focus Fortify ScanCentral DAST Configuration and Usage Guide. For information about
executing bash scripts, refer to your Linux distribution documentation.
Alternatively, you can use the docker-compose.mode3.yaml file that you unpacked from the
Using the Compose File
After you have edited the environment file with the required changes for Mode 3, you can use the
Docker compose file to start the four Linux containers that comprise the Fortify WebInspect sensor
and create the internal communication network for the containers.
To start the containers:
l
At the terminal prompt on the Linux Docker host machine, enter the following command:
docker compose -f docker-compose.yaml -f docker-compose.mode3.yaml up -d
The database, WISE, scanner, and 2FA server containers are started, and the internal
communication network is created.
Viewing the Running Containers
By default, the scanner container name is widocker-scanner-1. The prefix widocker- is the
default directory where the Docker compose YAML files are unpacked. If you unpack the files to a
Micro Focus Fortify WebInspect and OAST on Docker (22.2.0)
Page 31 of 48