From b97992ec4a7f210c09137a4aabf389db303ba4b4 Mon Sep 17 00:00:00 2001 From: Rohit kumar Date: Fri, 22 Nov 2024 15:56:15 +0530 Subject: [PATCH] PR Clone fix --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 03723b8..3a4cf95 100644 --- a/index.js +++ b/index.js @@ -181,7 +181,7 @@ app.post('/git-scan/', async (req, res) => { "containers": [ { "name": "scanjob", - "image": "rohitcoder/hela:v7", + "image": "rohitcoder/hela:v8", "imagePullPolicy": "Always", "args": job_args, }