Skip to content

Commit

Permalink
Merge pull request #24 from lidofinance/green-checkmark
Browse files Browse the repository at this point in the history
chore: Make slither chekmark green
  • Loading branch information
TheDZhon authored Sep 28, 2022
2 parents 42f2f96 + 61a1e3b commit 999f9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Run slither
run: >
poetry run slither . --sarif results.sarif
poetry run slither . --sarif results.sarif || true
- name: Check results.sarif presence
id: results
Expand Down

0 comments on commit 999f9a4

Please sign in to comment.