diff --git a/.git-hooks/admins.txt b/.git-hooks/admins.txt index 1cc93a0a..a41eab9e 100644 --- a/.git-hooks/admins.txt +++ b/.git-hooks/admins.txt @@ -1 +1 @@ -rsmoke +rsmokeUM diff --git a/.github/workflows/brakeman.yml b/.github/workflows/brakeman.yml index 638a07f8..516d8cee 100644 --- a/.github/workflows/brakeman.yml +++ b/.github/workflows/brakeman.yml @@ -25,7 +25,8 @@ jobs: bundler-cache: true - name: Run Brakeman - run: bundle exec brakeman -A -q -o tmp/brakeman-report.json + working-directory: ${{ github.workspace }} + run: bundle exec brakeman -A -q -o --no-exit-on-warn tmp/brakeman-report.json - name: Upload Brakeman report uses: actions/upload-artifact@v4