Understand the Files section in the generated SBOM
mainThe files section is generated by traversing all directories and files located at the BuildDropPath provided to the tool. For every file found, the tool generates an SPDXID, a SHA1 hash, and a SHA256 hash. This section provides a granular inventory of the actual files present in the build drop.
"files": [
{
"fileName": "./sbom-tool-win-x64.exe",
"SPDXID": "SPDXRef-File--sbom-tool-win-x64.exe-E55F25E239D8D3572D75D5CDC5CA24899FD4993F",
"checksums": [
{
"algorithm": "SHA256",
"checksumValue": "56624d8ab67ac0e323bcac0ae1ec0656f1721c6bb60640ecf9b30e861062aad5"
},
{
"algorithm": "SHA1",
"checksumValue": "e55f25e239d8d3572d75d5cdc5ca24899fd4993f"
}
],
"licenseConcluded": "NOASSERTION",
"licenseInfoInFiles": [
"NOASSERTION"
],
"copyrightText": "NOASSERTION"
}
]