Skip to content

Commit a41b378

Browse files
mustakeem-encordEncord MM
andauthored
Adding vulnerabilty scanner (#695)
Co-authored-by: Encord MM <encordmm@Mustakeem.local>
1 parent 8c0616b commit a41b378

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/aikido.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
on:
2+
schedule:
3+
- cron: "00 11 * * *"
4+
name: Aikido Scan
5+
jobs:
6+
aikido-local-scan-repo:
7+
runs-on: ubuntu-latest
8+
container:
9+
image: aikidosecurity/local-scanner:v1.0.52
10+
steps:
11+
- uses: actions/checkout@v4
12+
- name: Run scan
13+
run: aikido-local-scanner scan ./ --apikey ${{ secrets.AIKIDO_API_Key }} --repositoryname Encord-active --branchname main

0 commit comments

Comments
 (0)