Skip to content

Commit

Permalink
Merge pull request #88 from tidusete/fix-env-var-name-defect-dojo
Browse files Browse the repository at this point in the history
Fix: correct DEFECT_DOJO_EVAL_SERVICE_NAME environment variable
  • Loading branch information
rndmh3ro authored Nov 27, 2024
2 parents 4026e97 + 140049d commit 7be87ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"DEFECT_DOJO_SERVICE_NAME", ""
)
DEFECT_DOJO_EVAL_SERVICE_NAME: bool = get_env_var_bool(
"DEFECT_DOJO_EVAL_SERVICE_TYPE_NAME"
"DEFECT_DOJO_EVAL_SERVICE_NAME"
)

DEFECT_DOJO_ENV_NAME: str = os.getenv(
Expand Down

0 comments on commit 7be87ba

Please sign in to comment.