Skip to content

Commit

Permalink
move simple pip to default off (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
Omotola authored Oct 9, 2023
1 parent b22f08d commit 7221fd4
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 7221fd4

Please sign in to comment.