Skip to content

Commit ebf67cf

Browse files
authored
Improve README.md (#1056)
1 parent e23e6d8 commit ebf67cf

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@
1414

1515
![My new creation-min](https://user-images.githubusercontent.com/25300639/229370974-7071d818-e094-4959-8b2f-e2050368ee1c.png)
1616

17-
This plugin is a state-of-the-art solution that validates the integrity of a maven build.
18-
It does this by generating a lock file that contains the checksums of all the artifacts in the repository.
19-
The lock file can then be used to validate the integrity prior to building.
20-
This guards the supply chain against malicious actors that might tamper with the artifacts in the repository.
21-
We also allow you to rebuild your old versions with the pinned versions from the lockfile with `freeze`.
17+
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:
18+
* generating a lock file that contains the checksums of all the artifacts and dependencies.
19+
* validate the integrity of a build environment prior to building.
20+
* rebuild old versions with the pinned versions from the lockfile
2221

2322
## Installation:
2423

0 commit comments

Comments
 (0)