Skip to content

Security with Brakeman #2

Security with Brakeman

Security with Brakeman #2

Workflow file for this run

name: Security check with Brakeman
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run Brakeman
run: bundle exec brakeman -z