File tree Expand file tree Collapse file tree 5 files changed +2054
-111108
lines changed Expand file tree Collapse file tree 5 files changed +2054
-111108
lines changed Original file line number Diff line number Diff line change 1+ name : Slither Analysis 
2+ 
3+ on :
4+   workflow_dispatch :
5+   pull_request :
6+ 
7+ jobs :
8+   analyze :
9+     runs-on : ubuntu-latest 
10+     steps :
11+       - uses : actions/checkout@v4 
12+ 
13+       - name : Run Slither 
14+         uses : crytic/slither-action@v0.3.1 
15+         id : slither 
16+         with :
17+           sarif : results.sarif 
18+           fail-on : medium 
19+ 
20+       - name : Upload SARIF file 
21+         if : always() 
22+         uses : github/codeql-action/upload-sarif@v3 
23+         with :
24+           sarif_file : ${{ steps.slither.outputs.sarif }} 
Original file line number Diff line number Diff line change 33	url  =  https://github.com/foundry-rs/forge-std 
44[submodule  "lib/nitro-contracts "]
55	path  =  lib/nitro-contracts 
6- 	url  =  git@ github.com: OffchainLabs/nitro-contracts.git
7- 	branch  =  v1.1.0  
6+ 	url  =  https:// github.com/ OffchainLabs/nitro-contracts.git
7+ 	branch  =  v1.2.1  
Original file line number Diff line number Diff line change 33coverage 
44deployments 
55dist 
6- slither.db.json 
76lib 
87out 
Original file line number Diff line number Diff line change 1+ {
2+   "exclude_dependencies" : true ,
3+   "exclude_informational" : true ,
4+   "exclude_low" : true ,
5+   "exclude_optimization" : true ,
6+   "filter_paths" : " contracts/tokenbridge/test|node_modules/" 
7+ }
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments