Product version
To define the header data for the extension SBOMs, the productversion.json in <SBOM root folder>/metadata/LNExtensions is used. An initial version is delivered by Infor.
The following file is an example of <SBOM root folder>/metadata/LNExtensions/productversion.json. This file contains the specific SBOM settings for this product. Once the setup is complete, the values between <> are replaced by the specified values.
{
"sbom_version_metadata": {
"version": "LNExtensions",
"base_vrc": "B61O_a_ext",
"author": <author>",
"name": "application",
"description": "<description>",
"suppliername": "<suppliername>",
"supplierurl": "<supplierurl>",
"master": "LNCE",
"patches": true,
"tar": true
}
}