Skip to content

Adjust data explorer to work with the new 2025-ndc-tracker urls #1590

Adjust data explorer to work with the new 2025-ndc-tracker urls

Adjust data explorer to work with the new 2025-ndc-tracker urls #1590

Workflow file for this run

name: Security
on:
push:
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: bundle exec brakeman
- name: Run Bundle Audit
run: bundle exec bundle-audit check --update