Skip to content

Commit ade40f8

Browse files
authored
Merge branch 'main' into jupinzer/add_container_detectors
2 parents 77a8af2 + 52155a6 commit ade40f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Microsoft.ComponentDetection.Detectors/pnpm/PnpmComponentDetectorFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public PnpmComponentDetectorFactory(
3838

3939
public override IEnumerable<string> Categories => [Enum.GetName(typeof(DetectorClass), DetectorClass.Npm)];
4040

41-
public override IList<string> SearchPatterns { get; } = ["shrinkwrap.yaml", "pnpm-lock.yaml"];
41+
public override IList<string> SearchPatterns { get; } = ["pnpm-lock.yaml", "shrinkwrap.yaml"];
4242

4343
public override IEnumerable<ComponentType> SupportedComponentTypes { get; } = [ComponentType.Npm];
4444

0 commit comments

Comments
 (0)