Skip to content

fix: Show only published publications and articles #1192

fix: Show only published publications and articles

fix: Show only published publications and articles #1192

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