Merge pull request #221571 from fabaff/checkov-bump

checkov: 2.3.95 -> 2.3.96
This commit is contained in:
Fabian Affolter 2023-03-17 08:14:17 +01:00 committed by GitHub
commit 5bde1c13f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,14 +23,14 @@ with py.pkgs;
buildPythonApplication rec { buildPythonApplication rec {
pname = "checkov"; pname = "checkov";
version = "2.3.95"; version = "2.3.96";
format = "setuptools"; format = "setuptools";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bridgecrewio"; owner = "bridgecrewio";
repo = pname; repo = pname;
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-M7Qy7+yh1LZlMq3cN5HJ2IHea4qBlLr7ckT0v/PuunI="; hash = "sha256-jQ5VaOvJkxhZ0fHrNmkuFK+qmRUNdzR5XCWqWv1iBs4=";
}; };
patches = [ patches = [
@ -114,7 +114,7 @@ buildPythonApplication rec {
# Tests are comparing console output # Tests are comparing console output
"cli" "cli"
"console" "console"
# Starting to fail after 2.3.95 # Starting to fail after 2.3.96
"test_runner_verify_secrets_skip" "test_runner_verify_secrets_skip"
]; ];