Revert "Merge pull request #430 from Vizzuality/feature/mq-beta-scores" #905
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |