2021-01-22 17:06:00 +01:00
|
|
|
[
|
|
|
|
verbose: true,
|
|
|
|
private: false,
|
|
|
|
skip: true,
|
2021-01-22 19:11:13 +01:00
|
|
|
router: "lib/web/router.ex",
|
|
|
|
exit: "low",
|
2021-01-22 17:06:00 +01:00
|
|
|
format: "txt",
|
|
|
|
out: "",
|
2021-01-22 19:11:13 +01:00
|
|
|
threshold: "medium",
|
2021-01-25 16:31:57 +01:00
|
|
|
ignore: ["Config.HTTPS", "Config.CSP"],
|
2022-03-31 11:38:33 +02:00
|
|
|
ignore_files: ["config/runtime.exs"]
|
2021-01-22 17:06:00 +01:00
|
|
|
]
|