Skip to content

Commit

Permalink
Can we use the default github token?
Browse files Browse the repository at this point in the history
  • Loading branch information
that-jill committed Nov 15, 2024
1 parent 00544f7 commit 7881e8e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,6 @@ 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 All @@ -34,7 +22,5 @@ jobs:
output: rd.json
- name: Run reviewdog
if: always()
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
touch rd.json && cat rd.json | reviewdog -f=rdjson -reporter=github-pr-check

0 comments on commit 7881e8e

Please sign in to comment.