Skip to content

Move test key to right place... #7

Move test key to right place...

Move test key to right place... #7

Workflow file for this run

name: Security
on: [push]
jobs:
security:
name: Brakeman (Static security)
if: "${{ github.actor != 'dependabot[bot]' }}"
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
cache-version: 321
- name: Run Brakeman
run: bundle exec brakeman -q