We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a920a commit 848944dCopy full SHA for 848944d
src/Microsoft.Sbom.Api/Config/ConfigFile.cs
@@ -176,4 +176,9 @@ public class ConfigFile
176
/// If set to true, we will attempt to fetch license information of packages detected in the SBOM from the ClearlyDefinedApi.
177
/// </summary>
178
public bool? FetchLicenseInformation { get; set; }
179
+
180
+ /// <summary>
181
+ /// If set to true, we will attempt to parse metadata information of packages detected in the SBOM from the local package cache.
182
+ /// </summary>
183
+ public bool? EnablePackageMetadataParsing { get; set; }
184
}
0 commit comments