checkov: 2.0.571 -> 2.0.574
This commit is contained in:
parent
51befa6cdc
commit
757d972916
1 changed files with 9 additions and 2 deletions
|
@ -56,13 +56,13 @@ with py.pkgs;
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "checkov";
|
pname = "checkov";
|
||||||
version = "2.0.571";
|
version = "2.0.574";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bridgecrewio";
|
owner = "bridgecrewio";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-cmSZHqR1BfVWXoUSJ3Et5TTdeUWklNA4egKLP4xKjw8=";
|
sha256 = "sha256-DM7fPwJcWEyOu55ThK/jP9jIUbiVCfEtltSP7puCoxQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with py.pkgs; [
|
nativeBuildInputs = with py.pkgs; [
|
||||||
|
@ -70,6 +70,9 @@ buildPythonApplication rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = with py.pkgs; [
|
propagatedBuildInputs = with py.pkgs; [
|
||||||
|
aiodns
|
||||||
|
aiohttp
|
||||||
|
aiomultiprocess
|
||||||
bc-python-hcl2
|
bc-python-hcl2
|
||||||
boto3
|
boto3
|
||||||
cachetools
|
cachetools
|
||||||
|
@ -98,7 +101,11 @@ buildPythonApplication rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = with py.pkgs; [
|
checkInputs = with py.pkgs; [
|
||||||
|
aioresponses
|
||||||
jsonschema
|
jsonschema
|
||||||
|
mock
|
||||||
|
pytest-asyncio
|
||||||
|
pytest-mock
|
||||||
pytest-xdist
|
pytest-xdist
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue