Loading the AppScan Source Docker image
In this scenario, the AppScan® Source command line interface (CLI) Docker image is downloaded and loaded into your Linux environment.
Containerized applications, including AppScan® Source, allow greater flexibility and efficiency. Once installed and configured, a testing environment can be created on-demand, and quickly, and scans can be run concurrently.
- Login to FlexNet.
- Download
hcl_appscan_source_cli_10.1.0.tar.gz
from the FlexNet Operations portal. - Load the Docker image:
docker load –i hcl_appscan_source_cli_10.1.0.tar
- Verify that the Docker image is loaded and available:
docker images
An image with the name
appscan/appscan-src-cli
should be listed.
- Pull the Docker image from HCL Harbor:
docker pull hclcr.io/appscan/appscan-src-cli:10.1.0
- Verify the Docker image is loaded and available.
docker images
An image with the name
appscan/appscan-src-cli
should be listed.