summary refs log tree commit diff
path: root/pkgs/development/tools/analysis
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-02-22 09:47:30 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2022-02-22 09:47:30 +0100
commit56d6192bfd3f53cf4189782d985e847665504e92 (patch)
tree3446792be7037e2b50fc2e3f5edd16251ed5ef08 /pkgs/development/tools/analysis
parenta177c97f7615705d4c66ac9777be7ffb2400582c (diff)
downloadnixpkgs-56d6192bfd3f53cf4189782d985e847665504e92.tar
nixpkgs-56d6192bfd3f53cf4189782d985e847665504e92.tar.gz
nixpkgs-56d6192bfd3f53cf4189782d985e847665504e92.tar.bz2
nixpkgs-56d6192bfd3f53cf4189782d985e847665504e92.tar.lz
nixpkgs-56d6192bfd3f53cf4189782d985e847665504e92.tar.xz
nixpkgs-56d6192bfd3f53cf4189782d985e847665504e92.tar.zst
nixpkgs-56d6192bfd3f53cf4189782d985e847665504e92.zip
checkov: 2.0.875 -> 2.0.885
Diffstat (limited to 'pkgs/development/tools/analysis')
-rw-r--r--pkgs/development/tools/analysis/checkov/default.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/pkgs/development/tools/analysis/checkov/default.nix b/pkgs/development/tools/analysis/checkov/default.nix
index 79efb55f081..392c05de37d 100644
--- a/pkgs/development/tools/analysis/checkov/default.nix
+++ b/pkgs/development/tools/analysis/checkov/default.nix
@@ -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 = [