
OWASP Glue
Glue is a framework for running a series of tools. Generally, it is intended as a backbone for automating a security analysis pipeline of tools.
Recommended Usage
For those wishing to run Glue, we recommend using the docker image because
it should have the other tools it uses available already and configured.
See the documentation for more info. Glue Docker Documentation
For those interested in how to use Glue in a DevOps context, see
Glue DevOps Integration Options
Checkout the Playground to get a better understanding of Glue's features and how you can use them.
Local run
docker run owasp/glue
Installation for Development