Unverified Commit 5bde1c13 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #221571 from fabaff/checkov-bump

checkov: 2.3.95 -> 2.3.96
parents f6e06769 bd756e99
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -23,14 +23,14 @@ with py.pkgs;

buildPythonApplication rec {
  pname = "checkov";
  version = "2.3.95";
  version = "2.3.96";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "bridgecrewio";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-M7Qy7+yh1LZlMq3cN5HJ2IHea4qBlLr7ckT0v/PuunI=";
    hash = "sha256-jQ5VaOvJkxhZ0fHrNmkuFK+qmRUNdzR5XCWqWv1iBs4=";
  };

  patches = [
@@ -114,7 +114,7 @@ buildPythonApplication rec {
    # Tests are comparing console output
    "cli"
    "console"
    # Starting to fail after 2.3.95
    # Starting to fail after 2.3.96
    "test_runner_verify_secrets_skip"
  ];