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
Describe the issue
If we want to include checkov to existing python projects we have conflicts with dependencies and boto3 used in checkout list of dependencies is pin to specific one
Examples
Because checkov (3.2.394) depends on boto3 (1.35.49)
and our-project depends on boto3 (==1.37.21), checkov is forbidden.
So, because our-project depends on checkov (3.2.394), version solving failed.
Version (please complete the following information):
Checkov Version 3.2.394
gunnarvelle, OrZidkani, sgattusovha, ajswa and jg210