Add binstub for brakeman
(#30493)
This commit is contained in:
parent
f8ce61d670
commit
a66f6e1005
2 changed files with 28 additions and 1 deletions
2
.github/workflows/lint-ruby.yml
vendored
2
.github/workflows/lint-ruby.yml
vendored
|
@ -47,4 +47,4 @@ jobs:
|
|||
|
||||
- name: Run brakeman
|
||||
if: always() # Run both checks, even if the first failed
|
||||
run: bundle exec brakeman
|
||||
run: bin/brakeman
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue