How can we pass the parameter to brakeman or a configuration files?
Steps to Reproduce
Scan a rails project using Hawkeye images
The project will return error said "ruby-brakeman returned an error! There was an error while executing Brakeman and the report was not created"
And you can only directly using brakeman -d to debug for the error on your terminals.
However, when you fix the issue and using brakeman scan the project successfully. The Hawkeye scan still return error.
Expected behavior: [What you expect to happen]
We can passing parameter to Brakeman command like -d or --fast. And brakeman can also find the configuration files on the project default locations.
Actual behavior: [What actually happens]
Return error and hard to debug and figure out the reason.
Description
How can we pass the parameter to brakeman or a configuration files?
Steps to Reproduce
Expected behavior: [What you expect to happen] We can passing parameter to Brakeman command like -d or --fast. And brakeman can also find the configuration files on the project default locations. Actual behavior: [What actually happens] Return error and hard to debug and figure out the reason.
Version
v1.8.1
Additional Information
brakeman configuration files link: https://github.com/presidentbeef/brakeman#configuration-files
brakeman scanning options: https://github.com/presidentbeef/brakeman/blob/main/OPTIONS.md