From ae45a611a5de283c5bb77fe63f65e1ae06713a79 Mon Sep 17 00:00:00 2001 From: mustakeem-encord <165190531+mustakeem-encord@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:26:49 +0000 Subject: [PATCH] Aikido setup (#32) * Aikido setup * Aikido setup * Aikido setup --------- Co-authored-by: Encord MM --- .github/workflows/aikido.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/aikido.yml diff --git a/.github/workflows/aikido.yml b/.github/workflows/aikido.yml new file mode 100644 index 0000000..249e23f --- /dev/null +++ b/.github/workflows/aikido.yml @@ -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 \ No newline at end of file