checkov: 3.2.44 -> 3.2.45
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/3.2.44...3.2.45 Changelog: https://github.com/bridgecrewio/checkov/releases/tag/3.2.45
This commit is contained in:
parent
501f2c59cc
commit
a73c84a808
@ -5,14 +5,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "checkov";
|
||||
version = "3.2.44";
|
||||
version = "3.2.45";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bridgecrewio";
|
||||
repo = "checkov";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-/5kT+msrsiz9NuqEjeJNEdX/qbt8Ohuz2RNNYK6eqpw=";
|
||||
hash = "sha256-mVGfWBQEWKS5WsWQUi8NdsR1bX21MbUnNDijZ/l/ksY=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user