-
Notifications
You must be signed in to change notification settings - Fork 69
Comparing changes
Open a pull request
base repository: sigstore/gitsign
base: v0.1.0
head repository: sigstore/gitsign
compare: v0.1.1
- 13 commits
- 26 files changed
- 4 contributors
Commits on Jun 2, 2022
-
Checkout pull request merge commit for e2e test. (#54)
This should ensure we're running the code in the PR rather than the code from main. Signed-off-by: Billy Lynch <billy@chainguard.dev>
Configuration menu - View commit details
-
Copy full SHA for 17a4852 - Browse repository at this point
Copy the full SHA 17a4852View commit details -
e2e: select checkout ref based on event type. (#57)
This change adds logic to select the ref to checkout for events. By default pull_request_target will use the base branch as the target since it was originally intended for trusted workloads. However, we need to use this to have access to the OIDC creds for the e2e tests, so insert our own logic here. This is effectively a ternary of the form ${{ <condition> <true> || <false> }}. See https://docs.github.com/en/actions/learn-github-actions/expressions for more details. Signed-off-by: Billy Lynch <billy@chainguard.dev>
Configuration menu - View commit details
-
Copy full SHA for dfe59ec - Browse repository at this point
Copy the full SHA dfe59ecView commit details -
Refactor verification to use consistent verification options. (#55)
- Fixes attached signature verification to respect the same options as detached signatures. - Adds tests for attached signature verification. - Exports useful functions to allow other libraries to validate commits. - Adds package documentation for what should go into git vs signature packages (because if I was getting getting tripped up, other people will too). - Removed found signature / found tlog entry claims - I'm not sure how useful these are on their own, and my gut instinct is the yes / no for the validation is probably sufficient. - Changes smimesign output in verification info to gitsign. Signed-off-by: Billy Lynch <billy@chainguard.dev>
Configuration menu - View commit details
-
Copy full SHA for 9817dc0 - Browse repository at this point
Copy the full SHA 9817dc0View commit details -
I was foolish thinking it was right the first time. Fixes the expression to actually be correct. Verified in a test repo. Signed-off-by: Billy Lynch <billy@chainguard.dev>
Configuration menu - View commit details
-
Copy full SHA for 660df81 - Browse repository at this point
Copy the full SHA 660df81View commit details -
Partially remove cosign dependencies for fulcio / rekor client creati…
…on. (#53) Mostly a refactor to replace some of the cosign calls with their equivalent underlying implementations. Signed-off-by: Billy Lynch <billy@chainguard.dev>
Configuration menu - View commit details
-
Copy full SHA for c72bc2c - Browse repository at this point
Copy the full SHA c72bc2cView commit details
Commits on Jun 3, 2022
-
Remove dependency on cosign/cli/fulcio. (#63)
This reimplements much of the behavior in https://github.com/sigstore/cosign/blob/v1.9.0/cmd/cosign/cli/fulcio/fulcio.go to remove the dependency on cosign for fulcio operations. We may want to upstream this library to sigstore/sigstore, but starting off here to get a feel for other changes we might want to make first. Signed-off-by: Billy Lynch <billy@chainguard.dev>
Configuration menu - View commit details
-
Copy full SHA for e2a8996 - Browse repository at this point
Copy the full SHA e2a8996View commit details
Commits on Jun 6, 2022
-
Bump actions/cache from 3.0.2 to 3.0.3 (#64)
* Bump actions/cache from 3.0.2 to 3.0.3 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@48af2dc...30f413b) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * update version comment Signed-off-by: cpanato <ctadeu@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: cpanato <ctadeu@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2fc0f73 - Browse repository at this point
Copy the full SHA 2fc0f73View commit details
Commits on Jun 13, 2022
-
Bump github.com/sigstore/rekor from 0.7.0 to 0.8.0 (#72)
Bumps [github.com/sigstore/rekor](https://github.com/sigstore/rekor) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/sigstore/rekor/releases) - [Changelog](https://github.com/sigstore/rekor/blob/main/CHANGELOG.md) - [Commits](sigstore/rekor@v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: github.com/sigstore/rekor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8498bc2 - Browse repository at this point
Copy the full SHA 8498bc2View commit details -
Bump actions/cache from 3.0.3 to 3.0.4 (#71)
* Bump actions/cache from 3.0.3 to 3.0.4 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@30f413b...c3f1317) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * update version comment Signed-off-by: cpanato <ctadeu@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: cpanato <ctadeu@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 59aeb39 - Browse repository at this point
Copy the full SHA 59aeb39View commit details -
Bump sigstore/cosign-installer from 2.3.0 to 2.4.0 (#70)
* Bump sigstore/cosign-installer from 2.3.0 to 2.4.0 Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](sigstore/cosign-installer@536b37e...7e0881f) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * update version comment Signed-off-by: cpanato <ctadeu@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: cpanato <ctadeu@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f3013fd - Browse repository at this point
Copy the full SHA f3013fdView commit details -
Add Homebrew install instructions to README (#73)
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
Configuration menu - View commit details
-
Copy full SHA for 8479190 - Browse repository at this point
Copy the full SHA 8479190View commit details
Commits on Jun 14, 2022
-
* Export rekor package. This is used within pkg/git, so exporting the matching interface to stay consistent. - Removes separate Get/Verify funcs for a single Verify func. - Both Verify and Write now take in x509 certs instead of []byte. - Swap commit/sig params in Writer interface. Signed-off-by: Billy Lynch <billy@chainguard.dev>
Configuration menu - View commit details
-
Copy full SHA for 2e8ad3c - Browse repository at this point
Copy the full SHA 2e8ad3cView commit details -
* update/fix version flag Signed-off-by: cpanato <ctadeu@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 308e723 - Browse repository at this point
Copy the full SHA 308e723View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.1.0...v0.1.1