Skip to content

Commit

Permalink
Aikido setup (#32)
Browse files Browse the repository at this point in the history
* Aikido setup

* Aikido setup

* Aikido setup

---------

Co-authored-by: Encord MM <[email protected]>
  • Loading branch information
mustakeem-encord and Encord MM authored Dec 11, 2024
1 parent 4af1e27 commit ae45a61
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/aikido.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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 my-repo --apikey ${{ secrets.AIKIDO_API_Key }} --repositoryname encord-agents --branchname main

0 comments on commit ae45a61

Please sign in to comment.