Skip to content

Commit 00a3286

Browse files
committed
semgrep scan enable on citadel repo
1 parent f35017c commit 00a3286

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/semgrep.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Semgrep
2+
on:
3+
pull_request: {}
4+
push:
5+
branches: ["master"]
6+
jobs:
7+
semgrep:
8+
name: Scan
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: razorpay/checkout-action@30aedaf6f35b3b7756b8095789c1e18674bcf2f6
12+
- uses: returntocorp/semgrep-action@v1
13+
with:
14+
auditOn: push
15+
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}
16+
publishDeployment: 339
17+
env:
18+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)