checkov: 2.4.51 -> 2.4.55
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/2.4.51...2.4.55 Changelog: https://github.com/bridgecrewio/checkov/releases/tag/2.4.55
This commit is contained in:
parent
fb303fd905
commit
bd00dac6b4
1 changed files with 3 additions and 2 deletions
|
@ -22,14 +22,14 @@ with py.pkgs;
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "checkov";
|
pname = "checkov";
|
||||||
version = "2.4.51";
|
version = "2.4.55";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bridgecrewio";
|
owner = "bridgecrewio";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-Ln+3LY/O0f4eSWDLmrO9ONGFTxE0icdA3qdXrJ9PoO4=";
|
hash = "sha256-HeGrhW9QKxR3WrPMQRgRSntcpbr8UEg+D6To5Dqmfsc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
@ -83,6 +83,7 @@ buildPythonApplication rec {
|
||||||
prettytable
|
prettytable
|
||||||
pycep-parser
|
pycep-parser
|
||||||
pyyaml
|
pyyaml
|
||||||
|
rustworkx
|
||||||
semantic-version
|
semantic-version
|
||||||
spdx-tools
|
spdx-tools
|
||||||
tabulate
|
tabulate
|
||||||
|
|
Loading…
Reference in a new issue