checkov: 2.3.257 -> 2.3.259
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/2.3.257...2.3.259 Changelog: https://github.com/bridgecrewio/checkov/releases/tag/2.3.259
This commit is contained in:
parent
e512455cb2
commit
8b25d4ef4e
@ -22,14 +22,14 @@ with py.pkgs;
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "checkov";
|
||||
version = "2.3.257";
|
||||
version = "2.3.259";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bridgecrewio";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-Ve/g7hhm1ae8aQY/2XDle4/W22FsXxipaR3hZ9fs7IA=";
|
||||
hash = "sha256-TQSty1X0jD4Z5gZfl8ecpt4/7FLOjpNBXs5hVblwKvs=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user