raboof / sbt-reproducible-builds

Make your published artifacts bit-by-bit reproducible, and compare with other certifications
Apache License 2.0
36 stars 4 forks source link

support multiple artifacts of the same type #309

Open raboof opened 7 months ago

raboof commented 7 months ago

i.e. multiple jars or poms.

for example for sbt-reproducible-builds itself, our packaged artifacts include sbt-reproducible-builds-0.32+10-1c096efd-SNAPSHOT.pom and sbt-reproducible-builds_2.12_1.0-0.32+10-1c096efd-SNAPSHOT.pom, and our reproducibleBuildsCheck currently doesn't support that.

This is probably as simple as filtering on the filename. In theory that might break when the certifications are published using a different filename pattern than the 'real' artifacts... but perhaps that's an acceptable loss?