checkov: 2.4.29 -> 2.4.30
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/2.4.29...2.4.30 Changelog: https://github.com/bridgecrewio/checkov/releases/tag/2.4.30
This commit is contained in:
parent
be28f5521e
commit
b10a9b22db
1 changed files with 2 additions and 2 deletions
|
@ -22,14 +22,14 @@ with py.pkgs;
|
|||
|
||||
buildPythonApplication rec {
|
||||
pname = "checkov";
|
||||
version = "2.4.29";
|
||||
version = "2.4.30";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bridgecrewio";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-KnPbIfTSf1izk0E2JRdnYJbTDQbzr+d28HNIJrD6CWU=";
|
||||
hash = "sha256-sMNyeVaHdKI3IEN0/UR5XM72zDvMzyVAFMMcauan9J4=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue