Skip to content

build(deps-dev): bump rexml from 3.3.6 to 3.3.9 #1911

build(deps-dev): bump rexml from 3.3.6 to 3.3.9

build(deps-dev): bump rexml from 3.3.6 to 3.3.9 #1911

name: Brakeman Scan
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
brakeman-scan:
name: Brakeman Scan
runs-on: ubuntu-latest
env:
BUNDLE_WITHOUT: development
steps:
- uses: actions/checkout@v4
- name: Set up Ruby 3.3.4
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.4
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