mirror of https://github.com/pulumi/pulumi.git
91568bc03b
The python policy plugin argument parsing was very brittle and would fail when passed extra flags such as `--tracing <file>` or `--logtostderr`. We now properly parse these standard plugin falgs (see plugin#buildPluginArguments). Note that the flags are currently not being used by the policy plugins. Nodejs does not suffer from the same issue because we are already using `minimist` to parse the arguments. Fixes https://github.com/pulumi/pulumi/issues/11092 |
||
---|---|---|
.. | ||
advisory_policy_pack | ||
mandatory_policy_pack | ||
policy_pack_w_config | ||
policy_pack_wo_config | ||
python_policy_pack | ||
policy_test.go |