Skip to content

Commit

Permalink
ggshield: 1.34.0 -> 1.35.0 (NixOS#372596)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Jan 10, 2025
2 parents 41b77fa + 4ab8bc3 commit aba31c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/tools/security/ggshield/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

python3.pkgs.buildPythonApplication rec {
pname = "ggshield";
version = "1.34.0";
version = "1.35.0";
pyproject = true;

src = fetchFromGitHub {
owner = "GitGuardian";
repo = "ggshield";
tag = "v${version}";
hash = "sha256-RNQD862m1p8ooFbV8k7yDW9GzP5vPQ8hgerMpvDdXAs=";
hash = "sha256-ystZS5TYmu6Y86lGTAEXzQlV2/eowQJ+UQqLPtvwdpE=";
};

pythonRelaxDeps = true;
Expand Down Expand Up @@ -43,6 +43,7 @@ python3.pkgs.buildPythonApplication rec {
++ (with python3.pkgs; [
jsonschema
pyfakefs
pytest-factoryboy
pytest-mock
pytest-voluptuous
pytestCheckHook
Expand All @@ -59,6 +60,7 @@ python3.pkgs.buildPythonApplication rec {
"tests/unit/cmd/iac"
"tests/unit/cmd/sca/"
"tests/unit/cmd/scan/"
"tests/test_factories.py"
];

disabledTests = [
Expand Down

0 comments on commit aba31c1

Please sign in to comment.