about summary refs log tree commit diff
path: root/pkgs/development/tools/analysis
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-05-18 14:42:02 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-05-18 14:42:02 +0200
commit731b00074fc6dac1dbc69e6cb50f3a4b1476c920 (patch)
treebe02c402cde39ad3df4560ebb3b855afe89307cd /pkgs/development/tools/analysis
parentdb8103f909784ad7ccb000f1c499f73f63d06720 (diff)
checkov: 2.3.237 -> 2.3.246
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/2.3.237...2.3.246

Changelog: https://github.com/bridgecrewio/checkov/releases/tag/2.3.246
Diffstat (limited to 'pkgs/development/tools/analysis')
-rw-r--r--pkgs/development/tools/analysis/checkov/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/tools/analysis/checkov/default.nix b/pkgs/development/tools/analysis/checkov/default.nix
index b48ca6fe9f615..6abd3e06c9306 100644
--- a/pkgs/development/tools/analysis/checkov/default.nix
+++ b/pkgs/development/tools/analysis/checkov/default.nix
@@ -22,14 +22,14 @@ with py.pkgs;
 
 buildPythonApplication rec {
   pname = "checkov";
-  version = "2.3.237";
+  version = "2.3.246";
   format = "setuptools";
 
   src = fetchFromGitHub {
     owner = "bridgecrewio";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-7ugTfWv6CRj5vsrT1DvfaR39Ytct3tse+2210WBHP9g=";
+    hash = "sha256-IDyDvwpCB/rZkaAWmAvudctT3FDDCKentqJVfM/YV7s=";
   };
 
   patches = [
@@ -121,6 +121,7 @@ buildPythonApplication rec {
     "test_secret_value_in_keyword"
     "test_runner_verify_secrets_skip_invalid_suppressed"
     "test_runner_verify_secrets_skip_all_no_effect"
+    "test_runner"
   ];
 
   disabledTestPaths = [