IBundleGroupProvider[] providers = Platform.getBundleGroupProviders(); if (providers != null) { for (IBundleGroupProvider provider : providers) { IBundleGroup[] bundleGroups = provider.getBundleGroups(); for (IBundleGroup group : bundleGroups) { if (group.getIdentifier().equals(featureId)) { version = group.getVersion(); } } } } }
how to verify with .sigstore files?
-
https://github.com/erlang/otp/releases/tag/OTP-28.0.2 has some .sigtore
files to verify with "cosign". unfortunately they don't show how and the
paramete...
1 week ago
No comments:
Post a Comment