Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JOSHUAJEBARAJ committed Nov 12, 2021
1 parent d940569 commit 0080989
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -3,6 +3,7 @@ CLI based tools to find the secrets in docker Images

This tool use [detect-secrets](https://github.com/ibm/detect-secrets) to find the secrets in the docker Image file system

![](./static/logo.png)

### Pre-requisite

Expand Down Expand Up @@ -41,6 +42,8 @@ docker pull imagename:tag
docker-secrets scan <image=name>:tag
```

![](./static/2021-11-12-13-11-16.png)

### Note

By default the below command will be executed for detect-secrets.
Expand All @@ -53,3 +56,4 @@ If you want to make change to the command , You can change it [here](https://git

- [] Ability to pull the image if it is not present in the local system
- [] Resolve the symlink error while extracting

0 comments on commit 0080989

Please sign in to comment.