共用方式為


SbomComponent interface

韌體 SBOM 元件。

屬性

componentId

元件的標識碼。

componentName

元件的名稱。

filePaths

與元件相關的檔案路徑。

license

元件的授權。

version

元件的版本。

屬性詳細資料

componentId

元件的標識碼。

componentId?: string

屬性值

string

componentName

元件的名稱。

componentName?: string

屬性值

string

filePaths

與元件相關的檔案路徑。

filePaths?: string[]

屬性值

string[]

license

元件的授權。

license?: string

屬性值

string

version

元件的版本。

version?: string

屬性值

string