Skip to content

Commit

Permalink
chore: use public git-leaks (#11)
Browse files Browse the repository at this point in the history
Replace Faire's private git-leaks with public one.
  • Loading branch information
Nava2 authored Aug 16, 2024
1 parent ee4cb06 commit ac0a22a
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/gitleaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,9 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
repository: Faire/secrets-detector
ssh-key: ${{ secrets.SECRETS_DETECTOR_SSH_KEY }}
ref: main
path: ./github/secrets-action

- name: Run private action
uses: ./github/secrets-action
with:
access-token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE}}

0 comments on commit ac0a22a

Please sign in to comment.