2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

Add deepsource for more security testing (#5714)

* Added deepsource for SAST testing and more
Closes https://github.com/inventree/org/issues/41

* Add deepsource badges to Readme
This commit is contained in:
Matthias Mair
2023-10-17 02:23:19 +02:00
committed by GitHub
parent 8bc750bc06
commit 40ff0e1060
2 changed files with 28 additions and 0 deletions

26
.deepsource.toml Normal file
View File

@ -0,0 +1,26 @@
version = 1
exclude_patterns = [
"docs/docs/javascripts/**",
"docs/ci/**",
"InvenTree/InvenTree/static/**",
"ci/**",
"InvenTree/**/migrations/*.py"
]
[[analyzers]]
name = "shell"
[[analyzers]]
name = "javascript"
[analyzers.meta]
plugins = ["react"]
[[analyzers]]
name = "python"
[analyzers.meta]
runtime_version = "3.x.x"
[[analyzers]]
name = "docker"