Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit fa5a08c

Browse files
Fix port in message to match the documented port and capitalizaton of CodeGate
1 parent c88573b commit fa5a08c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/codegate/pipeline/secrets/secrets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ async def process_chunk(
362362
# Create notification chunk
363363
notification_chunk = self._create_chunk(
364364
chunk,
365-
f"\n🛡️ [Codegate prevented {redacted_count} {secret_text}]"
366-
f"(http://localhost:8990/?search=codegate-secrets) from being leaked "
365+
f"\n🛡️ [CodeGate prevented {redacted_count} {secret_text}]"
366+
f"(http://localhost:8991/?search=codegate-secrets) from being leaked "
367367
f"by redacting them.\n\n",
368368
)
369369

0 commit comments

Comments
 (0)