method
attestation
v8.1.1 -
Show latest stable
- Class:
Releaser
attestation(gem_path)private
No documentation available.
# File tools/releaser/lib/releaser.rb, line 323
def attestation(gem_path)
sh "sigstore-cli sign #{gem_path} --bundle #{gem_path}.sigstore.json"
" --attestation #{gem_path}.sigstore.json"
rescue
""
end