Skip to content

Merge pull request #414 from dylan8902/pub-thursday-audit #47

Merge pull request #414 from dylan8902/pub-thursday-audit

Merge pull request #414 from dylan8902/pub-thursday-audit #47

Workflow file for this run

name: Security
on: [ push ]
jobs:
test:
runs-on: ubuntu-latest
env:
RAILS_ENV: test
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.0'
bundler-cache: true
- name: Run security tests
run: |
bin/bundle exec brakeman