You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
I would like the stack in policies to be serializable to a file so I can call an external application against it(snyk,checkov,infracost) and report violations back via status code.
Affected area/feature
The text was updated successfully, but these errors were encountered:
Pythons json.dump by default doesn't support user classes. We think we could add a __dict__ method to these types (they are just data containers) to get json.dump to accept it (possibly look at data classes, they might just do this for free).
Hello!
Issue details
I would like the stack in policies to be serializable to a file so I can call an external application against it(snyk,checkov,infracost) and report violations back via status code.
Affected area/feature
The text was updated successfully, but these errors were encountered: