Skip to content

Commit 98c9c45

Browse files
committed
Fix bandit config
1 parent 4e7bbad commit 98c9c45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bandit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[bandit]
2-
exclude: tests
2+
exclude: ./tests

example/example/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# See https://docs.djangoproject.com/en/dev/howto/deployment/checklist/
2121

2222
# SECURITY WARNING: keep the secret key used in production secret!
23-
SECRET_KEY = "kstexlapcf3lucx@47mmxsu9-9eixia+6n97aw)4$qo&!laxad"
23+
SECRET_KEY = "kstexlapcf3lucx@47mmxsu9-9eixia+6n97aw)4$qo&!laxad" # nosec
2424

2525
# SECURITY WARNING: don't run with debug turned on in production!
2626
DEBUG = True

0 commit comments

Comments
 (0)