mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
38 lines
1.0 KiB
XML
38 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<bom xmlns="http://cyclonedx.org/schema/bom/1.2" version="1" serialNumber="urn:uuid:e1515688-2fd6-422a-acb2-97405a44cdfe">
|
|
<metadata>
|
|
<timestamp>2020-12-28T13:56:29-05:00</timestamp>
|
|
<tools>
|
|
<tool>
|
|
<vendor>anchore</vendor>
|
|
<name>syft</name>
|
|
<version>[not provided]</version>
|
|
</tool>
|
|
</tools>
|
|
<component type="container">
|
|
<name>user-image-input</name>
|
|
<version>sha256:2731251dc34951c0e50fcc643b4c5f74922dad1a5d98f302b504cf46cd5d9368</version>
|
|
</component>
|
|
</metadata>
|
|
<components>
|
|
<component type="library">
|
|
<name>package1</name>
|
|
<version>1.0.1</version>
|
|
<purl>the-purl-1</purl>
|
|
</component>
|
|
<component type="library">
|
|
<name>package2</name>
|
|
<version>2.0.1</version>
|
|
<licenses>
|
|
<license>
|
|
<name>MIT</name>
|
|
</license>
|
|
<license>
|
|
<name>Apache-v2</name>
|
|
</license>
|
|
</licenses>
|
|
<purl>the-purl-2</purl>
|
|
</component>
|
|
</components>
|
|
</bom>
|