Remove mocks from find_group_with_ldap #4015
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, pull_request] | |
permissions: | |
contents: read | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
container: ruby:3.1.6 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Install Brakeman | |
run: | | |
gem install --no-format-executable brakeman -v 6.2.1 | |
- name: Brakeman | |
run: | | |
brakeman -p src/api |