checkov: 3.2.296 -> 3.2.316, python312Packages.bc-detect-secrets: 1.5.18 -> 1.5.27 (#359281)
This commit is contained in:
commit
b6fff454c2
@ -17,7 +17,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "bc-detect-secrets";
|
||||
version = "1.5.18";
|
||||
version = "1.5.27";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
||||
owner = "bridgecrewio";
|
||||
repo = "detect-secrets";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-5PGEpdCMS9AerX9GZDFen7nhwPY393g1zo9Th9lUOE0=";
|
||||
hash = "sha256-nfqJTiQpyX3qsmhGXgE91895P+eGBZApDL7EKT/36hQ=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
@ -6,14 +6,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "checkov";
|
||||
version = "3.2.296";
|
||||
version = "3.2.316";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bridgecrewio";
|
||||
repo = "checkov";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-lHfAbgi5Ut3vwkEqIEXrvBFhEn1exIEB1PZmbVnqKbU=";
|
||||
hash = "sha256-dPjeKMDRPuT0zh7VXeTvw42YRElorJPEQHjrEllKgfA=";
|
||||
};
|
||||
|
||||
patches = [ ./flake8-compat-5.x.patch ];
|
||||
@ -119,6 +119,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
"console"
|
||||
# Assertion error
|
||||
"test_runner"
|
||||
"test_same_resources_in_report_and_coordinator"
|
||||
# AssertionError: assert ['<?xml versi...
|
||||
"test_get_cyclonedx_report"
|
||||
# Test fails on Hydra
|
||||
|
Loading…
Reference in New Issue
Block a user