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

bump Docker to address security scanners surfacing CVE #2004

Merged
merged 1 commit into from
Jul 30, 2024
Merged

Commits on Jul 30, 2024

  1. bump Docker to address security scanners surfacing CVE

    this was a more elaborate change that I anticipated.
    bumping docker forced me to bump buf tooling.
    
    Changes to generate proto seems expected, but
    the  "buf format" tool changed dramatically:
    - does no longer accept running on a directory
      outside of the context directory. This is not a trivial
      change because it forces us to move all dependencies
      to the main go.mod, including buf and all proto generators
    - removes commas outside of proto definition, unclear if thats
      valid proto or a bug on the format tool
    vroldanbet committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    85aef7a View commit details
    Browse the repository at this point in the history