Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix fetching updated targets from TUF root (based off of #1921) #1932

Closed
wants to merge 9 commits into from

Commits on May 25, 2022

  1. fix: fix fetching updated targets from TUF root

    Signed-off-by: Asra Ali <asraa@google.com>
    
    add comment
    
    Signed-off-by: Asra Ali <asraa@google.com>
    
    update
    
    Signed-off-by: Asra Ali <asraa@google.com>
    
    update
    
    Signed-off-by: Asra Ali <asraa@google.com>
    
    possible fix windows
    
    Signed-off-by: Asra Ali <asraa@google.com>
    
    lint
    
    Signed-off-by: Asra Ali <asraa@google.com>
    
    fix windows maybe
    
    Signed-off-by: Asra Ali <asraa@google.com>
    
    fix close
    
    Signed-off-by: Asra Ali <asraa@google.com>
    asraa committed May 25, 2022
    Configuration menu
    Copy the full SHA
    4348caf View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. update zack comments

    Signed-off-by: Asra Ali <asraa@google.com>
    
    update fix
    
    Signed-off-by: Asra Ali <asraa@google.com>
    
    update and add some debug
    
    Signed-off-by: Asra Ali <asraa@google.com>
    
    add debug
    
    Signed-off-by: Asra Ali <asraa@google.com>
    
     no cache
    
    Signed-off-by: Asra Ali <asraa@google.com>
    
    remove debug
    
    Signed-off-by: Asra Ali <asraa@google.com>
    asraa committed May 26, 2022
    Configuration menu
    Copy the full SHA
    9b337a5 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. try haydens comments

    Signed-off-by: Asra Ali <asraa@google.com>
    asraa committed May 27, 2022
    Configuration menu
    Copy the full SHA
    81a86c3 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Use Rekor API for pubkeys before TUF if so specified.

    Signed-off-by: Ville Aikas <vaikas@chainguard.dev>
    vaikas committed May 30, 2022
    Configuration menu
    Copy the full SHA
    527f95f View commit details
    Browse the repository at this point in the history
  2. Address PR feedback, bump golangci-lint from 1.46.0 to 1.46.2

    Signed-off-by: Ville Aikas <vaikas@chainguard.dev>
    vaikas committed May 30, 2022
    Configuration menu
    Copy the full SHA
    a89a915 View commit details
    Browse the repository at this point in the history
  3. Add comments for the env variables.

    Signed-off-by: Ville Aikas <vaikas@chainguard.dev>
    vaikas committed May 30, 2022
    Configuration menu
    Copy the full SHA
    291fb20 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Use path instead of filepath, basically revert to what it was before.

    Signed-off-by: Ville Aikas <vaikas@chainguard.dev>
    vaikas committed May 31, 2022
    Configuration menu
    Copy the full SHA
    67e343b View commit details
    Browse the repository at this point in the history
  2. ho hum, really just use the path.

    Signed-off-by: Ville Aikas <vaikas@chainguard.dev>
    vaikas committed May 31, 2022
    Configuration menu
    Copy the full SHA
    89bc9f9 View commit details
    Browse the repository at this point in the history
  3. When interacting with fs do not use OS specific separators.

    Signed-off-by: Ville Aikas <vaikas@chainguard.dev>
    vaikas committed May 31, 2022
    Configuration menu
    Copy the full SHA
    2805823 View commit details
    Browse the repository at this point in the history