Skip to content

Commit

Permalink
Use official Docker image in docker run (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
atombrella committed May 17, 2021
1 parent 789d1af commit 025694d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -68,7 +68,7 @@ There are a number of Docker options available
To run:

```bash
docker run --rm -it -v "$(pwd):/src" liamg/tfsec /src
docker run --rm -it -v "$(pwd):/src" tfsec/tfsec /src
```

## Use with Visual Studio Code
Expand Down

0 comments on commit 025694d

Please sign in to comment.