From 7c550c89519082e7753341d90f14df29e9179b2c Mon Sep 17 00:00:00 2001 From: Vishwa Bhat Date: Thu, 2 May 2024 14:51:06 +0000 Subject: [PATCH] Update Secret Detection analyzer version --- templates/secret-detection.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/secret-detection.yml b/templates/secret-detection.yml index bd1e3ad..abe599b 100644 --- a/templates/secret-detection.yml +++ b/templates/secret-detection.yml @@ -5,7 +5,7 @@ spec: image_prefix: default: "$CI_TEMPLATE_REGISTRY_HOST/security-products" image_tag: - default: '5' + default: '6' image_suffix: default: "" ---