Skip to content

Commit

Permalink
Update auth.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shawaj authored Oct 16, 2024
1 parent b01ba5f commit 7a4a202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw_diag/utilities/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def read_password():
filter(AuthKeyValue.key == 'password_hash'). \
one()
except NoResultFound:
if PASSWORD_OVERRIDE != "false":
if PASSWORD_OVERRIDE != "false": # nosec
default_password = PASSWORD_OVERRIDE
logging.info("Using password from override env var!")
else:
Expand Down

0 comments on commit 7a4a202

Please sign in to comment.