Skip to content

Commit

Permalink
Merge pull request #429 from holistics/feat/bearer_scan
Browse files Browse the repository at this point in the history
update fail on error bearer scan
  • Loading branch information
vinh-hh authored Aug 24, 2023
2 parents c286542 + fb09f6d commit 9968428
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bearer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
branches:
- master


permissions:
contents: read

jobs:
rule_check:
runs-on: ubuntu-22.04
continue-on-error: true
steps:
- uses: actions/checkout@v3
- name: Run Report
Expand All @@ -26,6 +26,6 @@ jobs:
reviewdog_version: latest
- name: Run reviewdog
env:
REVIEWDOG_TOKEN: ${{ secrets.REVIEWDOG_TOKEN }}
run:
cat rd.json | reviewdog -f=rdjson -reporter=github-pr-check -filter-mode=added -fail-on-error=false
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cat rd.json | reviewdog -f=rdjson -reporter=github-check -filter-mode=nofilter

0 comments on commit 9968428

Please sign in to comment.