From 1e749ae6d5ddff29c0bd1bac751c75ab5bbdb2df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alvaro=20Mu=C3=B1oz?= Date: Fri, 11 Oct 2024 12:20:39 +0200 Subject: [PATCH] Add new poisonable step --- 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 1543e2d8d45..aa5148d7cf6 100644 --- a/ql/lib/ext/config/poisonable_steps.yml +++ b/ql/lib/ext/config/poisonable_steps.yml @@ -52,6 +52,7 @@ extensions: - ["rails\\s+assets:precompile"] - ["rubocop"] - ["sed\\s+-f"] + - ["sonar-scanner"] - ["stylelint"] - ["terraform"] - ["tflint"]