checkov: 3.1.41 -> 3.1.42
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/3.1.41...3.1.42 Changelog: https://github.com/bridgecrewio/checkov/releases/tag/3.1.42
This commit is contained in:
parent
17bb289ca0
commit
768b70ec06
1 changed files with 2 additions and 2 deletions
|
@ -5,14 +5,14 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "checkov";
|
||||
version = "3.1.41";
|
||||
version = "3.1.42";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bridgecrewio";
|
||||
repo = "checkov";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-weW4nCBnuMPq888lUG4V/luUi+z4kZ52jUnv6yks45Y=";
|
||||
hash = "sha256-tQemwSqlwVjBdxwJ22OY1CxZ/Kv06S9u0ECHtxe3Jm4=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue