ci: add gosec for golang security scanning
Adding gosec security scanning as a CI job to run on each PR to ensure we are good with security problems.
More details at https://github.com/securego/gosec
@nixpanic @Rakshith-R @yati1998 @iPraveenParihar Do you guys prefer to run it on each PR or as a cronjob?
Note:- Based on above response need to modify mergify rules
Marking as WIP to analyse the CI issues
This is integrated in golangci-lint, maybe make sure it is enabled there?
https://golangci-lint.run/usage/linters/#gosec
This is integrated in golangci-lint, maybe make sure it is enabled there?
https://golangci-lint.run/usage/linters/#gosec
Yes i missed that, let me check on that 👍🏻
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks if no further activity occurs. Thank you for your contributions.
@Madhu-1 did #4539 replace this?
@Madhu-1 did #4539 replace this?
Not yet, will give a try and see if that's enough
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks if no further activity occurs. Thank you for your contributions.
This pull request has been automatically closed due to inactivity. Please re-open if these changes are still required.