mirror of https://github.com/pulumi/pulumi.git
79ffe88b6d
Upgrade to latest version of golangci-lint and fix or opt-out the issues it caught. The false positives are: ``` sdk/go/common/workspace/plugins_test.go:512:3: G101: Potential hardcoded credentials (gosec) pkg/resource/deploy/builtins.go:180:2: G101: Potential hardcoded credentials (gosec) ``` The fixed issues are: ``` pkg/resource/deploy/deploytest/pluginhost.go:440:16: G601: Implicit memory aliasing in for loop. (gosec) Version: &v.version, ^ pkg/engine/lifecycletest/alias_test.go:58:25: G601: Implicit memory aliasing in for loop. (gosec) DeleteBeforeReplace: &r.deleteBeforeReplace, ^ ``` |
||
---|---|---|
.. | ||
scripts | ||
workflows | ||
PULL_REQUEST_TEMPLATE.md |