File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,19 @@ See how this works on Youtube - https://youtu.be/LuPXE7UJKOY
4141 pip3 install hawk-scanner
4242 ```
4343
44+ ## How to use hawk-eye?
45+ ### Using Docker hub (Fastest & Easiest approach)
46+ ```
47+ docker run --rm \
48+ --platform linux/amd64 \
49+ -v /Users/kumarohit/Desktop/Projects/hawk-eye/connection.yml:/app/connection.yml \
50+ -v /Users/kumarohit/Desktop/Projects/hawk-eye/fingerprint.yml:/app/fingerprint.yml \
51+ rohitcoder/hawk-eye \
52+ slack --connection /app/connection.yml --fingerprint /app/fingerprint.yml
53+ ```
54+ Just mount connection.yml and fingerprint.yml file in the container and run the command you want to run.
4455
45- ### Examples
56+ ### Using hawk-eye binaries
46571 . Example working command (Use all/fs/s3/gcs etc...)
4758 ``` bash
4859 hawk_scanner all --connection connection.yml --fingerprint fingerprint.yml --json output.json --debug
You can’t perform that action at this time.
0 commit comments