Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

brakeman command options and configuration files #166

Open
CzarScar opened this issue Dec 18, 2020 · 0 comments
Open

brakeman command options and configuration files #166

CzarScar opened this issue Dec 18, 2020 · 0 comments

Comments

@CzarScar
Copy link

CzarScar commented Dec 18, 2020

Description

How can we pass the parameter to brakeman or a configuration files?

Steps to Reproduce

  1. Scan a rails project using Hawkeye images
  2. The project will return error said "ruby-brakeman returned an error! There was an error while executing Brakeman and the report was not created"
  3. And you can only directly using brakeman -d to debug for the error on your terminals.
  4. 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.

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant