Ankush Menat | 67e6472 | 2021-04-16 21:44:49 +0530 | [diff] [blame] | 1 | name: Semgrep |
| 2 | |
| 3 | on: |
Ankush | 1b5f3cf | 2021-07-15 19:30:05 +0530 | [diff] [blame] | 4 | pull_request: { } |
Ankush | 1b5f3cf | 2021-07-15 19:30:05 +0530 | [diff] [blame] | 5 | |
Ankush Menat | 67e6472 | 2021-04-16 21:44:49 +0530 | [diff] [blame] | 6 | jobs: |
| 7 | semgrep: |
| 8 | name: Frappe Linter |
| 9 | runs-on: ubuntu-latest |
| 10 | steps: |
Ankush | 1b5f3cf | 2021-07-15 19:30:05 +0530 | [diff] [blame] | 11 | - uses: actions/checkout@v2 |
| 12 | - uses: returntocorp/semgrep-action@v1 |
| 13 | env: |
| 14 | SEMGREP_TIMEOUT: 120 |
| 15 | with: |
| 16 | config: >- |
| 17 | r/python.lang.correctness |
| 18 | .github/helper/semgrep_rules |