checkov: 2.3.311 -> 2.3.312
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/2.3.311...2.3.312 Changelog: https://github.com/bridgecrewio/checkov/releases/tag/2.3.312
This commit is contained in:
parent
9d1ba81d5f
commit
e6ebe64c7b
@ -22,14 +22,14 @@ with py.pkgs;
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "checkov";
|
||||
version = "2.3.311";
|
||||
version = "2.3.312";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bridgecrewio";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-QVh3dJYIR3n1fmhZviI6ohb6SDQsQQPk1k8KpwKvghU=";
|
||||
hash = "sha256-SskpDZosJOPF2HhzclRI+8xd3ELtoxdeW8nWXrmI4hM=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user