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/cosign-installer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.0
Choose a base ref
...
head repository: sigstore/cosign-installer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.1
Choose a head ref
  • 4 commits
  • 3 files changed
  • 4 contributors

Commits on Jun 20, 2022

  1. update readme (#82)

    Signed-off-by: cpanato <ctadeu@gmail.com>
    cpanato authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    6679bb8 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. sudo mv the cosign binary to the install-dir (#83)

    We cannot use `install-dir`s like `/usr/bin/cosign` right now because
    this would cause an permission denied error. To be able to use those
    paths we have to run `mv` and `chmod` via root.
    
    Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
    saschagrunert authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    441a29e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. add use-sudo optional parameter defaulting to false. Fixes: #85 (#84)

    Signed-off-by: Jason Solis <jsolis@gmail.com>
    jsolis authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    48866aa View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. update v2.4.1 to download cosign from GitHub instead of GCS

    Signed-off-by: Bob Callaway <bcallaway@google.com>
    bobcallaway committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    f46f599 View commit details
    Browse the repository at this point in the history
Loading