Skip to content

build(deps): Bump actionpack from 6.1.7.7 to 6.1.7.9 #1411

build(deps): Bump actionpack from 6.1.7.7 to 6.1.7.9

build(deps): Bump actionpack from 6.1.7.7 to 6.1.7.9 #1411

name: Brakeman Scan
on:
pull_request:
branches: [ master, production ]
jobs:
brakeman-scan:
name: Brakeman Scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby 3.3.0
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.0
bundler-cache: true
- name: Scan
continue-on-error: true
run: bundle exec brakeman -f sarif -o brakeman.sarif.json .
- name: Upload SARIF
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: brakeman.sarif.json