Skip to content

build(deps-dev): bump rubocop-performance from 1.23.0 to 1.23.1 in the rubocop group #13997

build(deps-dev): bump rubocop-performance from 1.23.0 to 1.23.1 in the rubocop group

build(deps-dev): bump rubocop-performance from 1.23.0 to 1.23.1 in the rubocop group #13997

# This workflow integrates Brakeman with GitHub's Code Scanning feature
# Brakeman is a static analysis security vulnerability scanner for Ruby on Rails applications
name: Brakeman Scan
# This section configures the trigger for the workflow. Feel free to customize depending on your convention
on:
pull_request:
branches: [main]
jobs:
brakeman:
uses: ministryofjustice/laa-reusable-github-actions/.github/workflows/brakeman.yml@main