Autosec is autonomous application security engine based on owasp/glue.
Autosec is an application that runs with the functionality of the rest API which can integrate with jenkins and travis.
What things you need to install the software and how to install them
python
docker
pip install -r requirements.txt
yum -y install docker-io
yum -y install docker
Enter docker image directory
docker build -t autosec .
In project directory
export FLASK_APP=autosec.py
flask run
Begin Scan on public repo
curl -X POST http://127.0.0.1:5000/scan --form "repository=aHR0cHM6Ly9naXRodWIuY29tL0plbXVyYWkvdHJpYWdlLmdpdA=="
Get engine output logs
curl -X POST http://127.0.0.1:5000/logs --form "name=trial"