checkov: 2.4.22 -> 2.4.25
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/2.4.22...2.4.25 Changelog: https://github.com/bridgecrewio/checkov/releases/tag/2.4.25
This commit is contained in:
parent
9b2e40a276
commit
91c779c49d
@ -22,14 +22,14 @@ with py.pkgs;
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "checkov";
|
||||
version = "2.4.22";
|
||||
version = "2.4.25";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bridgecrewio";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-pbeyv7Ms/7iJUsxEl2YeHjbXJ5ZJZe2OXtDpnnH5ZD8=";
|
||||
hash = "sha256-IVmC3/TbdVjbbWBY8Buw7CxiZs2D0X375D2dCT3UnM4=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user