diff --git a/.github/actions/test-ruby/action.yml b/.github/actions/test-ruby/action.yml index a1667f3d..e5bd62d9 100644 --- a/.github/actions/test-ruby/action.yml +++ b/.github/actions/test-ruby/action.yml @@ -93,12 +93,12 @@ runs: bundle exec brakeman --skip-files bundle/ -q -w2 -f json > tmp/brakeman.json || exit 0 shell: bash - - name: Publish report - if: inputs.BRAKEMAN == 'true' - uses: devmasx/brakeman-linter-action@v1.0.0 - env: - GITHUB_TOKEN: ${{github.token}} - REPORT_PATH: tmp/brakeman.json + # - name: Publish report + # if: inputs.BRAKEMAN == 'true' + # uses: devmasx/brakeman-linter-action@v1.0.0 + # env: + # GITHUB_TOKEN: ${{github.token}} + # REPORT_PATH: tmp/brakeman.json - name: Install Reviewdog if: inputs.RUBOCOP == 'true'