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: microsoft/cosesign1go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: microsoft/cosesign1go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 3 commits
  • 1 file changed
  • 4 contributors

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    b11c322 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Kegordo/makefile cleanup (#30)

    * Clean up and match actual fragments. Don't base64 encode the rego policy.
    
    * If there exists a file xyzzy.rego, make xyzzy.rego.cose will work. FEED= and ISSUER_DID overrides will work. Note though that the signing is by the (generated) private key and so setting the ISSUER_DID override will result in a badly formed fragment, as in the fragment case the issuer DID MUST match the cert chain.
    
    * Need a test-all target for the CI
    
    * Update ci.yml
    * fix: Makefile and cosesign1 tests
    
    Remove references of `infra.rego.cose.base64` from Makefile and
    code.
    
    Add `AUTOPARSE_CHAIN` param to makefile, which will parse the
    pem certs automatically, otherwise test values will be set.
    
    Update tests expectations and parameters
    
    ---------
    
    Signed-off-by: Ken Gordon <Ken.Gordon@microsoft.com>
    Signed-off-by: Maksim An <maksiman@microsoft.com>
    Co-authored-by: Maksim An <maksiman@microsoft.com>
    KenGordon and anmaxvl authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    007996a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    aa4d5e3 View commit details
    Browse the repository at this point in the history
Loading