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 Jul 26, 2023
1 parent ad17514 commit a823112
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 3 deletions.
32 changes: 32 additions & 0 deletions all-hooks.json
Original file line number Diff line number Diff line change
Expand Up @@ -6670,6 +6670,22 @@
"language": "python",
"pass_filenames": false
},
{
"id": "ggshield-iac",
"name": "ggshield-iac (pre-commit)",
"entry": "ggshield",
"description": "Runs ggshield Infra as Code Security to detect IaC vulnerabilities and policy breaks.",
"stages": [
"commit"
],
"args": [
"iac",
"scan",
"pre-commit"
],
"language": "python",
"pass_filenames": false
},
{
"id": "docker-ggshield",
"name": "ggshield (pre-commit,docker)",
Expand All @@ -6694,6 +6710,22 @@
"language": "python",
"pass_filenames": false
},
{
"id": "ggshield-iac-push",
"name": "ggshield-iac (pre-push)",
"entry": "ggshield",
"description": "Runs ggshield Infra as Code Security to detect IaC vulnerabilities and policy breaks.",
"args": [
"iac",
"scan",
"pre-push"
],
"stages": [
"push"
],
"language": "python",
"pass_filenames": false
},
{
"id": "docker-ggshield-push",
"name": "ggshield (pre-push,docker)",
Expand Down
4 changes: 2 additions & 2 deletions build/main_bs5.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/main_bs5.css.map

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions hooks.html
Original file line number Diff line number Diff line change
Expand Up @@ -3914,6 +3914,10 @@ <h3 data-repo="https://github.com/gitguardian/gg-shield">
<code>ggshield</code>
- Runs ggshield to detect hardcoded secrets, security vulnerabilities and policy breaks.
</li>
<li data-id="ggshield-iac" data-types="">
<code>ggshield-iac</code>
- Runs ggshield Infra as Code Security to detect IaC vulnerabilities and policy breaks.
</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 @@ -3922,6 +3926,10 @@ <h3 data-repo="https://github.com/gitguardian/gg-shield">
<code>ggshield-push</code>
- Runs ggshield to detect hardcoded secrets, security vulnerabilities and policy breaks.
</li>
<li data-id="ggshield-iac-push" data-types="">
<code>ggshield-iac-push</code>
- Runs ggshield Infra as Code Security to detect IaC vulnerabilities and policy breaks.
</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 a823112

Please sign in to comment.