Skip to content

ACD-575: Change min test coverage to 99%. #1989

ACD-575: Change min test coverage to 99%.

ACD-575: Change min test coverage to 99%. #1989

Workflow file for this run

name: Brakeman
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
- run: gem install brakeman --version 6
- run: brakeman
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}