Skip to content

Merge pull request #473 from Vizzuality/feat/ascor-render-metrics-wit… #1065

Merge pull request #473 from Vizzuality/feat/ascor-render-metrics-wit…

Merge pull request #473 from Vizzuality/feat/ascor-render-metrics-wit… #1065

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