Skip to content

Commit 2d1e8e1

Browse files
committed
🚨 Fix bandit errors
1 parent e01a14b commit 2d1e8e1

File tree

1 file changed

+1
-1
lines changed
  • compass.api/src/compass/api

1 file changed

+1
-1
lines changed

compass.api/src/compass/api/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
from compass.core.logger import enable_debug_logging
108108

109109
enable_debug_logging()
110-
uvicorn.run("app:app", host="0.0.0.0", port=8002)
110+
uvicorn.run("app:app", host="0.0.0.0", port=8002) # nosec (B104; don't care as explicitly for local testing)
111111
print()
112112

113113

0 commit comments

Comments
 (0)