Skip to content

Commit

Permalink
Convert action to run path scan.
Browse files Browse the repository at this point in the history
  • Loading branch information
irgeek authored May 30, 2024
1 parent 8f19f0b commit 608fed7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ branding:
runs:
using: "docker"
image: "docker://gitguardian/ggshield:v1.28.0"
entrypoint: "/app/docker/actions-secret-entrypoint.sh"
entrypoint: "/bin/bash"
args:
- ${{ inputs.args }}
- c
- ggshield secret scan --recursive ${{ inputs.args }} path .

0 comments on commit 608fed7

Please sign in to comment.