Merge pull request #161335 from fabaff/bump-checkov

checkov: 2.0.875 -> 2.0.885
This commit is contained in:
Fabian Affolter 2022-02-22 11:46:17 +01:00 committed by GitHub
commit 14bf68d3ef
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.875";
version = "2.0.885";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-ZM554FZayuxxf9dgbGcvfPoXm5rWjjZoNySnKpxRO/w=";
hash = "sha256-jhZ2LdCb7+4SMXcoWw9hKT77Qdiw+HWff0jkkvaci28=";
};
nativeBuildInputs = with py.pkgs; [
@ -106,11 +106,12 @@ buildPythonApplication rec {
"TestSarifReport"
# Will probably be fixed in one of the next releases
"test_valid_cyclonedx_bom"
"test_record_relative_path_with_direct_oberlay"
"test_record_relative_path_with_direct_prod2_oberlay"
"test_record_relative_path_with"
"test_record_relative_path_with_relative_dir"
# Requires prettytable release which is only available in staging
"test_skipped_check_exists"
"test_record_relative_path_with_relative_dir"
# AssertionError: 0 not greater than 0
"test_skip_mapping_default"
];
disabledTestPaths = [