We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77a8af2 + 52155a6 commit ade40f8Copy full SHA for ade40f8
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