Skip to content

Commit d8dc700

Browse files
committed
chore(readme): update readme
1 parent 57a75fb commit d8dc700

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- [GitLab](#gitlab-1)
1212
- [Bitbucket server (formely Atlassian Stash)](#bitbucket-server-formely-atlassian-stash)
1313
- [Repository](#repository)
14+
- [License](#License)
1415

1516
## Introduction
1617

@@ -62,7 +63,7 @@ $ go get -u github.com/gitguardian/src-fingerprint/cmd/src-fingerprint
6263
1. Export all file SHAs from a GitHub Org with private repositories to a file with logs:
6364

6465
```sh
65-
env VCS_TOKEN="<token>" src-fingerprint -v --output file_shas_collected_dna.json --provider github --object GitGuardian
66+
env VCS_TOKEN="<token>" src-fingerprint -v --output fileshas_collected.json --provider github --object GitGuardian
6667
```
6768

6869
2. Export all file SHAs of every repository the user can access to `stdout`:
@@ -76,7 +77,7 @@ env VCS_TOKEN="<token>" src-fingerprint -v --provider github GitGuardian
7677
1. Export all file SHAs from a GitLab group with private projects to a file with logs:
7778

7879
```sh
79-
env VCS_TOKEN="<token>" src-fingerprint -v --output file_shas_collected_dna.json --provider gitlab --object "GitGuardian-dev-group"
80+
env VCS_TOKEN="<token>" src-fingerprint -v --output fileshas_collected.json --provider gitlab --object "GitGuardian-dev-group"
8081
```
8182

8283
2. Export all file SHAs of every project the user can access to `stdout`:
@@ -92,7 +93,7 @@ env VCS_TOKEN="<token>" src-fingerprint -v --provider gitlab
9293
1. Export all file SHAs from a Bitbucket project with private repository to a file with logs:
9394

9495
```sh
95-
env VCS_TOKEN="<token>" src-fingerprint -v --output file_shas_collected_dna.json --provider bitbucket --object "GitGuardian Project"
96+
env VCS_TOKEN="<token>" src-fingerprint -v --output fileshas_collected.json --provider bitbucket --object "GitGuardian Project"
9697
```
9798

9899
2. Export all file SHAs of every repository the user can access to `stdout`:
@@ -136,4 +137,4 @@ src-fingerprint -p repository -u .
136137
```
137138

138139
## License
139-
GitGuardian src-fingerprint is MIT licensed.
140+
GitGuardian `src-fingerprint` is MIT licensed.

0 commit comments

Comments
 (0)