From 0c2b015f196d02cf32fcf65ea5920616cffae913 Mon Sep 17 00:00:00 2001 From: Roy Hadad <39004075+royhadad@users.noreply.github.com> Date: Thu, 29 Jun 2023 12:02:33 +0300 Subject: [PATCH] refactor: change WEBHOOK_VERSION to SCANNER_VERSION (#401) --- Tiltfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tiltfile b/Tiltfile index 16a65aa5..682d032a 100644 --- a/Tiltfile +++ b/Tiltfile @@ -31,7 +31,7 @@ def debugging(): docker_build('datree/cluster-scanner-staging', '../cluster-scanner', dockerfile = '../cluster-scanner/Dockerfile.debugging.tilt', build_args={ "BUILD_ENVIRONMENT":"staging", - "WEBHOOK_VERSION":"0.0.1", + "SCANNER_VERSION":"0.0.1", }) local_resource( @@ -74,7 +74,7 @@ def hot_reload(): docker_build('datree/cluster-scanner-staging', '../cluster-scanner', dockerfile = '../cluster-scanner/Dockerfile', build_args={ "BUILD_ENVIRONMENT":"staging", - "WEBHOOK_VERSION":"0.0.1", + "SCANNER_VERSION":"0.0.1", })