Apply all necessary exclusions to sobelow findings

This commit is contained in:
Claudio Ortolina
2026-03-07 18:37:24 +00:00
parent c87f946479
commit 2e3732e38b
6 changed files with 15 additions and 2 deletions
+3 -1
View File
@@ -4,7 +4,9 @@
ignore_files: [],
ignore: [
# Enabled via config/runtime.exs
"Config.HTTPS"
"Config.HTTPS",
# Placeholder values overridden in runtime.exs from env vars
"Config.Secrets"
],
out: nil,
private: false,