Configure QCSA Image

Following are the steps to configure the QCSA image:

  1. Download QCSA Image
  2. Configure QCSA Image in Docker Host

Download QCSA Image

To create a QCSA Containerized Scanner, you need a QCSA image. To download QCSA image, perform the following steps.

  1. Log into the Qualys Cloud Platform.
  2. Choose the Vulnerability Management application.
  3. Go to Scans > Appliance.
  4. Select New > Containerized Scanner Appliance.
  5. Click Download Image Only.
  6. Select Download option in File Location for Docker Container in Distribution Package

    The file is downloaded with the name QCSA-x.x.x.tar

    Containerized Scanner Appliances

Configure QCSA Image in Docker Host 

  1. Copy the downloaded QCSA file on docker the host.
  2. Load the QCSA image from QCSA-x.x.x.tar.xz using the following command:

    docker load <qcss-x.x.x.tar.xz

    Sample

    [root@localhost ~]# docker load < QCSA-1.0.42-1.tar.xz
    Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
    Getting image source signatures
    Copying blob 115d05199b17 done
    Copying blob 570a9d7c8b78 done
    Copying blob 5cc7618fa5d9 done
    Copying blob 180c851ea8d0 done
    Copying blob 03a8d2dbb654 done
    Copying blob 42522a6f0114 done
    Copying blob c3384fea7197 done
    Copying blob 588e4edf5372 done
    Copying blob fc2b6ad61300 done
    Copying config 11e27d12d4 done
    Writing manifest to image destination
    Storing signatures
    Loaded image(s): localhost/qualys/QCSA:latest
    [root@localhost ~]
           
    
  3. Check the image on the docker host using the following command:
    docker image ls

    Sample

    [root@localhost ~]# docker image ls
    Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
    REPOSITORY             TAG         IMAGE ID      CREATED       SIZE
    localhost/qualys/QCSA  latest      11e27d12d4d7  39 hours ago  437 MB
    [root@localhost ~]#
    	  
    

Next Step

Generate Personalization Code