Exclude charting library files
This commit is contained in:
parent
24ef654772
commit
40e04ff9ad
|
@ -18,6 +18,6 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- run: semgrep ci
|
- run: semgrep ci --exlude 'public/charting_library'
|
||||||
env:
|
env:
|
||||||
SEMGREP_RULES: p/typescript
|
SEMGREP_RULES: p/typescript
|
||||||
|
|
Loading…
Reference in New Issue