We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d876bb8 commit 434dabaCopy full SHA for 434daba
src/LCT.PackageIdentifier/CycloneBomProcessor.cs
@@ -36,7 +36,7 @@ public static Bom SetMetadataInComparisonBOM(Bom bom,
36
37
Component component = new Component
38
{
39
- Name = appSettings?.SW360?.ProjectName,
+ Name = appSettings.BasicSBOM ? null : appSettings?.SW360?.ProjectName,
40
Version = projectReleases.Version,
41
Type = Component.Classification.Application
42
};
0 commit comments