OWASP/glue

Glue Dependencies

Opened this issue · 4 comments

Hi,

What are the glue dependencies for running as a standalone? the ones listed are for the tools it supports as far as i've seen.

Does it have any ruby gem dependencies?

You can take a look at the Gemfile and on the Gemspec. Those file specified all the dependencies for Glue.
What do you mean by "standalone"? Glue should be used to run other security tools.

What do you mean by "mandatory"?
Many Glue dependencies exist because of a specific security tool integration. Because of Ruby behavior, you can create "broken" version of Glue - containing only the required dependencies for the tools you need. This will work for you, but any other functionality of Glue might be broken.
BTW last week we released the raw docker image on dockerhub - use the tag raw-latests. It contains the docker image you specified. What I did in this image was installing only Glue, without any additional security tool. This should be used as a base image, where you can install the tools you need on it.

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.