Merge pull request #242716 from fabaff/checkov-bump

checkov: 2.3.312 -> 2.3.318
This commit is contained in:
Mario Rodas 2023-07-11 05:16:41 -05:00 committed by GitHub
commit fad117f6ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,14 +22,14 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.3.312";
version = "2.3.318";
format = "setuptools";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-SskpDZosJOPF2HhzclRI+8xd3ELtoxdeW8nWXrmI4hM=";
hash = "sha256-E1PSwbEmTTHsYbRlLUJ2HLqiJJuQO/aN73xWHTaQdBY=";
};
patches = [