Skip to content

Commit

Permalink
chore: use new version of slither ci
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtekgrinder committed May 7, 2024
1 parent b3389ab commit 2cffd77
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,17 +223,14 @@ jobs:
- name: Compile foundry
run: forge clean && forge build --build-info --force --skip "*/test/**" "*/scripts/**"

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: "Install Slither"
run: "python3 -m pip install slither-analyzer"

- name: "Run Slither analysis"
run: "slither . --ignore-compile --sarif results.sarif --fail-none"
# - name: "Install Slither"
# run: "python3 -m pip install slither-analyzer"
#
# - name: "Run Slither analysis"
# run: "slither . --ignore-compile --sarif results.sarif --fail-none"

- name: "Run Slither analysis"
uses: "crytic/slither-action@v0.3.2"
uses: "crytic/slither-action@v0.4.0"
id: "slither"
with:
ignore-compile: true
Expand Down

0 comments on commit 2cffd77

Please sign in to comment.