Skip to content

Commit

Permalink
move simple pip to default off
Browse files Browse the repository at this point in the history
  • Loading branch information
Omotola committed Oct 6, 2023
1 parent ae50a41 commit 5747d8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5747d8a

Please sign in to comment.