diff --git a/README.md b/README.md index b89328e..b5bad40 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,9 @@ docker run -i --rm -v $PWD/tests/basic:/scandir simonkowallik/irulescan ```

+ +

Scanning a single file (`$PWD/tests/tcl/catch.tcl`): @@ -66,7 +68,9 @@ docker run -i --rm -v $PWD/tests/tcl/catch.tcl:/scandir/catch.tcl simonkowallik/ ```

+ +

Invoking irulescan directly: @@ -99,11 +103,13 @@ docker run -it --rm -p 80:80 simonkowallik/irulescan:apiserver Scanning a single file: ```sh -curl -s http://localhost/scan/ --data-binary @tests/basic/dangerous.tcl +curl -s http://localhost/scan/ --data-binary '@tests/basic/dangerous.tcl' ```

+ +

Scanning multiple files: @@ -113,13 +119,17 @@ curl -s http://localhost/scanfiles/ -F 'file=@tests/basic/warning.tcl' -F 'file= ```

+ +

Here is a demo of the Swagger UI:

+ simonkowallik/irulescan:apiserver +

## Additional resources