fix: fix line numbers because of ruff format (#35) #6
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
on: | |
push: | |
branches: | |
- main | |
name: Aikido Scan | |
jobs: | |
aikido-local-scan-repo: | |
runs-on: ubuntu-latest | |
container: | |
image: aikidosecurity/local-scanner:v1.0.52 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run scan | |
run: aikido-local-scanner scan ./ --apikey ${{ secrets.AIKIDO_API_Key }} --repositoryname encord-agents --branchname main |