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 6ad60cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 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,8 +17,6 @@ jobs:
- name: Bearer
uses: bearer/bearer-action@v2
with:
format: rdjson
output: rd.json
diff: true
- name: Run reviewdog
if: always()
Expand Down
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 6ad60cb

Please sign in to comment.