Skip to content

Commit

Permalink
chore: Update gitleaks workflow to use latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed May 24, 2024
1 parent ff28069 commit 1ce1b63
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/gitleaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,4 @@ jobs:
wget https://github.com/zricethezav/gitleaks/releases/download/v8.10.1/gitleaks_8.10.1_linux_x64.tar.gz && \
tar -xzf gitleaks_8.10.1_linux_x64.tar.gz && \
sudo install gitleaks /usr/bin && \
gitleaks detect --report-format json --report-path leak_report -v
gitleaks detect --report-format json --report-path leak_report -v

0 comments on commit 1ce1b63

Please sign in to comment.