checkov: 3.1.67 -> 3.1.69
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/3.1.67...3.1.69 Changelog: https://github.com/bridgecrewio/checkov/releases/tag/3.1.69
This commit is contained in:
parent
15ff1758e7
commit
a45540de42
@ -5,14 +5,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "checkov";
|
||||
version = "3.1.67";
|
||||
version = "3.1.69";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bridgecrewio";
|
||||
repo = "checkov";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-mwXR4KEkbkvWIwqeHuQPgm+8W7EdBtAwcBkFx0YFlhs=";
|
||||
hash = "sha256-hA0GmCNsds/dkSJ5PZYPiz1lsaISs62jb000k17aqAM=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user