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