cosmos-sdk icon indicating copy to clipboard operation
cosmos-sdk copied to clipboard

ci: .github/workflows: add staticmajor to catch leaking resources

Open odeke-em opened this issue 3 years ago • 1 comments

Brings in a static analyzer that catches leaking resources like unclosed file handles, networking handles etc that can't easily be caught except in very critical code reviews as well as a bunch of other static analyzers that Orijtech Inc produces.

Just an FYI for my team @elias-orijtech @kirbyquerby @willpoint

odeke-em avatar Sep 12 '22 12:09 odeke-em

Please re-run workflow. Latest staticmajor now runs with CGO_ENABLED=0.

elias-orijtech avatar Sep 12 '22 22:09 elias-orijtech

Superseded by https://github.com/cosmos/cosmos-sdk/pull/13392

julienrbrt avatar Sep 26 '22 22:09 julienrbrt