From 5133f983c70b4385b63bb435a276755d7e647d82 Mon Sep 17 00:00:00 2001 From: Hemanth Gokavarapu Date: Thu, 26 Sep 2024 10:23:18 -0700 Subject: [PATCH] change the config from hypen to camel casing format for yaml Signed-off-by: Hemanth Gokavarapu --- .lacework/codesec.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.lacework/codesec.yaml b/.lacework/codesec.yaml index 7b1bf067..07e56179 100644 --- a/.lacework/codesec.yaml +++ b/.lacework/codesec.yaml @@ -1,4 +1,5 @@ default: sca: - enable-dynamic: true - enable-fast: true + scan: + enableDynamic: true + enableFast: true