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 {
|
||||
pname = "checkov";
|
||||
version = "2.0.571";
|
||||
version = "2.0.574";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bridgecrewio";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-cmSZHqR1BfVWXoUSJ3Et5TTdeUWklNA4egKLP4xKjw8=";
|
||||
sha256 = "sha256-DM7fPwJcWEyOu55ThK/jP9jIUbiVCfEtltSP7puCoxQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with py.pkgs; [
|
||||
|
@ -70,6 +70,9 @@ buildPythonApplication rec {
|
|||
];
|
||||
|
||||
propagatedBuildInputs = with py.pkgs; [
|
||||
aiodns
|
||||
aiohttp
|
||||
aiomultiprocess
|
||||
bc-python-hcl2
|
||||
boto3
|
||||
cachetools
|
||||
|
@ -98,7 +101,11 @@ buildPythonApplication rec {
|
|||
];
|
||||
|
||||
checkInputs = with py.pkgs; [
|
||||
aioresponses
|
||||
jsonschema
|
||||
mock
|
||||
pytest-asyncio
|
||||
pytest-mock
|
||||
pytest-xdist
|
||||
pytestCheckHook
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue