Spell bundle-audit without the r
Usage as described in https://github.com/rubysec/bundler-audit#readme
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ jobs:
|
|||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
# Add or replace any other lints here
|
# Add or replace any other lints here
|
||||||
- name: Security audit dependencies
|
- name: Security audit dependencies
|
||||||
run: bundle exec bundler-audit --update
|
run: bundle exec bundle-audit --update
|
||||||
- name: Security audit application code
|
- name: Security audit application code
|
||||||
run: bundle exec brakeman -q -w2
|
run: bundle exec brakeman -q -w2
|
||||||
- name: Lint Ruby files
|
- name: Lint Ruby files
|
||||||
|
|||||||
Reference in New Issue
Block a user