Skip to content

Commit

Permalink
Create central_security_checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alluriakhilashvarma authored Oct 15, 2024
1 parent ea8cf90 commit d49fa56
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/central_security_checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Security Checks
on:
pull_request: {}
push:
branches: ["master"]
schedule:
- cron: "0 17 * * *"
jobs:
Security-Scan:
uses: razorpay/security-action/.github/workflows/central_security_checks_prod.yml@master
with:
DEFAULT_BRANCH: master
secrets: inherit

0 comments on commit d49fa56

Please sign in to comment.