From ebf67cfb67d594eed21b5fc4ecce964786f303b4 Mon Sep 17 00:00:00 2001 From: Martin Monperrus <martin.monperrus@gnieh.org> Date: Thu, 9 Jan 2025 11:55:50 +0100 Subject: [PATCH] Improve README.md (#1056) --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b8cf4297..6bc1491d 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,10 @@  -This plugin is a state-of-the-art solution that validates the integrity of a maven build. -It does this by generating a lock file that contains the checksums of all the artifacts in the repository. -The lock file can then be used to validate the integrity prior to building. -This guards the supply chain against malicious actors that might tamper with the artifacts in the repository. -We also allow you to rebuild your old versions with the pinned versions from the lockfile with `freeze`. +This plugin is a state-of-the-art solution for validating the integrity of a maven build and guarding the build against malicious actors that might tamper with the artifacts. Features: +* generating a lock file that contains the checksums of all the artifacts and dependencies. +* validate the integrity of a build environment prior to building. +* rebuild old versions with the pinned versions from the lockfile ## Installation: