checkov: 3.0.37 -> 3.0.38
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/3.0.37...3.0.38 Changelog: https://github.com/bridgecrewio/checkov/releases/tag/3.0.38
This commit is contained in:
parent
e4ce4800b9
commit
07de87de8b
@ -5,14 +5,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "checkov";
|
||||
version = "3.0.37";
|
||||
version = "3.0.38";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bridgecrewio";
|
||||
repo = "checkov";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-cRc5mBMTh5HCqq5hKfvJmYROs74ZiWjX17cgQv7ub+I=";
|
||||
hash = "sha256-2ObPi+wrxvoVWjASmp0KSPMLFuIGdWNWK4jRrZC9ODE=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user