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 2fe24da
Show file tree
Hide file tree
Showing 4 changed files with 17,030 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/autonolas-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
go-version: '1.17.7'
- run: |
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 && \
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 --source apps/autonolas-registry --report-format json --report-path autonolas-registry.json --exit-code 0 -v
gitleaks detect -b apps/autonolas-registry/gitleaks-report.json -s apps/autonolas-registry -v
6 changes: 3 additions & 3 deletions .github/workflows/tokenomics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
go-version: '1.17.7'
- run: |
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 && \
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 --source apps/tokenomics --report-format json --report-path tokenomics.json --exit-code 0 -v
gitleaks detect -b apps/tokenomics/gitleaks-report.json -s apps/tokenomics -v
Loading

0 comments on commit 2fe24da

Please sign in to comment.