Views:

To delete pending scans, follow this GitHub article.

To delete in-progress scans:

  1. Download the package from GitHub.
  2. Edit line 37 of the file clean_queue.py. This line determines the scan status you want to delete. Change "pending" to "in-progress".

    Module state

  3. Repackage the container image.

    docker build -t smartcheck-clean-inprogress .

  4. Run the docker image.

    docker run --rm \
      -e USERNAME="<user>" \
      -e PASSWORD="<password>" \
      -e URL="<Smart Check IP>:<port>" \
      smartcheck-clean-inprogress