Skip to content

Commit

Permalink
CI: Slither Analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Reuben Rodrigues committed Oct 25, 2021
1 parent d93dfe7 commit d577320
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,14 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Slither Static Analysis
uses: Tenderize/[email protected]
with:
slither-version: '0.6.13'
run-npm-install: true
high-threshold: 1
medium-threshold: 1
low-threshold: 1
optimization-threshold: 1
informative-threshold: 10
projectPath: "./contracts/."

0 comments on commit d577320

Please sign in to comment.