Loading the AppScan Source Podman image

In this scenario, the AppScan® Source command line interface (CLI) Podman 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.

Note: Podman must be installed, and the daemon started and running with the current user added to the podman group.
To download and load the Podman image to your environment from the My HCLSoftware portal:
  1. Login to the My HCLSoftware portal.
  2. Download hcl_appscan_source_cli_10.1.0.tar.gz from the My HCLSoftware portal.
  3. Load the Podman image:

    podman load –i hcl_appscan_source_cli_10.1.0.tar

  4. Verify that the Podman image is loaded and available:

    podman images

    An image with the name appscan/appscan-src-cli should be listed.

To pull the Podman image from HCL Harbor to your environment:
  1. Pull the Podman image from HCL Harbor:

    podman pull hclcr.io/appscan/appscan-src-cli:10.1.0

  2. Verify the Podman image is loaded and available.

    podman images

    An image with the name appscan/appscan-src-cli should be listed.

Note: As of version 10.3.0, AppScan® Source supports containerization using Podman. Since Docker is not supported in Red Hat Enterprise Linux 8 and 9, use Podman if your host is running RHEL 8 or 9. Podman supports all major Docker commands; replace Docker with Podman in the examples in this topic to create containers and scan in the Podman environment.