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
commit 565f2a0367
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

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],
};