Merge pull request #238065 from fabaff/checkov-bump

checkov: 2.3.292 -> 2.3.294
This commit is contained in:
Mario Rodas
2023-06-16 18:02:13 -05:00
committed by GitHub
@@ -22,14 +22,14 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.3.292";
version = "2.3.294";
format = "setuptools";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-AZYsjV5jjnmfoFobz3yz6tyg6i8RdgGs8Vr4PZ2Dfr4=";
hash = "sha256-KlpgFFCawm9uOv4TbGSvPgmRpeyGT8CVPdq3Vimaa3c=";
};
patches = [