From 87e2eb8d2c51092f24727007076a0ff8a29584ce Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Thu, 9 Jan 2025 11:43:18 +0100 Subject: [PATCH] Improve README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3dc3dbf8..ae74dac4 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,10 @@ ![My new creation-min](https://user-images.githubusercontent.com/25300639/229370974-7071d818-e094-4959-8b2f-e2050368ee1c.png) -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: