Skip to content

Commit 434daba

Browse files
Small correction
1 parent d876bb8 commit 434daba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LCT.PackageIdentifier/CycloneBomProcessor.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public static Bom SetMetadataInComparisonBOM(Bom bom,
3636

3737
Component component = new Component
3838
{
39-
Name = appSettings?.SW360?.ProjectName,
39+
Name = appSettings.BasicSBOM ? null : appSettings?.SW360?.ProjectName,
4040
Version = projectReleases.Version,
4141
Type = Component.Classification.Application
4242
};

0 commit comments

Comments
 (0)