checkov: 2.3.281 -> 2.3.283
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/2.3.281...2.3.283 Changelog: https://github.com/bridgecrewio/checkov/releases/tag/2.3.283
This commit is contained in:
parent
315e7a5313
commit
40b5309a01
@ -22,14 +22,14 @@ with py.pkgs;
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "checkov";
|
||||
version = "2.3.281";
|
||||
version = "2.3.283";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bridgecrewio";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-ESekvthtLMSwAlwcFHEZ+6uVDr+BHgmrnTMwS/BauQw=";
|
||||
hash = "sha256-2NiDCzbZR82wQeRRTeKLx6FZe25k4wmzACCWNUJG+yI=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user