checkov: 3.2.42 -> 3.2.43
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/3.2.42...3.2.43 Changelog: https://github.com/bridgecrewio/checkov/releases/tag/3.2.43
This commit is contained in:
parent
df3a7e8c3c
commit
4d334f1e65
1 changed files with 2 additions and 2 deletions
|
@ -5,14 +5,14 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "checkov";
|
||||
version = "3.2.42";
|
||||
version = "3.2.43";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bridgecrewio";
|
||||
repo = "checkov";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-2ZhG7j9kV5E1I1xRzUKSONZ32T1oaDZ7linXjfFrvRg=";
|
||||
hash = "sha256-XzkMhI/+dOU0NJs9XW+jwbI6fZfC6cHFq0xFNw57kc8=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue