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

Enable gosec linter and add exclusion rules #370

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

wneessen
Copy link
Owner

Added gosec to the list of enabled linters in .golangci.toml. Defined specific exclusion rules to ignore certain false positives and context-specific issues flagged by gosec, ensuring the linter does not impose on intentional code practices.

Added gosec to the list of enabled linters in `.golangci.toml`. Defined specific exclusion rules to ignore certain false positives and context-specific issues flagged by gosec, ensuring the linter does not impose on intentional code practices.
@wneessen wneessen merged commit e8b41f4 into main Nov 15, 2024
29 checks passed
@wneessen wneessen deleted the feature/golangci-lint-gosec branch November 15, 2024 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant