Skip to content

Commit c7c3ae0

Browse files
author
Reuben Rodrigues
committed
CI: Slither Analysis
1 parent d93dfe7 commit c7c3ae0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/build.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,14 @@ jobs:
3030
uses: coverallsapp/github-action@master
3131
with:
3232
github-token: ${{ secrets.GITHUB_TOKEN }}
33+
- name: Slither Static Analysis
34+
uses: Tenderize/slither-static-analysis-action@master
35+
with:
36+
slither-version: '0.6.13'
37+
run-npm-install: true
38+
high-threshold: 1
39+
medium-threshold: 1
40+
low-threshold: 1
41+
optimization-threshold: 1
42+
informative-threshold: 10
43+
projectPath: "./contracts/"

0 commit comments

Comments
 (0)