Skip to content

Commit

Permalink
Test no-op for non-Rails app
Browse files Browse the repository at this point in the history
  • Loading branch information
that-jill committed Nov 15, 2024
1 parent 283fc9b commit 00544f7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ permissions:
pull-requests: write

jobs:
brakeman:
name: Security Analysis
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
- name: Brakeman
uses: reviewdog/action-brakeman@v2
with:
brakeman_version: gemfile
bearer:
name: Bearer Security Analysis
runs-on: ubuntu-latest
Expand Down

0 comments on commit 00544f7

Please sign in to comment.