mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-22 07:06:14 +00:00
nolint gosec
This commit is contained in:
@@ -57,7 +57,7 @@ func NewDockerInfrastructureData(m Manifest) (InfrastructureData, error) {
|
||||
Network: netAddress,
|
||||
}
|
||||
for name := range m.Nodes {
|
||||
ifd.Instances[name] = InstanceData{
|
||||
ifd.Instances[name] = InstanceData{ //nolint: gosec
|
||||
IPAddress: ipGen.Next(),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user