Skip to content

Commit 08fe06e

Browse files
authored
chore: Silence sobelow false positive. (#138)
1 parent c1fd417 commit 08fe06e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/config.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ if config_env() == :test do
3636

3737
config :ash_double_entry, AshDoubleEntry.Test.Repo,
3838
username: "postgres",
39+
# sobelow_skip ["Config.Secrets"]
3940
password: "postgres",
4041
hostname: "localhost",
4142
database: "ash_double_entry_test#{System.get_env("MIX_TEST_PARTITION")}",

0 commit comments

Comments
 (0)