/DockerbaseDSSC

base docker image for all DSSC

Primary LanguageDockerfile

Deep Security Smart Check test image

You can use the files in this directory to create a test image for Deep Security Smart Check. This image will trigger findings in the malware, vulnerability, content, and security checklist scanners.

Build the image

docker build -t fake-image:latest .

Tag the image

docker tag fake-image:latest registry.example.com/fake-image:latest

Push the image

docker push registry.example.com/fake-image:latest