security: hardening по результатам аудита безопасности

This commit is contained in:
2026-08-08 22:48:16 +03:00
parent 8c8631ac9c
commit bf2bceb520
18 changed files with 400 additions and 20 deletions
+1
View File
@@ -23,6 +23,7 @@ func main() {
rootCmd.AddCommand(restoreCmd)
rootCmd.AddCommand(runCmd)
rootCmd.AddCommand(newKeygenCmd())
rootCmd.AddCommand(newHealthcheckCmd())
rootCmd.AddCommand(generateConfigCmd())
if err := rootCmd.ExecuteContext(ctx); err != nil {