From e4840c47d074b5cdaff1d1d3684b2fed38c548d7 Mon Sep 17 00:00:00 2001 From: Jamie McCarthy Date: Mon, 12 Feb 2024 06:57:16 -0600 Subject: [PATCH] Spell bundle-audit without the r Usage as described in https://github.com/rubysec/bundler-audit#readme --- ci/rubyonrails.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/rubyonrails.yml b/ci/rubyonrails.yml index dba16cb..c9835fb 100644 --- a/ci/rubyonrails.yml +++ b/ci/rubyonrails.yml @@ -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