checkov: 3.2.72 -> 3.2.74

Changelog: https://github.com/bridgecrewio/checkov/releases/tag/3.2.74
This commit is contained in:
Fabian Affolter 2024-04-22 23:09:55 +02:00
parent 29a7aae02b
commit 10d9c681d0
1 changed files with 5 additions and 4 deletions

View File

@ -6,23 +6,23 @@
python3.pkgs.buildPythonApplication rec {
pname = "checkov";
version = "3.2.72";
version = "3.2.74";
pyproject = true;
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = "checkov";
rev = "refs/tags/${version}";
hash = "sha256-DcheCxZ21/wEwC0dYoL546wXyp1yIIfLkWbjkS0iKC0=";
hash = "sha256-Ge0SCoZeBdEKGjvPXGzsYptKBzNWrUbjLEdNxsYUlcI=";
};
patches = [ ./flake8-compat-5.x.patch ];
pythonRelaxDeps = [
"boto3"
"botocore"
"bc-detect-secrets"
"bc-python-hcl2"
"boto3"
"botocore"
"dpath"
"igraph"
"license-expression"
@ -31,6 +31,7 @@ python3.pkgs.buildPythonApplication rec {
"packageurl-python"
"packaging"
"pycep-parser"
"rustworkx"
"termcolor"
];