Merge pull request #158403 from fabaff/bump-checkov

checkov: 2.0.793 -> 2.0.795
This commit is contained in:
Fabian Affolter 2022-02-07 08:19:16 +01:00 committed by GitHub
commit 70d460d89c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,13 +22,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.793";
version = "2.0.795";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-puOP0gXPtX67ZT2bANkjJpi4pCBOhK199ukfU2BsnRM=";
hash = "sha256-Mlyjw9ngLlzhhgtNARWaA1KCuZkKUEcElPIH8tjmlBQ=";
};
nativeBuildInputs = with py.pkgs; [
@ -97,6 +97,7 @@ buildPythonApplication rec {
# 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"
# Requires prettytable release which is only available in staging
"test_skipped_check_exists"
"test_record_relative_path_with_relative_dir"