Merge pull request #227659 from fabaff/checkov-bump

checkov: 2.3.150 -> 2.3.192
This commit is contained in:
Mario Rodas 2023-04-22 22:18:50 -05:00 committed by GitHub
commit 57c23ea1f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,14 +22,14 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.3.150";
version = "2.3.192";
format = "setuptools";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-AgYI3V5xJT6LEZYrJV8nO/86MMp5deuTdLhnUHdrge4=";
hash = "sha256-vTn6Fum47wpgpICyiL+s6azhAgqzLj2w7wntypsatiU=";
};
patches = [
@ -116,8 +116,8 @@ buildPythonApplication rec {
# Tests are comparing console output
"cli"
"console"
# Starting to fail after 2.3.96
"test_runner_verify_secrets_skip"
# Starting to fail after 2.3.192
"test_non_multiline_pair"
];
disabledTestPaths = [