ACD-573: WIP - Add contract and route and controller action for new a… #1978
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}} |