mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-05 07:06:16 +03:00
Use gitleaks from ghcr.io instead of docker.io
This commit is contained in:
parent
589c4c20c3
commit
8b2d7b758d
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user