From 5747d8af68e4f0cf91763a7ce94d389a1ea744ba Mon Sep 17 00:00:00 2001 From: Omotola Akeredolu Date: Fri, 6 Oct 2023 11:34:26 -0700 Subject: [PATCH] move simple pip to default off --- .../pip/SimplePipComponentDetector.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.ComponentDetection.Detectors/pip/SimplePipComponentDetector.cs b/src/Microsoft.ComponentDetection.Detectors/pip/SimplePipComponentDetector.cs index 088251532..83d758a94 100644 --- a/src/Microsoft.ComponentDetection.Detectors/pip/SimplePipComponentDetector.cs +++ b/src/Microsoft.ComponentDetection.Detectors/pip/SimplePipComponentDetector.cs @@ -10,7 +10,7 @@ namespace Microsoft.ComponentDetection.Detectors.Pip; using Microsoft.ComponentDetection.Contracts.TypedComponent; using Microsoft.Extensions.Logging; -public class SimplePipComponentDetector : FileComponentDetector, IExperimentalDetector +public class SimplePipComponentDetector : FileComponentDetector, IDefaultOffComponentDetector { private readonly IPythonCommandService pythonCommandService; private readonly ISimplePythonResolver pythonResolver;