Skip to content

Commit

Permalink
fix(workflow): update slither-analyzer
Browse files Browse the repository at this point in the history
Signed-off-by: Sophia Koehler <[email protected]>
  • Loading branch information
sophia1ch committed Jan 3, 2025
1 parent 81fad4c commit 2f85c50
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ jobs:
with:
node-version: '18'

- name: Install Python dependencies
run: |
sudo apt-get update
sudo apt-get install -y python3 python3-pip python3.10-venv build-essential
- name: Install dependencies
run: yarn

Expand All @@ -46,7 +41,7 @@ jobs:

- name: Static analysis
run: |
pip3 install slither-analyzer==0.8.3
pip3 install slither-analyzer==0.10.4
slither --exclude solc-version,timestamp,boolean-equality,unimplemented-functions,locked-ether --filter-paths vendor/ .
# Alternatively, one can use Docker:
# WORKDIR=/share docker run --rm -v $(pwd):$WORKDIR -w $WORKDIR --entrypoint slither trailofbits/eth-security-toolbox [insert slither parameters here]
Expand Down

0 comments on commit 2f85c50

Please sign in to comment.