We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 445a1a2 commit 52155a6Copy full SHA for 52155a6
1 file changed
src/Microsoft.ComponentDetection.Detectors/pnpm/PnpmComponentDetectorFactory.cs
@@ -38,7 +38,7 @@ public PnpmComponentDetectorFactory(
38
39
public override IEnumerable<string> Categories => [Enum.GetName(typeof(DetectorClass), DetectorClass.Npm)];
40
41
- public override IList<string> SearchPatterns { get; } = ["shrinkwrap.yaml", "pnpm-lock.yaml"];
+ public override IList<string> SearchPatterns { get; } = ["pnpm-lock.yaml", "shrinkwrap.yaml"];
42
43
public override IEnumerable<ComponentType> SupportedComponentTypes { get; } = [ComponentType.Npm];
44
0 commit comments