Currently guardx.analyze creates a new container, copies to code to analyze into the container and does the analysis. Provide an option to call guardx.analyze from an existing python interpreter process.
Create guardx.analyze(src, inline=True) API option. If inline==True use analysis libraries to analyze the src in the same process.
Currently
guardx.analyzecreates a new container, copies to code to analyze into the container and does the analysis. Provide an option to call guardx.analyze from an existing python interpreter process.Create
guardx.analyze(src, inline=True)API option. Ifinline==Trueuse analysis libraries to analyze the src in the same process.