Skip to content

made Brakeman to work on next-release/* branches #660

made Brakeman to work on next-release/* branches

made Brakeman to work on next-release/* branches #660

Workflow file for this run

name: Brakeman
on:
push:
branches:
- main
- next-release/*
jobs:
brakeman:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
# Will run Brakeman checks on dependencies
# https://github.com/marketplace/actions/brakeman-action
- name: Brakeman
uses: artplan1/[email protected]
with:
flags: "--color"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}