Skip to content

Commit

Permalink
Akto Integration
Browse files Browse the repository at this point in the history
  • Loading branch information
swati31196 committed Nov 10, 2023
1 parent e2755d2 commit 8d1ee0c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/akto_ci_run.yaml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 8d1ee0c

Please sign in to comment.