Skip to content

Merge pull request #40 from rubyforgood/update-workflow #24

Merge pull request #40 from rubyforgood/update-workflow

Merge pull request #40 from rubyforgood/update-workflow #24

Workflow file for this run

---
name: "Security"
on:
push:
branches: ['main']
pull_request:
types: ['opened', 'reopened', 'synchronize', 'unlocked']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/[email protected]
with:
ruby-version: '3.2.2'
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Security audit dependencies
run: bundle exec bundler-audit check --update
- name: Security audit application code
run: bundle exec brakeman -q -w2