From 38ae9d5aadba7b94ae257d18fed21b6b00cc8ad3 Mon Sep 17 00:00:00 2001 From: Github Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 08:33:54 +0000 Subject: [PATCH] Deployed to github pages --- all-hooks.json | 32 ++++++++++++++++++++++++++++++++ hooks.html | 8 ++++++++ 2 files changed, 40 insertions(+) diff --git a/all-hooks.json b/all-hooks.json index 447dd81b..c8ff7377 100644 --- a/all-hooks.json +++ b/all-hooks.json @@ -6705,6 +6705,22 @@ "language": "python", "pass_filenames": false }, + { + "id": "ggshield-sca", + "name": "ggshield-sca (pre-commit)", + "entry": "ggshield", + "description": "Runs ggshield Software Composition Analysis to detect vulnerabilities introduced by dependencies.", + "stages": [ + "commit" + ], + "args": [ + "sca", + "scan", + "pre-commit" + ], + "language": "python", + "pass_filenames": false + }, { "id": "docker-ggshield", "name": "ggshield (pre-commit,docker)", @@ -6745,6 +6761,22 @@ "language": "python", "pass_filenames": false }, + { + "id": "ggshield-sca-push", + "name": "ggshield-sca (pre-push)", + "entry": "ggshield", + "description": "Runs ggshield Software Composition Analysis to detect vulnerabilities introduced by dependencies.", + "args": [ + "sca", + "scan", + "pre-push" + ], + "stages": [ + "push" + ], + "language": "python", + "pass_filenames": false + }, { "id": "docker-ggshield-push", "name": "ggshield (pre-push,docker)", diff --git a/hooks.html b/hooks.html index f7458721..0063705b 100644 --- a/hooks.html +++ b/hooks.html @@ -3926,6 +3926,10 @@

ggshield-iac - Runs ggshield Infra as Code Security to detect IaC vulnerabilities and policy breaks. +
  • + ggshield-sca + - Runs ggshield Software Composition Analysis to detect vulnerabilities introduced by dependencies. +
  • docker-ggshield - Runs ggshield to detect hardcoded secrets, security vulnerabilities and policy breaks in docker images. @@ -3938,6 +3942,10 @@

    ggshield-iac-push - Runs ggshield Infra as Code Security to detect IaC vulnerabilities and policy breaks.

  • +
  • + ggshield-sca-push + - Runs ggshield Software Composition Analysis to detect vulnerabilities introduced by dependencies. +
  • docker-ggshield-push - Runs ggshield to detect hardcoded secrets, security vulnerabilities and policy breaks in docker images.