Skip to content

Commit

Permalink
Merge branch 'main' into db/update-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter authored Sep 25, 2024
2 parents 5da3399 + 4659b06 commit 309d88a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/secrets_scanner.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Leaked Secrets Scan
on:
pull_request:
merge_group:
jobs:
TruffleHog:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- name: TruffleHog OSS
uses: trufflesecurity/trufflehog@7e78ca385fb82c19568c7a4b341c97d57d9aa5e1 # v3.82.2
with:
path: ./
base: ${{ github.event.repository.default_branch }}
head: HEAD
extra_args: --debug --only-verified
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
# 📖 Foundry ZKsync Book

A book on all things foundry ZKsync. [Read now](https://foundry-book.zksync.io/).

4 changes: 1 addition & 3 deletions src/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ Foundryup-zksync is the Foundry-ZKsync toolchain installer. You can find more ab
Open your terminal and run the following command from the repository:

```sh
git clone https://github.com/matter-labs/foundry-zksync.git
cd foundry-zksync/foundryup-zksync
./install.sh
curl -L https://raw.githubusercontent.com/matter-labs/foundry-zksync/main/install-foundry-zksync | bash
```

This will install Foundryup-zksync, then simply follow the instructions on-screen,
Expand Down

0 comments on commit 309d88a

Please sign in to comment.