Skip to content

feat: Support 5STAR level #935

feat: Support 5STAR level

feat: Support 5STAR level #935

Workflow file for this run

name: Security
on:
push:
# schedule:
# - cron: "0 14 * * *"
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run Brakeman
run: yarn test:sast
- name: Run Bundle Audit
run: yarn rails:bundle-audit