CONTAINER SCANNING
Detect security vulnerabilities in your Docker images.
Virsec DevSecOps Container scans are performed on a docker image using our fully packaged Docker image without any additional software installation. Please make sure you have the following prerequisites before running the scans.
PREREQUISITES
Example
Run the following command from your console
vsp_defense container --api-key=<YOUR_API_KEY> --image-name=<your image name> --project-name="my-docker-project"
For private container repositories with credentials
vsp_defense container --api-key=<YOUR_API_KEY> --image-name=<your image name> --project-name="my-docker-mage" --username=<docker login> --password=<docker password>
To securely enter the password use --W option without the actual password
vsp_defense container --api-key=<YOUR_API_KEY> --image-name=<your image name> --project-name="my-docker-mage" --username=<docker login> --W