diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1d0156a0..7beac896a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: diff --git a/.sobelow-conf b/.sobelow-conf index 06cca8933..fc0940908 100644 --- a/.sobelow-conf +++ b/.sobelow-conf @@ -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"] ] diff --git a/.sobelow-skips b/.sobelow-skips index 8a0f398e7..9e3133f2f 100644 --- a/.sobelow-skips +++ b/.sobelow-skips @@ -1,2 +1,2 @@ -AACA51671C4B3C803ACBCA3FADE84CDE \ No newline at end of file +752C0E897CA81ACD81F4BB215FA5F8E4 \ No newline at end of file