Skip to content

refactoring: Removing inclusion validation on region for ASCOR country #1120

refactoring: Removing inclusion validation on region for ASCOR country

refactoring: Removing inclusion validation on region for ASCOR country #1120

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