Skip to content

Commit 848944d

Browse files
Fix missing option to enable flag through config file (#458)
Co-authored-by: Sebastian Gomez <segomez@microsoft.com>
1 parent a9a920a commit 848944d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Microsoft.Sbom.Api/Config/ConfigFile.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,9 @@ public class ConfigFile
176176
/// If set to true, we will attempt to fetch license information of packages detected in the SBOM from the ClearlyDefinedApi.
177177
/// </summary>
178178
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; }
179184
}

0 commit comments

Comments
 (0)