Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 485 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 485 Bytes

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