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
I run checkov on a CI Server where there is Debian 12 as base Operating System with all the latest updates.
I've installed checkov using the archive from the release GitHub Page. The version I am using is 3.2.378, but the bug is still there for the latest 3.2.382 version too.
The message i receive is:
checkov -d ./ --deep-analysis --output cli --output junitxml --output-file console,checkov_report.xml
[PYI-2933:ERROR] Failed to load Python shared library '/tmp/_MEI8cDeni/libpython3.8.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /tmp/_MEI8cDeni/libpython3.8.so.1.0)
Python (3.11) is installed by default in the system.
Note: The installation through Virtual Environment works.
Exception Trace
Not generated, it crashes immediately
Desktop (please complete the following information):
OS: Debian 12
Checkov Versions 3.2.378 -> 3.2.382
The text was updated successfully, but these errors were encountered:
Describe the issue
I run
checkov
on a CI Server where there is Debian 12 as base Operating System with all the latest updates.I've installed
checkov
using the archive from the release GitHub Page. The version I am using is 3.2.378, but the bug is still there for the latest 3.2.382 version too.The message i receive is:
Python (3.11) is installed by default in the system.
Note: The installation through Virtual Environment works.
Exception Trace
Not generated, it crashes immediately
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: