Skip to content

Feat: Create an inline analysis API that can perform analysis without spawning a new container #16

@julianstephen

Description

@julianstephen

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions