11
11
- [ GitLab] ( #gitlab-1 )
12
12
- [ Bitbucket server (formely Atlassian Stash)] ( #bitbucket-server-formely-atlassian-stash )
13
13
- [ Repository] ( #repository )
14
+ - [ License] ( #License )
14
15
15
16
## Introduction
16
17
@@ -62,7 +63,7 @@ $ go get -u github.com/gitguardian/src-fingerprint/cmd/src-fingerprint
62
63
1 . Export all file SHAs from a GitHub Org with private repositories to a file with logs:
63
64
64
65
``` 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
66
67
```
67
68
68
69
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
76
77
1 . Export all file SHAs from a GitLab group with private projects to a file with logs:
77
78
78
79
``` 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"
80
81
```
81
82
82
83
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
92
93
1 . Export all file SHAs from a Bitbucket project with private repository to a file with logs:
93
94
94
95
``` 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"
96
97
```
97
98
98
99
2 . Export all file SHAs of every repository the user can access to ` stdout ` :
@@ -136,4 +137,4 @@ src-fingerprint -p repository -u .
136
137
```
137
138
138
139
## License
139
- GitGuardian src-fingerprint is MIT licensed.
140
+ GitGuardian ` src-fingerprint ` is MIT licensed.
0 commit comments