Enable gosec/golangci-lint, then fix reported errors#927
Merged
jgwest merged 1 commit intoJul 29, 2025
Merged
Conversation
Signed-off-by: Jonathan West <jonwest@redhat.com>
c4beaf0 to
e405f2b
Compare
Member
Author
|
/retest |
Member
|
/lgtm |
Member
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jannfis The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Member
Author
|
Thanks @jannfis! Merging, as the Konflux workflow error appears unrelated to this PR: |
Rizwana777
pushed a commit
to Rizwana777/gitops-operator
that referenced
this pull request
Aug 4, 2025
…r#927) Signed-off-by: Jonathan West <jonwest@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
/kind cleanup
What does this PR do / why we need it:
Add
gosecandgolangci-linttargets toMakefileAdd call to
gosecandgolangci-lint(with default settings) to GitHub workflowAdds ginkgo-linter, which ensures that Ginkgo code is properly formatted (we used this on managed-gitops project, and it was created by a Red Hatter who reached out to let us know about it, previously)
The rest of the PR is cleaning up issues identified by
gosecandgolangci-lintYou'll occasionally see cases where I've had to 'smother' a line with lint ignores, like so: