Skip to content

Commit

Permalink
fix: Corrected bad metadata in Hipcheck crate.
Browse files Browse the repository at this point in the history
This commit does two things:

- Fixes the `README.md` inclusion.
- Fixes the included files.

Signed-off-by: Andrew Lilley Brinker <[email protected]>
  • Loading branch information
alilleybrinker committed May 9, 2024
1 parent 6eddbee commit f1fcc5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hipcheck/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[package]
name = "hipcheck"
description = "Automatically assess and score software repositories for supply chain risk"
readme = "../README.md"
version = "3.2.0"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/mitre/hipcheck"
include = ["src/**/*", "LICENSE.md", "README.md"]
include = ["src/**/*", "../LICENSE.md", "../README.md"]

[[bin]]
name = "hc"
Expand Down

0 comments on commit f1fcc5b

Please sign in to comment.