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 #1921

Merged
merged 11 commits into from May 31, 2022

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 31, 2022

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

    Signed-off-by: Ville Aikas <vaikas@chainguard.dev>
    vaikas authored and asraa committed May 31, 2022
    Configuration menu
    Copy the full SHA
    8d77efe 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 authored and asraa committed May 31, 2022
    Configuration menu
    Copy the full SHA
    153cfde 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 authored and asraa committed May 31, 2022
    Configuration menu
    Copy the full SHA
    90798bd View commit details
    Browse the repository at this point in the history
  4. Use path instead of filepath, basically revert to what it was before.

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

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

    Signed-off-by: Ville Aikas <vaikas@chainguard.dev>
    vaikas authored and asraa committed May 31, 2022
    Configuration menu
    Copy the full SHA
    b8a5075 View commit details
    Browse the repository at this point in the history
  7. fix windows line endings

    Signed-off-by: Asra Ali <asraa@google.com>
    asraa committed May 31, 2022
    Configuration menu
    Copy the full SHA
    410d6cf View commit details
    Browse the repository at this point in the history
  8. pass embedded into initialization

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