checkov: 2.4.19 -> 2.4.22
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/2.4.19...2.4.22 Changelog: https://github.com/bridgecrewio/checkov/releases/tag/2.4.22
This commit is contained in:
parent
c360c26a04
commit
bd4106e971
1 changed files with 2 additions and 2 deletions
|
@ -22,14 +22,14 @@ with py.pkgs;
|
|||
|
||||
buildPythonApplication rec {
|
||||
pname = "checkov";
|
||||
version = "2.4.19";
|
||||
version = "2.4.22";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bridgecrewio";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-A3xKXh2btw+ZUZevbhPOqtTHWNx7ohZILpYM/KInGIg=";
|
||||
hash = "sha256-pbeyv7Ms/7iJUsxEl2YeHjbXJ5ZJZe2OXtDpnnH5ZD8=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue