checkov: 2.3.360 -> 2.3.361
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/2.3.360...2.3.361 Changelog: https://github.com/bridgecrewio/checkov/releases/tag/2.3.361
This commit is contained in:
parent
e594a0fc14
commit
db0fdf9732
1 changed files with 2 additions and 2 deletions
|
@ -22,14 +22,14 @@ with py.pkgs;
|
|||
|
||||
buildPythonApplication rec {
|
||||
pname = "checkov";
|
||||
version = "2.3.360";
|
||||
version = "2.3.361";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bridgecrewio";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-3EyaJiApKm2Kaj1nAfadMyn/qnrx3on2rYQAXc6jG8E=";
|
||||
hash = "sha256-k357VjGB+mKsKsd+l0S2lMh1f5za5Htlm4AWEVisQss=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue