Unverified Commit 0438c163 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #233559 from fabaff/checkov-bump

checkov: 2.3.246 -> 2.3.251
parents 56b9bd02 3184adc3
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@ with py.pkgs;

buildPythonApplication rec {
  pname = "checkov";
  version = "2.3.246";
  version = "2.3.251";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "bridgecrewio";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-IDyDvwpCB/rZkaAWmAvudctT3FDDCKentqJVfM/YV7s=";
    hash = "sha256-qbnGibGpAH5Lg2VuJBLx+Jdh6/IYkk54SA8Gr8UtnYg=";
  };

  patches = [
@@ -74,6 +74,7 @@ buildPythonApplication rec {
    jmespath
    jsonschema
    junit-xml
    license-expression
    networkx
    openai
    packaging
@@ -82,6 +83,7 @@ buildPythonApplication rec {
    pycep-parser
    pyyaml
    semantic-version
    spdx-tools
    tabulate
    termcolor
    tqdm