From 5e1d428c9db70a90632aa5619912ebabd2e21aaf Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Thu, 30 May 2024 19:35:31 +0200 Subject: [PATCH] Document external endpoints Fixes #321 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 144f7f1..9474b07 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,11 @@ because this file contains the transitive dependencies for the artifact, so a backdoor can be introduced by adding a rogue transitive dependency to this file. This issue is tracked under [#84](https://github.com/raboof/sbt-reproducible-builds/issues/84). +## External interfaces + +This plugin fetches artifacts and attestations to compare against +the built artifacts from the configured repositories. + ## Further recommendations Some further recommendations to make your builds more reproducible: