awslabs / aws-service-catalog-factory

This is a framework where you define a Service Catalog portfolio, products and versions using YAML. For versions of your products you specify where the source code for them can be found and the framework publishes the portfolio, products and versions in every* AWS Region after validating, linting and testing them.
Apache License 2.0
136 stars 44 forks source link

Fix: Call urlopen() inside with #339

Closed uhei-vt closed 1 year ago

uhei-vt commented 1 year ago

Issue #, if available: N/A

Description of changes: Make AWS Inspector happy by calling urlopen() inside with. CWE400/CWE664

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.