checkov: 3.1.46 -> 3.1.57

Changelog: https://github.com/bridgecrewio/checkov/releases/tag/3.1.57
This commit is contained in:
Fabian Affolter
2024-01-13 09:33:46 +01:00
parent 8229e1eef2
commit cccb38bfc6
@@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "checkov";
version = "3.1.46";
version = "3.1.57";
pyproject = true;
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = "checkov";
rev = "refs/tags/${version}";
hash = "sha256-scGZtqAdAjRD0bNq9pWp699I9rxPh2CFP4lCz+1yAZ8=";
hash = "sha256-kaGvSIM9aC9gQipk8ik3PxlsmE4f9S6O+/dcJqQzPn4=";
};
patches = [
@@ -23,8 +23,16 @@ python3.pkgs.buildPythonApplication rec {
"bc-detect-secrets"
"bc-python-hcl2"
"dpath"
"igraph"
"license-expression"
"networkx"
"openai"
"pycep-parser"
"termcolor"
];
pythonRemoveDeps = [
# pythonRelaxDeps doesn't work with that one
"pycep-parser"
];