This repository has been archived on 2023-10-25. You can view files and clone it, but cannot push or open issues or pull requests.
2019-11-01 18:50:58 +01:00
2019-11-01 18:47:18 +01:00
2019-11-01 18:37:30 +01:00
2019-11-01 18:47:18 +01:00
2019-11-01 18:37:30 +01:00
2019-09-02 21:28:34 -04:00
2019-11-01 18:46:52 +01:00
2019-09-02 22:31:27 -04:00
2019-11-01 18:37:30 +01:00
2019-11-01 18:47:18 +01:00
2019-11-01 18:47:18 +01:00
2019-09-02 21:28:34 -04:00
2019-11-01 18:49:40 +01:00

Brakeman github action

Usage

- name: Brakeman
  uses: devmasx/brakeman-lint-action@v1.0.0
  env:
    GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

Custom report

- name: Install gems
  run: |
    gem install brakeman -v 4.5.0
- name: brakeman report
  run: |
    brakeman -f json > tmp/brakeman.json || exit 0
- name: Brakeman
  uses: devmasx/brakeman-lint-action@v1.0.0
  env:
    GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
    REPORT_PATH: tmp/brakeman.json
Description
Create a check for coverage percentage.
Readme 449 KiB
Languages
Ruby 71.5%
JavaScript 27.3%
Dockerfile 1.2%