From a057b9dd4456c58d475a784a898acdbb81fbaa20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alvaro=20Mu=C3=B1oz?= Date: Wed, 23 Oct 2024 09:39:34 +0200 Subject: [PATCH] Add poisonable step for azure/powershell --- ql/lib/ext/config/poisonable_steps.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ql/lib/ext/config/poisonable_steps.yml b/ql/lib/ext/config/poisonable_steps.yml index 2ee9af6904e..e32bc48a983 100644 --- a/ql/lib/ext/config/poisonable_steps.yml +++ b/ql/lib/ext/config/poisonable_steps.yml @@ -4,6 +4,7 @@ extensions: extensible: poisonableActionsDataModel # source: https://boostsecurityio.github.io/lotp/ data: + - ["azure/powershell"] - ["pre-commit/action"] - ["oxsecurity/megalinter"] - ["bridgecrewio/checkov-action"]