Fix sobelow lint

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-01-25 16:31:57 +01:00
parent 166ce52a7f
commit 8f156d3b5c
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
3 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ lint-elixir:
- export EXITVALUE=0
- mix format --check-formatted --dry-run || export EXITVALUE=1
- mix credo --strict -a || export EXITVALUE=1
- mix sobelow --config --skip || export EXITVALUE=1
- mix sobelow --config || export EXITVALUE=1
- exit $EXITVALUE
lint-front:

View File

@ -7,6 +7,6 @@
format: "txt",
out: "",
threshold: "medium",
ignore: ["Config.HTTPS"],
ignore: ["Config.HTTPS", "Config.CSP"],
ignore_files: ["config/dev.1.secret.exs", "config/dev.2.secret.exs", "config/dev.3.secret.exs", "config/dev.secret.exs", "config/e2e.secret.exs", "config/prod.secret.exs", "config/test.secret.exs"]
]

View File

@ -1,2 +1,2 @@
AACA51671C4B3C803ACBCA3FADE84CDE
752C0E897CA81ACD81F4BB215FA5F8E4