Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sigstore/sigstore-conformance
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.8
Choose a base ref
...
head repository: sigstore/sigstore-conformance
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.9
Choose a head ref
  • 2 commits
  • 9 files changed
  • 2 contributors

Commits on Dec 5, 2023

  1. Add opt-in support for tests that include providing a custom trust ro…

    …ot (#101)
    
    * Allow workflow dispatch for running conformance test
    
    Signed-off-by: Zach Steindler <steiza@github.com>
    
    * Add opt-in support for tests that include providing a custom trust root.
    
    Previously the tests assumed the public-good trust root, but supplying a
    custom trust root lets us exercise additional failure paths, without
    having to compromise the public-good service.
    
    Signed-off-by: Zach Steindler <steiza@github.com>
    
    * Remove `supports_trusted_root` from client
    
    I initially thought it was needed, but it didn't end up getting used!
    
    Signed-off-by: Zach Steindler <steiza@github.com>
    
    * Use xfail instead of adding another flag to action and pytest
    
    Signed-off-by: Zach Steindler <steiza@github.com>
    
    * Leave `xfail` default as empty.
    
    As requested in the sigstore-clients meetings. Users should be pinning
    to release, and we will put in the release notes how to disable this new
    test.
    
    Signed-off-by: Zach Steindler <steiza@github.com>
    
    * add xfail to conformance test until sigstore-python supports --trusted-root
    
    Also rebase onto main
    
    Signed-off-by: Zach Steindler <steiza@github.com>
    
    * Changes from rebase
    
    Signed-off-by: Zach Steindler <steiza@github.com>
    
    * Undo testing changes to conformance testing
    
    Signed-off-by: Zach Steindler <steiza@github.com>
    
    ---------
    
    Signed-off-by: Zach Steindler <steiza@github.com>
    steiza authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    1949f40 View commit details
    Browse the repository at this point in the history
  2. README: prep 0.0.9 (#111)

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    c8d17eb View commit details
    Browse the repository at this point in the history
Loading