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