mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
ci: run semgrep after basic linters
This commit is contained in:
committed by
Ankush Menat
parent
92c0dcc3ea
commit
5ada11b1af
15
.github/workflows/linters.yml
vendored
15
.github/workflows/linters.yml
vendored
@@ -10,13 +10,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: returntocorp/semgrep-action@v1
|
|
||||||
env:
|
|
||||||
SEMGREP_TIMEOUT: 120
|
|
||||||
with:
|
|
||||||
config: >-
|
|
||||||
r/python.lang.correctness
|
|
||||||
.github/helper/semgrep_rules
|
|
||||||
|
|
||||||
- name: Set up Python 3.8
|
- name: Set up Python 3.8
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
@@ -25,3 +18,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Install and Run Pre-commit
|
- name: Install and Run Pre-commit
|
||||||
uses: pre-commit/action@v2.0.3
|
uses: pre-commit/action@v2.0.3
|
||||||
|
|
||||||
|
- uses: returntocorp/semgrep-action@v1
|
||||||
|
env:
|
||||||
|
SEMGREP_TIMEOUT: 120
|
||||||
|
with:
|
||||||
|
config: >-
|
||||||
|
r/python.lang.correctness
|
||||||
|
.github/helper/semgrep_rules
|
||||||
|
|||||||
Reference in New Issue
Block a user