Commit Graph

8 Commits

Author SHA1 Message Date
Taiki Endo
7df5094d28 manifest-schema: Rename ManifestDownloadInfo::checksum to hash to reduce
manifest size

Before:
```
wc -c manifests/* | grep total
2808686 total
```

After:
```
wc -c manifests/* | grep total
2748178 total
```
2026-03-21 03:48:16 +09:00
Taiki Endo
02b095fa15 Support more platforms in various tools 2026-03-19 20:50:58 +09:00
Taiki Endo
72e1e8fefe Update cargo-cyclonedx@latest to 0.5.9 2026-03-19 10:03:37 +00:00
Taiki Endo
554266c4d4 Update cargo-cyclonedx@latest to 0.5.8 2026-03-12 18:59:10 +00:00
Taiki Endo
6fde044d27 codegen: Address cargo-cyclonedx 0.5.1 asset change 2025-01-29 08:18:24 +09:00
John Vandenberg
a6c0face45 Use asset etag to avoid fetches (#547) 2024-06-21 03:54:24 +00:00
John Vandenberg
d7080cb663 Generate Markdown table of tools (#473) 2024-06-04 03:56:04 +09:00
John Vandenberg
b208058c0b Add cargo-cyclonedx (#424) 2024-03-27 21:08:31 +09:00