Use gitleaks from ghcr.io instead of docker.io

This commit is contained in:
Filipe PINTO 2022-11-30 15:48:14 +01:00 committed by GitHub
parent 589c4c20c3
commit 8b2d7b758d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ jobs:
- name: Git leaks
uses: addnab/docker-run-action@v3
with:
image: zricethezav/gitleaks:latest
image: ghcr.io/zricethezav/gitleaks:latest
options: --volume ${{ github.workspace }}:/work:rw --workdir /work --privileged --env CARGO_TERM_COLOR=always
run: gitleaks detect --verbose --config .github/workflows/config/gitleaks.toml