Merge pull request #249213 from fabaff/checkov-bump

checkov: 2.3.364 -> 2.3.365
This commit is contained in:
Nick Cao
2023-08-14 19:04:25 -06:00
committed by GitHub
@@ -22,14 +22,14 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.3.364";
version = "2.3.365";
format = "setuptools";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-pec8JLFLqhe75G2Tk/3EwGYr9Dg2xgT8MlVS471QH60=";
hash = "sha256-shJfqslstZIQ7W0GBV75M2ekxpb1/sIqbFDrL74Zpp4=";
};
patches = [