-
Notifications
You must be signed in to change notification settings - Fork 559
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
ci: add gosec for golang security scanning #4468
base: devel
Are you sure you want to change the base?
Conversation
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 Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
Marking as WIP to analyse the CI issues |
This is integrated in golangci-lint, maybe make sure it is enabled there? |
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. |
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. |
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