Merge pull request #306259 from fabaff/checkov-bump

checkov: 3.2.72 -> 3.2.74
This commit is contained in:
Nick Cao 2024-04-23 09:36:41 -04:00 committed by GitHub
commit a8fcf8e6e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"
];