It used to be the case that pulumi `up`would fail ...
# pulumi-deployments
d
It used to be the case that pulumi `up`would fail deploying if it could not reach
<http://github.com|github.com>
to check code status (maybe update code?) this is a bit of a security issue and I was wondering if it was fixed.
The context is we are running inside a container derived from
pulumi/pulumi-python:3.115.2
and all code should be in the container and we want no network actions to update any code.