blob: 701c5c7cbea06f3ca0a3bffe800bbb708e6b5d16 [file] [log] [blame]
Ankush Menat67e64722021-04-16 21:44:49 +05301name: Semgrep
2
3on:
Ankush1b5f3cf2021-07-15 19:30:05 +05304 pull_request: { }
5 push:
6 branches: ["develop"]
7
Ankush Menat67e64722021-04-16 21:44:49 +05308jobs:
9 semgrep:
10 name: Frappe Linter
11 runs-on: ubuntu-latest
12 steps:
Ankush1b5f3cf2021-07-15 19:30:05 +053013 - uses: actions/checkout@v2
14 - uses: returntocorp/semgrep-action@v1
15 env:
16 SEMGREP_TIMEOUT: 120
17 with:
18 config: >-
19 r/python.lang.correctness
20 .github/helper/semgrep_rules