File tree Expand file tree Collapse file tree 1 file changed +1
-27
lines changed
Expand file tree Collapse file tree 1 file changed +1
-27
lines changed Original file line number Diff line number Diff line change 7272 - name : Install Dependencies
7373 run : yarn install --frozen-lockfile
7474 - name : Run Check
75- run : yarn mythril
76-
77- slither :
78- runs-on : ubuntu-latest
79- permissions :
80- contents : read
81- security-events : write
82- steps :
83- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
84- - uses : actions/setup-node@v3
85- with :
86- node-version : 16
87- - name : Copy configuration file
88- run : cp .env.example .env
89- - name : Disable foundry
90- run : rm foundry.toml
91- 92- id : slither
93- with :
94- node-version : 16
95- sarif : results.sarif
96- fail-on : none
97- slither-config : slither.config.json
98- - name : Upload SARIF file
99- uses : github/codeql-action/upload-sarif@v2
100- with :
101- sarif_file : ${{ steps.slither.outputs.sarif }}
75+ run : yarn mythril
You can’t perform that action at this time.
0 commit comments