Skip to content

Commit

Permalink
Update Cargo.toml package version
Browse files Browse the repository at this point in the history
  • Loading branch information
containerscrew committed Aug 23, 2024
1 parent ee78a33 commit 43ad299
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gitrack"
version = "1.1.0"
version = "2.0.0"
edition = "2021"
authors = ["containerscrew info@containerscrew.com"]
repository = "https://github.com/containerscrew/gitrack"
Expand Down
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@
- [pre-commit](#pre-commit)
- [Local container](#local-container)
- [Examples](#examples)
- [Scan personal folder summarized](#scan-personal-folder-summarized)
- [Scan specific folder with details](#scan-specific-folder-with-details)
- [Scan folder containing git repositories](#scan-folder-containing-git-repositories)
- [Scan untracked repositories](#scan-untracked-repositories)
- [Scan untracked repositories with verbose](#scan-untracked-repositories-with-verbose)
- [Diff files](#diff-files)
- [Exclude directories](#exclude-directories)
- [TODO](#todo)
- [License](#license)

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

# Examples

## Scan personal folder summarized
## Scan folder containing git repositories

![example1](img/example1.png)

## Scan specific folder with details
## Scan untracked repositories

![example2](img/example2.png)

## Diff files
## Scan untracked repositories with verbose

![example3](img/example3.png)

## Diff files

![example4](img/example4.png)

## Exclude directories

![example5](img/example5.png)

# TODO

* Implement git commit scan for sensitive data using regex. Just for fun. Like gitleaks does.
Expand Down
Binary file modified img/example1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/example2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/example3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/example4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/example5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 43ad299

Please sign in to comment.