3
0
Fork 0
forked from mirrors/nixpkgs

checkov: 2.0.793 -> 2.0.795

This commit is contained in:
Fabian Affolter 2022-02-06 22:39:47 +01:00
parent 6fde51c268
commit 938a2af392

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"