We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49db1c commit 286c31dCopy full SHA for 286c31d
mix.exs
@@ -150,7 +150,7 @@ defmodule PhoenixContainerExample.MixProject do
150
# "hex.outdated",
151
# "hex.audit",
152
"deps.audit",
153
- "sobelow --exit --quiet --skip -i DOS.StringToAtom,Config.HTTPS",
+ "sobelow --exit --quiet --skip -i DOS.StringToAtom,Config.HTTPS,Config.HSTS",
154
"dialyzer --quiet-with-result"
155
],
156
"quality.ci": [
@@ -160,7 +160,7 @@ defmodule PhoenixContainerExample.MixProject do
160
"hex.audit",
161
162
"credo",
163
164
165
]
166
0 commit comments