From befa8e1faf51fc16c096200d40c0b20d4cb67209 Mon Sep 17 00:00:00 2001 From: "personaclick-courier[bot]" <205635110+personaclick-courier[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 15:57:42 +0000 Subject: [PATCH] feat(release): sync --- .github/workflows/reusable-ruby-checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-ruby-checks.yaml b/.github/workflows/reusable-ruby-checks.yaml index 4f25a61..c95b861 100644 --- a/.github/workflows/reusable-ruby-checks.yaml +++ b/.github/workflows/reusable-ruby-checks.yaml @@ -142,7 +142,7 @@ jobs: source .env fi if test -f "bin/brakeman"; then - bin/brakeman --no-pager + bin/brakeman --no-pager --no-exit-on-warn fi - name: Scan for known security vulnerabilities in gems used