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 golangci-lint to v1.54.2 #2126

Merged
merged 1 commit into from Sep 21, 2023

Commits on Sep 18, 2023

  1. Bump golangci-lint to v1.54.2

    Fixes couple of lint issues:
    - G101: Potential hardcoded credentials
    - G601: Implicit memory aliasing in for loop.
    
    Temporarily disabling:
    - G602: Potentially accessing slice out of bounds as this is a known
      false positive and can be tracked at securego/gosec#1005
    
    Also bump golangci-lint version in release pipeline
    
    Signed-off-by: vinamra28 <jvinamra776@gmail.com>
    
    Add logger to identify the pod failure
    vinamra28 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    b607aa8 View commit details
    Browse the repository at this point in the history