diff --git a/.github/workflows/aikido.yml b/.github/workflows/aikido.yml new file mode 100644 index 0000000..d0f192d --- /dev/null +++ b/.github/workflows/aikido.yml @@ -0,0 +1,13 @@ +on: + schedule: + - cron: "00 11 * * *" +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 text-to-image-eval --branchname main