Merge Official Source

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen
2024-06-26 02:25:18 +08:00

View File

@@ -653,7 +653,7 @@ sub dump_cyclonedxsbom_json {
serialNumber => "urn:uuid:$uuid",
version => 1,
metadata => {
timestamp => gmtime->datetime,
timestamp => gmtime->datetime . 'Z',
},
"components" => [@components],
};