Skip to content

fix issue #101: Allow to collapse comments & guidance #12

fix issue #101: Allow to collapse comments & guidance

fix issue #101: Allow to collapse comments & guidance #12

Workflow file for this run

name: Brakeman
on:
pull_request:
branches:
master
jobs:
brakeman:
runs-on: ubuntu-20.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 }}