Qualys Container Runtime Security Instrumenter Service Deployment Files and support test scripts
Qualys Container Runtime Security Instrumenter Service Deployment Files
- deploy-instrumenter-docker-compose.yml
- deploy-instrumenter.sh
- k8s-deploy-instrumenter.yaml
- undeploy-instrumenter.sh
For more information, please refer: https://www.qualys.com/docs/qualys-container-runtime-security-user-guide.pdf for modifying the deployment file as per the deployment platform.
This script is to check if instrumentation of the input image is supported or not.
- check_if_image_instrumentable.sh
-
Print help message - ./check_if_image_instrumentable.sh --help or -h
-
Test if an image is instrumentable - ./check_if_image_instrumentable.sh (ImageID OR ImageName OR ImageSHA) (MANDATORY)
Provide image name or ID or SHA to the script. In case of image name and image SHA, if the image is not present on the host, it will be pulled If the image is from a private registry, please make sure to perform docker login to the registry before running the script.