Skip to content

Commit

Permalink
Fix missing option to enable flag through config file (#458)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Gomez <[email protected]>
  • Loading branch information
sebasgomez238 and sebasgomez238 authored Dec 6, 2023
1 parent a9a920a commit 848944d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Microsoft.Sbom.Api/Config/ConfigFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,9 @@ public class ConfigFile
/// If set to true, we will attempt to fetch license information of packages detected in the SBOM from the ClearlyDefinedApi.
/// </summary>
public bool? FetchLicenseInformation { get; set; }

/// <summary>
/// If set to true, we will attempt to parse metadata information of packages detected in the SBOM from the local package cache.
/// </summary>
public bool? EnablePackageMetadataParsing { get; set; }
}

0 comments on commit 848944d

Please sign in to comment.