method

attestation

rails latest stable - Class: Releaser

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

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