SbomComponent interface
Komponenta SBOM firmwaru.
Vlastnosti
component |
ID komponenty. |
component |
Název komponenty. |
file |
Cesty k souborům související s komponentou. |
license | Licence pro komponentu. |
version | Verze komponenty. |
Podrobnosti vlastnosti
componentId
ID komponenty.
componentId?: string
Hodnota vlastnosti
string
componentName
Název komponenty.
componentName?: string
Hodnota vlastnosti
string
filePaths
Cesty k souborům související s komponentou.
filePaths?: string[]
Hodnota vlastnosti
string[]
license
Licence pro komponentu.
license?: string
Hodnota vlastnosti
string
version
Verze komponenty.
version?: string
Hodnota vlastnosti
string