Slavek Kabrda
Slavek Kabrda
Seems to work just fine without any other changes.
Hi, is your license the same as Ruby 1.8 (GPLv2+ or Ruby) or Ruby 1.9 (BSD or Ruby)? Thanks for the clarification, Bohuslav.
License
Hi, is your license the same as Ruby 1.8 (GPLv2+ or Ruby) or Ruby 1.9 (BSD or Ruby)? (sorry for duplicating this on all of your gems, but I need...
In Ruby 2.0, all files are in UTF8 by default, so the SnmpGetRequest\* variables get transformed into Unicode sequences and tests fail. This PR simply fixes this by using us-ascii...
Hi, I have some test failures with Ruby 1.9.3 here: The first one is basically a wrongly used assertion: test_field_symbol(FieldSymbolTest): ArgumentError: assertion message must be String or Proc, but Symbol...
#### Summary This PR is the first of a series to address https://github.com/sigstore/scaffolding/issues/1182. It adds functionality to the TUF server to generate a `trusted_root.json` as a target. There is some...
**Description** Hi folks, as a followup to the discussion that happened in https://github.com/sigstore/scaffolding/pull/1159, I wanted to make the following proposal to improve the TUF server. I would be curious what...
#### Summary This PR: * Adds the ability to construct a TrustedRoot instance from certificate authorities for fulcio/tsa and transparency logs for ctlog and rekor * Adds JSON serialization logic...
**Description** Hi :wave: I want to sign a local image that hasn't yet been uploaded to a registry (or the registry is not reachable right now) with `--upload=false --output-signature=signature.sig --output-certificate=certificate.crt`....
#### Summary This PR attempts to address https://github.com/sigstore/cosign/issues/3832 - it will allow generating local signature for an image (when `--upload=false`) by using `--output-signature`/`--output-artifact`/`--output-payload` even when the remote registry is not...