diff --git a/.github/workflows/akto_ci_run.yaml b/.github/workflows/akto_ci_run.yaml new file mode 100644 index 00000000..5b42f3ee --- /dev/null +++ b/.github/workflows/akto_ci_run.yaml @@ -0,0 +1,22 @@ +name: Akto +on: + pull_request: {} + push: + branches: ["master"] + schedule: + - cron: "0 17 * * 0" + +jobs: + akto-ci-run: + if: always() +# if: github.ref == 'refs/heads/master' + runs-on: [ self-hosted ] + steps: + - name: Akto CI Integration + uses: razorpay/security-action/akto@master + with: + check_name: 'Api Build' + git_token: ${{ secrets.GIT_TOKEN }} + argo_token: ${{ secrets.ARGO_TOKEN }} + harbor_docker_username: ${{ secrets.HARBOR_DOCKER_USERNAME }} + harbor_docker_password: ${{ secrets.HARBOR_DOCKER_PASSWORD }} \ No newline at end of file