Skip to content

Commit

Permalink
Merge pull request #70 from lidofinance/feature/slither-fix
Browse files Browse the repository at this point in the history
Resolve CI issues
  • Loading branch information
bulbozaur authored May 7, 2024
2 parents c5f7c5f + 3fd946b commit 6326f7a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 40 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Slither Analysis

on:
push:
branches: [develop, master]
branches:
- '*'
pull_request:
branches: [develop]
branches: [develop, master]

jobs:
analyze:
Expand All @@ -19,15 +20,18 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.10.6"


- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Install poetry requirements
run: >
curl -sSL https://install.python-poetry.org | python - &&
poetry install
- name: Run slither
run: >
poetry run slither . --sarif results.sarif --fail-none
poetry run slither . --sarif results.sarif --fail-none --compile-force-framework foundry
- name: Check results.sarif presence
id: results
Expand Down
36 changes: 0 additions & 36 deletions .github/workflows/verify-bytecode.yml

This file was deleted.

1 change: 1 addition & 0 deletions remappings.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OpenZeppelin/[email protected]/=dependencies/OpenZeppelin/[email protected]

0 comments on commit 6326f7a

Please sign in to comment.