Skip to content

Commit

Permalink
feat(action): update ggshield to 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agateau-gg committed Nov 28, 2023
1 parent 5a76f0f commit 9074c08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
fetch-depth: 0 # fetch all history so multiple commits can be scanned
- name: GitGuardian scan
uses: GitGuardian/ggshield-action@v1.21.0
uses: GitGuardian/ggshield-action@v1.22.0
env:
GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
with:
fetch-depth: 0 # fetch all history so multiple commits can be scanned
- name: GitGuardian scan
uses: GitGuardian/ggshield-action@v1.21.0
uses: GitGuardian/ggshield-action@v1.22.0
with:
args: -v --ignore-known-secrets
env:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ branding:
color: "blue"
runs:
using: "docker"
image: "docker://gitguardian/ggshield:v1.21.0"
image: "docker://gitguardian/ggshield:v1.22.0"
entrypoint: "/app/docker/actions-secret-entrypoint.sh"
args:
- ${{ inputs.args }}

0 comments on commit 9074c08

Please sign in to comment.