checkov: 2.3.246 -> 2.3.251
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/2.3.246...2.3.251 Changelog: https://github.com/bridgecrewio/checkov/releases/tag/2.3.251
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user