Merge pull request #274024 from fabaff/checkov-bump

checkov: 3.1.34 -> 3.1.38
This commit is contained in:
Fabian Affolter
2023-12-13 22:51:14 +01:00
committed by GitHub
@@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "checkov";
version = "3.1.34";
version = "3.1.38";
pyproject = true;
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = "checkov";
rev = "refs/tags/${version}";
hash = "sha256-F0zXvxxnfiCoEzhDL5v82OImqOX3y5umyRy5PbVCls0=";
hash = "sha256-03tukEuNaQP3YNv66FuDKzeTPcPfPY4PT6ZWRLFDu6c=";
};
patches = [