Security tools for the security operations center. Vulnerability scans. Building the current image and pushing it out to a remote Docker repository is done via CI/CD - GitHub actions.
Building docker image with github action.
-
Download the container image.
docker pull gotosystems/secv:latest -
Run the container based on the downloaded image.
docker run --rm -d -p 8000:80 --name secv secv:latest -
Open a browser with a localhost address on port 8000. There you will find a range of information on vulnerabilities and how to scan your environments.
Kamil Ciaś kamil.cias@goto.systems
