checkov: 3.2.413 -> 3.2.416 (#404762)
This commit is contained in:
commit
b8966f1678
@ -25,17 +25,18 @@ with py.pkgs;
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "checkov";
|
pname = "checkov";
|
||||||
version = "3.2.413";
|
version = "3.2.416";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bridgecrewio";
|
owner = "bridgecrewio";
|
||||||
repo = "checkov";
|
repo = "checkov";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-WCgBnPQRt4dxINZNq0kmCGbszOMx3aeTsB/aex9E1Yg=";
|
hash = "sha256-exxU3w1dcd+tBHvdjJvjtevs7b01Pog47Of+u5dnWTo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [
|
||||||
|
"asteval"
|
||||||
"bc-detect-secrets"
|
"bc-detect-secrets"
|
||||||
"bc-python-hcl2"
|
"bc-python-hcl2"
|
||||||
"boto3"
|
"boto3"
|
||||||
@ -69,6 +70,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
aiohttp
|
aiohttp
|
||||||
aiomultiprocess
|
aiomultiprocess
|
||||||
argcomplete
|
argcomplete
|
||||||
|
asteval
|
||||||
bc-detect-secrets
|
bc-detect-secrets
|
||||||
bc-jsonpath-ng
|
bc-jsonpath-ng
|
||||||
bc-python-hcl2
|
bc-python-hcl2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user