Skip to content

Commit

Permalink
Merge pull request NixOS#309614 from fabaff/checkov-bump
Browse files Browse the repository at this point in the history
checkov: 3.2.79 -> 3.2.82
  • Loading branch information
fabaff authored May 7, 2024
2 parents 0926e11 + 29f395b commit 37602ca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/tools/analysis/checkov/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
pname = "checkov";
version = "3.2.79";
version = "3.2.82";
pyproject = true;

src = fetchFromGitHub {
owner = "bridgecrewio";
repo = "checkov";
rev = "refs/tags/${version}";
hash = "sha256-FQTRvi4HLfYavaLjfXrngnT/1nOGVXvedaUq7nG6ZAk=";
hash = "sha256-lI18ZJXquESjPo2xNeN+YCpdTSMu2bdAfItnqi+5AjA=";
};

patches = [ ./flake8-compat-5.x.patch ];
Expand Down Expand Up @@ -123,6 +123,8 @@ python3.pkgs.buildPythonApplication rec {
"test_runner"
# AssertionError: assert ['<?xml versi...
"test_get_cyclonedx_report"
# Test fails on Hydra
"test_sast_js_filtered_files_by_ts"
];

disabledTestPaths = [
Expand Down

0 comments on commit 37602ca

Please sign in to comment.