You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Installing from sources](#installing-from-sources)
7
7
-[Generate My Token](#generate-my-token)
8
-
-[GitHub](#github)
9
-
-[GitLab](#gitlab)
8
+
-[GitHub](#github)
9
+
-[GitLab](#gitlab)
10
10
-[Compute my code fingerprints](#compute-my-code-fingerprints)
11
-
-[GitHub](#github-1)
12
-
-[GitLab](#gitlab-1)
13
-
-[Bitbucket server (formely Atlassian Stash)](#bitbucket-server-formely-atlassian-stash)
14
-
-[Repository](#repository)
11
+
-[GitHub](#github-1)
12
+
-[GitLab](#gitlab-1)
13
+
-[Bitbucket server (formely Atlassian Stash)](#bitbucket-server-formely-atlassian-stash)
14
+
-[Repository](#repository)
15
15
-[License](#License)
16
16
17
17
## Introduction
18
18
19
19
The purpose of `src-fingerprint` is to provide an easy way to extract git related information (namely all file shas of a repository) from your hosted source version control system.
20
20
21
-
This util supports 3 main version control systems:
21
+
This util's main command is the `collect` command used to collect source code fingerprints from a version control system or a local repository. It supports 3 main VCS:
22
22
23
23
- GitHub and GitHub Enterprise
24
24
- Gitlab CE and EE
@@ -94,7 +94,7 @@ $ go get -u github.com/gitguardian/src-fingerprint/cmd/src-fingerprint
94
94
3. Click the `read repository` box. This is the only scope we need. You can set an end-date for the token validity if you want more security
95
95
4. Click on `Create personal token`. The token will only be available at this time so make sure you keep it in a safe place
96
96
97
-
## Compute my code fingerprints
97
+
## Collect my code fingerprints
98
98
99
99
### General information
100
100
@@ -171,31 +171,31 @@ Allows the processing of a single repository given a git clone URL
0 commit comments