Improve dev tooling (#30)
* added ex_check and got it passing * Set up ex_check to run in test env * Added static code analysis * Updated actions file * Updated dockerfile
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
[
|
||||
verbose: false,
|
||||
private: false,
|
||||
skip: false,
|
||||
router: nil,
|
||||
exit: :medium,
|
||||
format: "txt",
|
||||
out: nil,
|
||||
threshold: :low,
|
||||
# All of these are ignorable because this app is intended to be single-user and self-hosted.
|
||||
# There is an expectation that the user won't intentionally run a FS Traversal on themselves
|
||||
ignore: ["CI.System", "Traversal.FileModule", "Config.HTTPS", "Config.CSP"],
|
||||
ignore_files: [],
|
||||
version: false
|
||||
]
|
||||
Reference in New Issue
Block a user