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