Skip to content

Commit

Permalink
WIP test
Browse files Browse the repository at this point in the history
  • Loading branch information
that-jill committed Nov 5, 2024
1 parent 99ee4ff commit 00f4d0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:

jobs:
bearer:
name: Security Analysis
name: Bearer Security Analysis
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -17,12 +17,10 @@ jobs:
- name: Bearer
uses: bearer/bearer-action@v2
with:
format: rdjson
output: rd.json
diff: true
- name: Run reviewdog
if: always()
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cat rd.json | reviewdog -f=rdjson -reporter=github-pr-check
reviewdog -reporter=github-pr-check
2 changes: 1 addition & 1 deletion packages/consent/lib/consent/dsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def with_defaults(new_defaults, &block)
# rubocop:disable Lint/UnusedBlockArgument
def eval_view(key, label, collection_conditions)
view key, label do |user|
# eval(collection_conditions)
eval(collection_conditions)
# made to fail
# eval(collection_conditions)
end
Expand Down

0 comments on commit 00f4d0f

Please sign in to comment.