theredguild / DevSecOps-toolkit

Curation of DevSecOps tools that all work together inside the minimum amount of containers. Just run make exec and read the How To!
https://theredguild.org
2 stars 0 forks source link
cloud container devops devsecops docker kubernetes security semgrep toolkit vulnerability-scanners

Container OSS DevOps Security Tools

Unified repository with OSS security tools, just make exec and dive into the container!

There are some tools that have not been integrated to the main container itself, given their nature, but have been or will be added to the repository with an explanation on how to run them separately.

Firing up the container

% make
Usage:
  make <target>

Targets:
  build    Build the Docker image with the software versions described in the .env file
  release  Build the Docker image with the software versions described in the .env file, but from a specific release of this repo
  latest   Build the Docker image with the latest version for each tool
  exec     Run an interactive shell inside the container

Examples:
  make
  make build
  make release
  make latest
  make exec

Go to how to use the tools inside to understand how each one of them actually work

Tools included in this container