From 558daa05e792a71bf08cd19684b0e31d84947750 Mon Sep 17 00:00:00 2001
From: BoYanZh <boyanzh233@gmail.com>
Date: Mon, 27 Jan 2025 22:38:28 -0500
Subject: [PATCH] chore: new conf version

---
 conf.json | 108 +++++++++++++++++++++++++++---------------------------
 1 file changed, 55 insertions(+), 53 deletions(-)

diff --git a/conf.json b/conf.json
index 9948b89..ed4ec8e 100644
--- a/conf.json
+++ b/conf.json
@@ -1,58 +1,60 @@
 {
-    "stage": {
-        "stages": [
-            {
-                "name": "healthcheck",
-                "executor": {
-                    "name": "sandbox",
-                    "with": {
-                        "default": {
-                            "args": [
-                                "/tmp/repo-health-checker",
-                                "-root=.",
-                                "releaseCheck=false",
-                                "-releaseTag=h1",
-                                "-releaseTag=h2",
-                                "-releaseTag=test"
-                            ],
-                            "env": [
-                                "PATH=/usr/bin:/bin"
-                            ],
-                            "cpuLimit": 10000000000,
-                            "memoryLimit": 104857600,
-                            "procLimit": 50,
-                            "copyInDir": ".",
-                            "copyIn": {
-                                "/tmp/repo-health-checker": {
-                                    "src": "./../../../../../../build/repo-health-checker"
-                                }
-                            },
-                            "copyOut": [
-                                "stdout",
-                                "stderr"
-                            ],
-                            "stdin": {
-                                "content": ""
-                            },
-                            "stdout": {
-                                "name": "stdout",
-                                "max": 4096
-                            },
-                            "stderr": {
-                                "name": "stderr",
-                                "max": 4096
-                            }
-                        }
-                    }
-                },
-                "parser": {
-                    "name": "healthcheck",
-                    "with": {
-                        "score": 10,
-                        "comment": " + comment from toml conf"
-                    }
+  "stage": {
+    "stages": [
+      {
+        "name": "healthcheck",
+        "executor": {
+          "name": "sandbox",
+          "with": {
+            "default": {
+              "args": [
+                "/tmp/repo-health-checker",
+                "-root=.",
+                "releaseCheck=false",
+                "-releaseTag=h1",
+                "-releaseTag=h2",
+                "-releaseTag=test"
+              ],
+              "env": [
+                "PATH=/usr/bin:/bin"
+              ],
+              "cpuLimit": 10000000000,
+              "memoryLimit": 104857600,
+              "procLimit": 50,
+              "copyInDir": ".",
+              "copyIn": {
+                "/tmp/repo-health-checker": {
+                  "src": "./../../../../../../build/repo-health-checker"
                 }
+              },
+              "copyOut": [
+                "stdout",
+                "stderr"
+              ],
+              "stdin": {
+                "content": ""
+              },
+              "stdout": {
+                "name": "stdout",
+                "max": 4096
+              },
+              "stderr": {
+                "name": "stderr",
+                "max": 4096
+              }
             }
+          }
+        },
+        "parsers": [
+          {
+            "name": "healthcheck",
+            "with": {
+              "score": 10,
+              "comment": " + comment from toml conf"
+            }
+          }
         ]
-    }
+      }
+    ]
+  }
 }
\ No newline at end of file