From 4da61f66827ec7326678ffa0997c2ee0e1561f8a Mon Sep 17 00:00:00 2001 From: byken <32236865+bykenx@users.noreply.github.com> Date: Tue, 25 Jan 2022 21:32:12 +0800 Subject: [PATCH] ossgadget: Add version 0.1.314 (#3249) * ossgadget: Add version 0.1.314 * (chore): fix manifest file style * (chore): update OSSGadget to v0.1.316 --- bucket/ossgadget.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 bucket/ossgadget.json diff --git a/bucket/ossgadget.json b/bucket/ossgadget.json new file mode 100644 index 0000000000..a55aba61cb --- /dev/null +++ b/bucket/ossgadget.json @@ -0,0 +1,39 @@ +{ + "version": "0.1.316", + "description": "Collection of tools for analyzing open source packages.", + "homepage": "https://github.com/microsoft/OSSGadget", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/microsoft/OSSGadget/releases/download/v0.1.316/OSSGadget_win_0.1.316.zip", + "hash": "6432bf9a84cc538dd5c3eaa980306b0682b396d7565fc68d083d99855b31e678", + "extract_dir": "OSSGadget_win_0.1.316" + } + }, + "bin": [ + "oss-characteristic.exe", + "oss-defog.exe", + "oss-detect-backdoor.exe", + "oss-detect-cryptography.exe", + "oss-diff.exe", + "oss-download.exe", + "oss-find-domain-squats.exe", + "oss-find-source.exe", + "oss-find-squats.exe", + "oss-health.exe", + "oss-metadata.exe", + "oss-risk-calculator.exe" + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/microsoft/OSSGadget/releases/download/v$version/OSSGadget_win_$version.zip", + "hash": { + "url": "https://github.com/microsoft/OSSGadget/releases/download/v$version/HASHES.txt" + }, + "extract_dir": "OSSGadget_win_$version" + } + } + } + }