You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gosec is a Golang Security Checker. It inspects source code for security problems by scanning the Go AST.
I would include this in our pipeline.
What would the new user story look like?
A new user comes and wants to contribute to capsule.
He writes some Go code and pushes it to its branch.
At this time, the CI checks for the new code and detects if there are security issues.
Describe the feature
gosec is a Golang Security Checker. It inspects source code for security problems by scanning the Go AST.
I would include this in our pipeline.
What would the new user story look like?
A new user comes and wants to contribute to capsule.
He writes some Go code and pushes it to its branch.
At this time, the CI checks for the new code and detects if there are security issues.
Hopefully, the result should be like this:
The text was updated successfully, but these errors were encountered: