Skip to content

Commit

Permalink
Deployed to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 18, 2023
1 parent 76d5b8d commit 38ae9d5
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
32 changes: 32 additions & 0 deletions all-hooks.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down Expand Up @@ -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)",
Expand Down
8 changes: 8 additions & 0 deletions hooks.html
Original file line number Diff line number Diff line change
Expand Up @@ -3926,6 +3926,10 @@ <h3 data-repo="https://github.com/gitguardian/gg-shield">
<code>ggshield-iac</code>
- Runs ggshield Infra as Code Security to detect IaC vulnerabilities and policy breaks.
</li>
<li data-id="ggshield-sca" data-types="">
<code>ggshield-sca</code>
- Runs ggshield Software Composition Analysis to detect vulnerabilities introduced by dependencies.
</li>
<li data-id="docker-ggshield" data-types="">
<code>docker-ggshield</code>
- Runs ggshield to detect hardcoded secrets, security vulnerabilities and policy breaks in docker images.
Expand All @@ -3938,6 +3942,10 @@ <h3 data-repo="https://github.com/gitguardian/gg-shield">
<code>ggshield-iac-push</code>
- Runs ggshield Infra as Code Security to detect IaC vulnerabilities and policy breaks.
</li>
<li data-id="ggshield-sca-push" data-types="">
<code>ggshield-sca-push</code>
- Runs ggshield Software Composition Analysis to detect vulnerabilities introduced by dependencies.
</li>
<li data-id="docker-ggshield-push" data-types="">
<code>docker-ggshield-push</code>
- Runs ggshield to detect hardcoded secrets, security vulnerabilities and policy breaks in docker images.
Expand Down

0 comments on commit 38ae9d5

Please sign in to comment.