File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,12 +82,12 @@ will refer to the name as `$CONTAINER_NAME` from now on.
82
82
83
83
## Running the List of Repositories
84
84
In this step we will download the list of repositories using a script
85
- [ kani-run -on-repos.sh] ( ../../scripts/exps/kani-run -on-repos.sh )
85
+ [ assess-scan -on-repos.sh] ( ../../scripts/exps/assess-scan -on-repos.sh )
86
86
87
87
Make sure to have Kani ready to run. For that, see the [ build instructions] ( cheat-sheets.md#build ) .
88
88
89
89
From the repository root, you can run the script with
90
- ` ./scripts/exps/kani-run -on-repos.sh $URL_LIST_FILE ` where
90
+ ` ./scripts/exps/assess-scan -on-repos.sh $URL_LIST_FILE ` where
91
91
` $URL_LIST_FILE ` points to a line-delimited list of URLs you want to
92
92
run Kani on. Repositories that give warnings or errors can be grepping
93
93
for with "STDERR Warnings" and "Error exit in" respectively.
You can’t perform that action at this time.
0 commit comments