Skip to content

Commit 43ad299

Browse files
Update Cargo.toml package version
1 parent ee78a33 commit 43ad299

8 files changed

Lines changed: 17 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gitrack"
3-
version = "1.1.0"
3+
version = "2.0.0"
44
edition = "2021"
55
authors = ["containerscrew info@containerscrew.com"]
66
repository = "https://github.com/containerscrew/gitrack"

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@
2525
- [pre-commit](#pre-commit)
2626
- [Local container](#local-container)
2727
- [Examples](#examples)
28-
- [Scan personal folder summarized](#scan-personal-folder-summarized)
29-
- [Scan specific folder with details](#scan-specific-folder-with-details)
28+
- [Scan folder containing git repositories](#scan-folder-containing-git-repositories)
29+
- [Scan untracked repositories](#scan-untracked-repositories)
30+
- [Scan untracked repositories with verbose](#scan-untracked-repositories-with-verbose)
3031
- [Diff files](#diff-files)
32+
- [Exclude directories](#exclude-directories)
3133
- [TODO](#todo)
3234
- [License](#license)
3335

@@ -185,18 +187,26 @@ docker run -it --rm -w /app -h gitrack --name gitrack -v $PWD:/app docker.io/rus
185187

186188
# Examples
187189

188-
## Scan personal folder summarized
190+
## Scan folder containing git repositories
189191

190192
![example1](img/example1.png)
191193

192-
## Scan specific folder with details
194+
## Scan untracked repositories
193195

194196
![example2](img/example2.png)
195197

196-
## Diff files
198+
## Scan untracked repositories with verbose
197199

198200
![example3](img/example3.png)
199201

202+
## Diff files
203+
204+
![example4](img/example4.png)
205+
206+
## Exclude directories
207+
208+
![example5](img/example5.png)
209+
200210
# TODO
201211

202212
* Implement git commit scan for sensitive data using regex. Just for fun. Like gitleaks does.

img/example1.png

11.5 KB
Loading

img/example2.png

-9.79 KB
Loading

img/example3.png

50.1 KB
Loading

img/example4.png

200 KB
Loading

img/example5.png

178 KB
Loading

0 commit comments

Comments
 (0)