Skip to content

Commit

Permalink
Merge pull request #7 from GitGuardian/agateau/use-latest-docker
Browse files Browse the repository at this point in the history
chore: use latest Docker image
  • Loading branch information
agateau-gg authored Feb 23, 2023
2 parents 5dde1c1 + 479e0cf commit acf3819
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 20 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ jobs:
GITHUB_PULL_BASE_SHA: ${{ github.event.pull_request.base.sha }}
GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}
GITGUARDIAN_API_URL: ${{ secrets.GITGUARDIAN_API_URL }}
5 changes: 0 additions & 5 deletions Dockerfile

This file was deleted.

3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ branding:
color: "blue"
runs:
using: "docker"
image: "Dockerfile"
image: "docker://gitguardian/ggshield:latest"
entrypoint: "/app/docker/actions-secret-entrypoint.sh"
args:
- ${{ inputs.args }}
13 changes: 0 additions & 13 deletions entrypoint.sh

This file was deleted.

0 comments on commit acf3819

Please sign in to comment.