checkov: 3.2.492 -> 3.2.493
Diff: https://github.com/bridgecrewio/checkov/compare/3.2.492...3.2.493 Changelog: https://github.com/bridgecrewio/checkov/releases/tag/3.2.493
This commit is contained in:
@@ -37,14 +37,14 @@ with py.pkgs;
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "checkov";
|
pname = "checkov";
|
||||||
version = "3.2.492";
|
version = "3.2.493";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bridgecrewio";
|
owner = "bridgecrewio";
|
||||||
repo = "checkov";
|
repo = "checkov";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-AEgNTv49IjSqTFDn8YQqu9si3uqfhO1whS5xTp9qxc4=";
|
hash = "sha256-T32VQp6aEWyqAzA4RelHQg1Su/05gAtMZfaidvLNqos=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [
|
||||||
|
|||||||
Reference in New Issue
Block a user