This is a Docker Image used Only for Demostration - NOT USE IN PRODUCTION ENVIRONMENT
The main objective is to demonstrate the detection of Vulnerabilities, Malware and Some additional elements within a Pipeline.
How-to-use
-
Copy the project in your local environment ´´´ git clone https://github.com/XeniaP/Trend-Micro-Smart-Check-Demo-Image.git cd Trend-Micro-Smart-Check-Demo-Image ´´´
-
Build image docker build -t demo-app:v1 .
-
Push your image in your Registry (ECR, ACR, GCR) - For this Example we use DockerHub DockerHub
you need to be logged into the Docker Registry, you can use the following commanand. $ docker login
# tag your image
docker tag <your_repository_name>/demo-app:v1 demo-app:v1
# push your image
docker push <your_repository_name>/demo-app:v1
- Perfect!, now you can scan this image with Deep Security Smart Check
- how-to build/upload image to registry
- how-to deploy Kubernetes
- how-to deploy Trend Micro Smart Check
If you encounter a bug, think of a useful feature, or find something confusing in the docs, please create a new issue! We ❤️ pull requests.