diff --git a/secureli/actions/action.py b/secureli/actions/action.py index f62a682e..82f19d62 100644 --- a/secureli/actions/action.py +++ b/secureli/actions/action.py @@ -223,7 +223,7 @@ def _install_secureli(self, folder_path: Path, always_yes: bool) -> VerifyResult if secret_test_id := metadata.security_hook_id: self.action_deps.echo.print( - f"{config.overall_language} supports secrets detection; running {secret_test_id} on the whole repo" + f"{config.overall_language} supports secrets detection; running {secret_test_id}." ) self.action_deps.scanner.scan_repo( ScanMode.ALL_FILES, specific_test=secret_test_id