mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
34 lines
904 B
XML
34 lines
904 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<bom xmlns="http://cyclonedx.org/schema/bom/1.3" serialNumber="urn:uuid:7b1c3b1d-ea3b-4022-9dcc-80f4b4cbce36" version="1">
|
|
<metadata>
|
|
<timestamp>2021-12-03T13:16:45-08:00</timestamp>
|
|
<tools>
|
|
<tool>
|
|
<vendor>anchore</vendor>
|
|
<name>syft</name>
|
|
<version>[not provided]</version>
|
|
</tool>
|
|
</tools>
|
|
<component type="file">
|
|
<name>/some/path</name>
|
|
<version></version>
|
|
</component>
|
|
</metadata>
|
|
<components>
|
|
<component type="library">
|
|
<name>package-1</name>
|
|
<version>1.0.1</version>
|
|
<licenses>
|
|
<license>
|
|
<name>MIT</name>
|
|
</license>
|
|
</licenses>
|
|
<purl>a-purl-2</purl>
|
|
</component>
|
|
<component type="library">
|
|
<name>package-2</name>
|
|
<version>2.0.1</version>
|
|
<purl>a-purl-2</purl>
|
|
</component>
|
|
</components>
|
|
</bom> |