Skip to content

Commit

Permalink
Fix gitleaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanya-atatakai committed Mar 19, 2024
1 parent 70ad7c2 commit 4803963
Show file tree
Hide file tree
Showing 4 changed files with 1,918 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/autonolas-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,14 @@ jobs:
with:
go-version: '1.17.7'
- run: |
<<<<<<< Updated upstream
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 --source apps/autonolas-registry --report-format json --report-path autonolas-registry.json --exit-code 0 -v
=======
wget https://github.com/zricethezav/gitleaks/releases/download/v8.18.2/gitleaks_8.18.2_linux_arm64.tar.gz && \
tar -xzf gitleaks_8.18.2_linux_arm64.tar.gz && \
sudo install gitleaks /usr/bin && \
gitleaks detect -b apps/autonolas-registry/gitleaks-report.json -s apps/autonolas-registry -v
>>>>>>> Stashed changes
7 changes: 7 additions & 0 deletions .github/workflows/tokenomics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,14 @@ jobs:
with:
go-version: '1.17.7'
- run: |
<<<<<<< Updated upstream
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 --source apps/tokenomics --report-format json --report-path tokenomics.json --exit-code 0 -v
=======
wget https://github.com/zricethezav/gitleaks/releases/download/v8.18.2/gitleaks_8.18.2_linux_arm64.tar.gz && \
tar -xzf gitleaks_8.18.2_linux_arm64.tar.gz && \
sudo install gitleaks /usr/bin && \
gitleaks detect -b apps/tokenomics/gitleaks-report.json -s apps/tokenomics -v
>>>>>>> Stashed changes
Loading

0 comments on commit 4803963

Please sign in to comment.