Merge pull request #267628 from fabaff/checkov-bump

checkov: 3.0.32 -> 3.0.36
This commit is contained in:
Mario Rodas 2023-11-15 07:33:50 -05:00 committed by GitHub
commit 1221cf0b6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "checkov";
version = "3.0.32";
version = "3.0.36";
pyproject = true;
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = "checkov";
rev = "refs/tags/${version}";
hash = "sha256-YOZ7F/bxbnBh3mhiFL3cMMAc3qeOMab48LcvYeJgfrg=";
hash = "sha256-MrzCqR1+IJAv81fbuaNygGejRF4EzIZWPutL5qLluhU=";
};
patches = [