Fabian Affolter
2023-05-23 09:25:54 +02:00
parent 6a78de9bc1
commit 3184adc32b
@@ -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