mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
Merge pull request #175208 from fabaff/checkov-bump
checkov: 2.0.1161 -> 2.0.1162
This commit is contained in:
commit
ff7000c9b6
1 changed files with 4 additions and 3 deletions
|
@ -32,13 +32,14 @@ with py.pkgs;
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "checkov";
|
pname = "checkov";
|
||||||
version = "2.0.1161";
|
version = "2.0.1162";
|
||||||
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bridgecrewio";
|
owner = "bridgecrewio";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-EJpmJ6/Q5j8olY0hD2wX2zeF0cTwFQuaMsno2zXRfvI=";
|
hash = "sha256-WE0pND22DucKBSY4rtZfPH9AKgBslCoUOj45Rkd9qBc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with py.pkgs; [
|
nativeBuildInputs = with py.pkgs; [
|
||||||
|
@ -63,6 +64,7 @@ buildPythonApplication rec {
|
||||||
docker
|
docker
|
||||||
dockerfile-parse
|
dockerfile-parse
|
||||||
dpath
|
dpath
|
||||||
|
flake8
|
||||||
GitPython
|
GitPython
|
||||||
jmespath
|
jmespath
|
||||||
jsonpath-ng
|
jsonpath-ng
|
||||||
|
@ -95,7 +97,6 @@ buildPythonApplication rec {
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
--replace "bc-python-hcl2==" "bc-python-hcl2>=" \
|
--replace "bc-python-hcl2==" "bc-python-hcl2>=" \
|
||||||
--replace "cyclonedx-python-lib>=0.11.0,<1.0.0" "cyclonedx-python-lib>=0.11.0" \
|
|
||||||
--replace "prettytable>=3.0.0" "prettytable" \
|
--replace "prettytable>=3.0.0" "prettytable" \
|
||||||
--replace "pycep-parser==0.3.6" "pycep-parser"
|
--replace "pycep-parser==0.3.6" "pycep-parser"
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue