From bb777af05fc186fde9dae691c4ad65b71dfb3662 Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Mon, 19 Aug 2024 16:14:17 -0700 Subject: [PATCH] FIX: Full installation of cfn-lint package --- lib/utils/installCLI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/installCLI.js b/lib/utils/installCLI.js index 6ebc9fb..afbe571 100644 --- a/lib/utils/installCLI.js +++ b/lib/utils/installCLI.js @@ -37,7 +37,7 @@ module.exports = { "pip", "install", "--upgrade", - `cfn-lint==${version}`, + `cfn-lint[full]==${version}`, ]); // Symlink from separate directory so only CFN LINT CLI is added to PATH