From 341dbf8558e5f3208dfde2880550eb728f4b5c69 Mon Sep 17 00:00:00 2001 From: Andrew Lilley Brinker Date: Fri, 21 Jun 2024 09:05:53 -0700 Subject: [PATCH] chore: Release hipcheck-v3.3.1 --- Cargo.lock | 2 +- README.md | 4 ++-- hipcheck/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0945eee5..a543d934 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -525,7 +525,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hipcheck" -version = "3.3.0" +version = "3.3.1" dependencies = [ "anyhow", "chrono", diff --git a/README.md b/README.md index 51c32b25..aa0fd968 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Hipcheck `Containerfile`. ```sh $ # Run the following from the root of the Hipcheck repository. -$ docker build -t hipcheck:3.3.0 -f ./Containerfile +$ docker build -t hipcheck:3.3.1 -f ./Containerfile ``` ### Local Install @@ -108,7 +108,7 @@ $ cargo install --path hipcheck You can run Hipcheck in a container like so: ```sh -$ docker run --env "HC_GITHUB_TOKEN=" hipcheck:3.3.0 []... +$ docker run --env "HC_GITHUB_TOKEN=" hipcheck:3.3.1 []... ``` ### Direct Usage diff --git a/hipcheck/Cargo.toml b/hipcheck/Cargo.toml index 443e7076..817469fe 100644 --- a/hipcheck/Cargo.toml +++ b/hipcheck/Cargo.toml @@ -4,7 +4,7 @@ description = "Automatically assess and score software repositories for supply c keywords = ["security", "sbom"] categories = ["command-line-utilities", "development-tools"] readme = "../README.md" -version = "3.3.0" +version = "3.3.1" edition = "2021" license = "Apache-2.0" repository = "https://github.com/mitre/hipcheck"