Skip to content

Commit

Permalink
Hard-fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordi Cid Sierra committed Dec 5, 2024
1 parent 27d1ff8 commit efea7e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ USER app

WORKDIR /app

CMD ["/app/.venv/bin/kopf", "run", "--liveness=http://0.0.0.0:8080/healthz", "/app/handlers.py", "--all-namespaces"]
CMD ["/app/.venv/bin/kopf", "run", "--liveness=http://0.0.0.0:8080/healthz", "/app/handlers.py", "--all-namespaces"]
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 efea7e9

Please sign in to comment.