mirror of
https://github.com/ProtonVPN/android-app.git
synced 2026-03-13 09:02:15 +08:00
Configure semgrep scan [VPNAND-1944].
This commit is contained in:
committed by
MargeBot
parent
50b07ae5bd
commit
c7a1fcf1c4
9
.semgrep.yml
Normal file
9
.semgrep.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
exclude:
|
||||
# we already run gitleaks separately, no need for duplicate reports
|
||||
- generic.secrets.gitleaks.
|
||||
# semgrepignore changes are being reviewed in MRs
|
||||
- generic.ci.audit.changed-semgrepignore.changed-semgrepignore
|
||||
# low quality rules with high number of false positives
|
||||
- MSTG-
|
||||
# low quality rules that trigger on words like 'key' or 'Log'
|
||||
- mobsf.mobsfscan.android.
|
||||
Reference in New Issue
Block a user