You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,10 @@
14
14
15
15

16
16
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
0 commit comments