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, ^ ``` |
||
---|---|---|
.. | ||
authhelpers | ||
backend | ||
cmd/pulumi | ||
codegen | ||
engine | ||
graph | ||
importer | ||
operations | ||
resource | ||
secrets | ||
testing/integration | ||
util | ||
version | ||
workspace | ||
README.md | ||
go.mod | ||
go.sum |
README.md
pulumi/pkg
While pulumi/sdk maintains strict backwards compatibility guarantees, code under pkg/ is handled more informally: while breaking changes are still discouraged they may happen when they make sense.