OWASP/glue

Allow to choose which tasks to run

omerlh opened this issue · 1 comments

Currently, glue tries to run all the tasks, and if the tool exists the task run. It has a few problems:

  • Build will not fail if there is an issue with the tool
  • Running irrelevant tools
    It would be nice to be able to specify which tasks to run.

I just discovered the -t flag, which allows just that.