Unverified Commit 74eb4c1e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

checkov: 3.2.513 -> 3.2.521 (#509711)

parents 04c6f810 facac4e9
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -35,14 +35,14 @@ let
in
python3.pkgs.buildPythonApplication (finalAttrs: {
  pname = "checkov";
  version = "3.2.513";
  version = "3.2.521";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "bridgecrewio";
    repo = "checkov";
    tag = finalAttrs.version;
    hash = "sha256-diPsVe8fhWKHMn02qKK91MwPqXNVFpmE8n5e9JJsDCM=";
    hash = "sha256-xRVA5VPDevdq4LIcJRl/fbCn9iZA+pnw2hvDfHi0MIo=";
  };

  pythonRelaxDeps = [
@@ -106,6 +106,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
    networkx
    openai
    packaging
    platformdirs
    policyuniverse
    prettytable
    pycep-parser
@@ -158,6 +159,8 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
    "test_sast_js_filtered_files_by_ts"
    # Timing sensitive
    "test_non_multiline_pair_time_limit_creating_report"
    # Tests want to run bash script
    "test_entrypoint"
  ];

  disabledTestPaths = [