Spell bundle-audit without the r

Usage as described in https://github.com/rubysec/bundler-audit#readme
This commit is contained in:
Jamie McCarthy
2024-02-12 06:57:16 -06:00
parent f263f7e886
commit e4840c47d0
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
bundler-cache: true
# Add or replace any other lints here
- name: Security audit dependencies
run: bundle exec bundler-audit --update
run: bundle exec bundle-audit --update
- name: Security audit application code
run: bundle exec brakeman -q -w2
- name: Lint Ruby files