From 00820ac7dc424cec4e60798ac9c9918795d6b034 Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Mon, 18 Nov 2024 16:19:09 +0000 Subject: [PATCH] bom: Add version 0.6.0 (#6171) Signed-off-by: Steve Hipwell --- bucket/bom.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/bom.json diff --git a/bucket/bom.json b/bucket/bom.json new file mode 100644 index 0000000000..b444aaab5f --- /dev/null +++ b/bucket/bom.json @@ -0,0 +1,26 @@ +{ + "version": "0.6.0", + "description": "A utility that lets you create, view and transform Software Bills of Materials (SBOMs).", + "homepage": "https://kubernetes-sigs.github.io/bom/", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/kubernetes-sigs/bom/releases/download/v0.6.0/bom-amd64-windows.exe#/bom.exe", + "hash": "34697174293afe491bedc5ce5ef24f3a36fe4a293aebe81bd519593c550aa0fd" + } + }, + "bin": "bom.exe", + "checkver": { + "github": "https://github.com/kubernetes-sigs/bom" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/kubernetes-sigs/bom/releases/download/v$version/bom-amd64-windows.exe#/bom.exe" + } + }, + "hash": { + "url": "$baseurl/checksums.txt" + } + } +}