Skip to content

Merge pull request #498 from Vizzuality/refactoring/minor-changes-mq #1170

Merge pull request #498 from Vizzuality/refactoring/minor-changes-mq

Merge pull request #498 from Vizzuality/refactoring/minor-changes-mq #1170

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