Merge pull request #233559 from fabaff/checkov-bump

checkov: 2.3.246 -> 2.3.251
This commit is contained in:
Fabian Affolter 2023-05-24 08:52:33 +02:00 committed by GitHub
commit 0438c163a2
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.246";
version = "2.3.251";
format = "setuptools";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-IDyDvwpCB/rZkaAWmAvudctT3FDDCKentqJVfM/YV7s=";
hash = "sha256-qbnGibGpAH5Lg2VuJBLx+Jdh6/IYkk54SA8Gr8UtnYg=";
};
patches = [
@ -74,6 +74,7 @@ buildPythonApplication rec {
jmespath
jsonschema
junit-xml
license-expression
networkx
openai
packaging
@ -82,6 +83,7 @@ buildPythonApplication rec {
pycep-parser
pyyaml
semantic-version
spdx-tools
tabulate
termcolor
tqdm