Skip to content

Commit

Permalink
chore: Release hipcheck-v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alilleybrinker committed Jun 21, 2024
1 parent 42940b6 commit 341dbf8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -108,7 +108,7 @@ $ cargo install --path hipcheck
You can run Hipcheck in a container like so:

```sh
$ docker run --env "HC_GITHUB_TOKEN=<GITHUB_TOKEN>" hipcheck:3.3.0 [<HIPCHECK_ARGS>]...
$ docker run --env "HC_GITHUB_TOKEN=<GITHUB_TOKEN>" hipcheck:3.3.1 [<HIPCHECK_ARGS>]...
```

### Direct Usage
Expand Down
2 changes: 1 addition & 1 deletion hipcheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 341dbf8

Please sign in to comment.