Skip to content

make sure if approving document with reason to set status to not requ… #540

make sure if approving document with reason to set status to not requ…

make sure if approving document with reason to set status to not requ… #540

Workflow file for this run

name: Security
on: push
jobs:
security:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run Bundle Audit
run: bundle exec bundle audit --update
- name: Run Brakeman
run: bundle exec brakeman