We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d93dfe7 commit abe8fc8Copy full SHA for abe8fc8
.github/workflows/build.yml
@@ -30,3 +30,14 @@ jobs:
30
uses: coverallsapp/github-action@master
31
with:
32
github-token: ${{ secrets.GITHUB_TOKEN }}
33
+ - name: Slither Static Analysis
34
+ uses: Tenderize/slither-static-analysis-action@v0.3.2
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: "."
0 commit comments