Skip to content

Commit

Permalink
Updated README.md to point to proper docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
vjone-lw committed Mar 22, 2023
1 parent 0aa48a9 commit f7fc2a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion instance-discovery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Supports GCP & AWS. Azure VM support present, but not comprehensive for VMSS. In

## How to Run

`docker run -v ~/.lacework.toml:/home/user/.lacework.toml <repo>/instance-discovery --json`
`docker run -v ~/.lacework.toml:/home/user/.lacework.toml valerianjone807/instance-discovery --json`
`docker run -v ~/.lacework.toml:/home/user/.lacework.toml valerianjone807/instance-discovery --csv --profile <lacework profile> > whitespace-report.csv`

``` python
pip install -r requirements.txt
Expand Down

0 comments on commit f7fc2a2

Please sign in to comment.