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 {
|
||||
pname = "checkov";
|
||||
version = "2.4.51";
|
||||
version = "2.4.55";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bridgecrewio";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-Ln+3LY/O0f4eSWDLmrO9ONGFTxE0icdA3qdXrJ9PoO4=";
|
||||
hash = "sha256-HeGrhW9QKxR3WrPMQRgRSntcpbr8UEg+D6To5Dqmfsc=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
@ -83,6 +83,7 @@ buildPythonApplication rec {
|
|||
prettytable
|
||||
pycep-parser
|
||||
pyyaml
|
||||
rustworkx
|
||||
semantic-version
|
||||
spdx-tools
|
||||
tabulate
|
||||
|
|
Loading…
Reference in a new issue