File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,28 +17,28 @@ Check out all the options using
1717Use the one-liner below to immediately use the WebScanner from DockerHub:
1818
1919``` zsh
20- docker run --rm emeraldit/webscanner:1.0.0 URL_TO_CRAWL
20+ docker run --rm emeraldit/webscanner:1.0.1 URL_TO_CRAWL
2121```
2222
2323To run the docker command and send the output to your Slack, execute the image like this:
2424
2525``` zsh
26- docker run --rm -e SLACK_BOT_TOKEN=' your-slack-token' emeraldit/webscanner:1.0.0 --channel_id SLACK_ID URL_TO_CRAWL
26+ docker run --rm -e SLACK_BOT_TOKEN=' your-slack-token' emeraldit/webscanner:1.0.1 --channel_id SLACK_ID URL_TO_CRAWL
2727```
2828
2929You can also easily run the script using Docker.
3030Build the image:
3131
3232``` zsh
33- docker build --tag emeraldit/webscanner:1.0.0 .
33+ docker build --tag emeraldit/webscanner:1.0.1 .
3434```
3535
3636Run the image
3737
3838``` zsh
3939docker run --rm \
4040 --name webscanner.container \
41- emeraldit/webscanner:1.0.0 \
41+ emeraldit/webscanner:1.0.1 \
4242 --help
4343```
4444
@@ -47,7 +47,7 @@ or on powershell:
4747``` powershell
4848docker run --rm `
4949 --name webscanner.container `
50- emeraldit/webscanner:1.0.0 `
50+ emeraldit/webscanner:1.0.1 `
5151 --help
5252```
5353
You can’t perform that action at this time.
0 commit comments