Merge pull request #237516 from fabaff/checkov-bump

checkov: 2.3.285 -> 2.3.288
This commit is contained in:
Fabian Affolter 2023-06-13 10:42:18 +02:00 committed by GitHub
commit bb8ca81626
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.285";
version = "2.3.288";
format = "setuptools";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-e451r8md6HOOhEIsjFitQ0IGacQ6bhA/jBFmaz/zVv8=";
hash = "sha256-m/AZfHT9ZW4K82WHxlj1iddh+Na4+Rvwgl46fdHRVhA=";
};
patches = [