mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
checkov: 3.2.72 -> 3.2.74
Changelog: https://github.com/bridgecrewio/checkov/releases/tag/3.2.74
This commit is contained in:
parent
29a7aae02b
commit
10d9c681d0
@ -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"
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user