checkov: 3.2.5 -> 3.2.8
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/3.2.5...3.2.8 Changelog: https://github.com/bridgecrewio/checkov/releases/tag/3.2.8
This commit is contained in:
parent
04b99c67ca
commit
6e367b3de7
@ -5,14 +5,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "checkov";
|
||||
version = "3.2.5";
|
||||
version = "3.2.8";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bridgecrewio";
|
||||
repo = "checkov";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-28DvlExTH1YELQAgY3d3HrNLCaX2pWiL7l+Y/WQ3z5s=";
|
||||
hash = "sha256-Hd1YOzIH6v8N/oP2cJRUv6OkgOv9aSe7nkvzpsCN3rc=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user