Add basic CI setup (#30)
Co-authored-by: Rafael Epplée <hello@rafa.ee> Reviewed-on: #30 Co-authored-by: Moritz <moritz.m@local-it.org> Co-committed-by: Moritz <moritz.m@local-it.org>
This commit is contained in:
parent
c16c411891
commit
7b5f37960f
8 changed files with 115 additions and 8 deletions
13
.sobelow-conf
Normal file
13
.sobelow-conf
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[
|
||||
verbose: false,
|
||||
private: false,
|
||||
skip: false,
|
||||
router: nil,
|
||||
exit: false,
|
||||
format: "txt",
|
||||
out: nil,
|
||||
threshold: :low,
|
||||
ignore: ["Config.CSP"],
|
||||
ignore_files: [],
|
||||
version: false,
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue