Merge pull request #174316 from fabaff/checkov-bump

checkov: 2.0.1153 -> 2.0.1160
This commit is contained in:
Sandro 2022-05-25 00:23:33 +02:00 committed by GitHub
commit c5856f7109
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,13 +32,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.1153";
version = "2.0.1160";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-9J7KvHUT6u8Dl9ElUmUgu/EC9p2gx52AB9prMFmyX2k=";
hash = "sha256-9vxmNJuRvBGJ9vBBx24C2CUirOpOpzfX7bxyOFrsAp4=";
};
nativeBuildInputs = with py.pkgs; [
@ -97,7 +97,7 @@ buildPythonApplication rec {
--replace "bc-python-hcl2==0.3.39" "bc-python-hcl2>=0.3.39" \
--replace "cyclonedx-python-lib>=0.11.0,<1.0.0" "cyclonedx-python-lib>=0.11.0" \
--replace "prettytable>=3.0.0" "prettytable" \
--replace "pycep-parser==0.3.4" "pycep-parser"
--replace "pycep-parser==0.3.6" "pycep-parser"
'';
preCheck = ''