From ac3f38c5d307a8d13ff81aebe82389d310a8c82f Mon Sep 17 00:00:00 2001 From: "Richtman, Ariel" Date: Mon, 19 Dec 2022 23:47:55 +0000 Subject: [PATCH] added overrides for bridgecrew packages to work --- overrides/build-systems.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index 217f31a..a0e8999 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -1827,6 +1827,12 @@ "bbox": [ "setuptools" ], + "bc-detect-secrets": [ + "setuptools" + ], + "bc-jsonpath-ng": [ + "setuptools" + ], "bc-python-hcl2": [ "setuptools" ],