We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a08c447 commit 452b4d3Copy full SHA for 452b4d3
2 files changed
.github/workflows/brakeman.yml
@@ -22,4 +22,4 @@ jobs:
22
run: bundle install --jobs 4 --retry 3
23
24
- name: Run Brakeman
25
- run: bundle exec brakeman --exit-on-warn --quiet
+ run: bundle exec brakeman --ignore-config config/brakeman.ignore --exit-on-warn --quiet
bundle exec brakeman -I config/brakeman.ignorebundle exec brakeman -I renamed to config/brakeman.ignore
0 commit comments