Skip to content

Commit

Permalink
ADM-1006 [frontend]: fix the gitleaks
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou-yinyuan committed Sep 14, 2024
1 parent 72cc3aa commit 9307023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock \
-v "${PWD}:/path" \
ghcr.io/gitleaks/gitleaks:8.18.4 \
ghcr.io/gitleaks/gitleaks:v8.18.4 \
detect \
--source="/path" \
-v --redact
Expand Down

0 comments on commit 9307023

Please sign in to comment.