Skip to content

Commit

Permalink
semgrep scan enabled (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
khush-saini committed Feb 14, 2022
1 parent a7524f1 commit e8a8408
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/semgrep.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Semgrep
on:
pull_request: {}
push:
branches: ["master"]
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
steps:
- uses: razorpay/checkout-action@30aedaf6f35b3b7756b8095789c1e18674bcf2f6
- uses: returntocorp/semgrep-action@v1
with:
auditOn: push
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}
publishDeployment: 339
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e8a8408

Please sign in to comment.