diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index f694a0da..f8142024 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -7,7 +7,7 @@ permissions: jobs: bearer: - name: Security Analysis + name: Bearer Security Analysis runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -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 diff --git a/packages/consent/lib/consent/dsl.rb b/packages/consent/lib/consent/dsl.rb index e3e6d6cc..659a10a0 100644 --- a/packages/consent/lib/consent/dsl.rb +++ b/packages/consent/lib/consent/dsl.rb @@ -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