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

chore(deps): update tools to latest versions #3205

Merged
merged 2 commits into from
Sep 13, 2024
Merged

Commits on Sep 13, 2024

  1. chore(deps): update tools to latest versions

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    spiffcs authored and github-actions[bot] committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    9486b7c View commit details
    Browse the repository at this point in the history
  2. chore: disable gosec(G115)

    A change to the rule gosec(G115) made a large amount of FP for gosec appear when updating to the
    latest golang-ci linter.
    
    securego/gosec#1185
    securego/gosec#1149
    
    We're going to ignore this rule for the time being while waiting for gosec to get updates so that
    bound checking and example snippets of `valid` code is added for this rule
    
    Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
    spiffcs committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    aeae19a View commit details
    Browse the repository at this point in the history