You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered: