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.
docker build -t fake-image:latest .
docker tag fake-image:latest registry.example.com/fake-image:latest
docker push registry.example.com/fake-image:latest