From c5f5f7159162ae1136042eba0b5390cdce4a4205 Mon Sep 17 00:00:00 2001 From: Andrew Lilley Brinker Date: Wed, 11 Dec 2024 07:20:29 -0500 Subject: [PATCH] chore: bump 'hipcheck' to v3.8.0 Signed-off-by: Andrew Lilley Brinker --- hipcheck/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hipcheck/Cargo.toml b/hipcheck/Cargo.toml index f5493669..88d24c74 100644 --- a/hipcheck/Cargo.toml +++ b/hipcheck/Cargo.toml @@ -6,12 +6,13 @@ Automatically assess and score software packages for supply chain risk. keywords = ["security", "sbom"] categories = ["command-line-utilities", "development-tools"] readme = "../README.md" -version = "3.7.0" +version = "3.8.0" edition = "2021" license = "Apache-2.0" homepage = "https://hipcheck.mitre.org" repository = "https://github.com/mitre/hipcheck" include = ["src/**", "../LICENSE", "../README.md", "build.rs", "proto/**"] +publish = false # Rename the binary from the default "hipcheck" (based on the package name) # to "hc".