ci: remove duplicate gosec & lint fixes#21685
Conversation
WalkthroughWalkthroughThe changes in this pull request involve the deletion of a GitHub Actions workflow for the Gosec security scanner, modifications to the configuration of the GolangCI linter, and various updates across multiple Go source files. These updates include the removal of function fields in a struct, enhancements to error handling in test functions, and adjustments to return types in service methods. Additionally, the dependency version in the Changes
Possibly related PRs
Suggested labels
Recent review detailsConfiguration used: .coderabbit.yml Files ignored due to path filters (1)
Files selected for processing (11)
Files not reviewed due to no reviewable changes (2)
Files skipped from review due to trivial changes (4)
Additional context usedPath-based instructions (3)
Additional comments not posted (9)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
(cherry picked from commit bd52dcf) # Conflicts: # collections/collections.go # collections/indexing.go # indexer/postgres/tests/postgres_test.go # orm/model/ormdb/module_test.go # runtime/v2/go.mod # runtime/v2/go.sum
Description
GoSec job is broken, and we already run it in
golangci-lint.Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!in the type prefix if API or client breaking changeCHANGELOG.mdReviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
Please see Pull Request Reviewer section in the contributing guide for more information on how to review a pull request.
I have...
Summary by CodeRabbit
Bug Fixes
New Features
Refactor
Chores