method

attestation

v7.2.3 - Show latest stable - Class: Releaser
attestation(gem_path)
private

No documentation available.

# File tools/releaser/lib/releaser.rb, line 320
    def attestation(gem_path)
      sh "sigstore-cli sign #{gem_path} --bundle #{gem_path}.sigstore.json"
      " --attestation #{gem_path}.sigstore.json"
    rescue
      ""
    end