Skip to content

Commit

Permalink
Make gitleaks not fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanya-atatakai committed Mar 18, 2024
1 parent 71fa367 commit 05bd986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 -v
gitleaks detect --source apps/autonolas-registry --report-format json --report-path autonolas-registry.json --exit-code 0 -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 -v
gitleaks detect --source apps/tokenomics --report-format json --report-path tokenomics.json --exit-code 0 -v

0 comments on commit 05bd986

Please sign in to comment.