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 98c6a33
Show file tree
Hide file tree
Showing 4 changed files with 484 additions and 125 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autonolas-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,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 --source apps/autonolas-registry --report-format json --report-path autonolas-registry.json --exit-code 0 -v
gitleaks detect -r apps/autonolas-registry/gitleaks-report.json -s apps/autonolas-registry -v
2 changes: 1 addition & 1 deletion .github/workflows/tokenomics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,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 --source apps/tokenomics --report-format json --report-path tokenomics.json --exit-code 0 -v
gitleaks detect -r apps/tokenomics/gitleaks-report.json -s apps/tokenomics -v
Loading

0 comments on commit 98c6a33

Please sign in to comment.