-
Notifications
You must be signed in to change notification settings - Fork 193
Expand file tree
/
Copy path.env.example
More file actions
22 lines (19 loc) · 1.08 KB
/
.env.example
File metadata and controls
22 lines (19 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
GITGUARDIAN_API_KEY=__________FILL ME__________
GITGUARDIAN_INSTANCE=https://dashboard.gitguardian.com/
# Used by functional tests for the --ignore-known-secrets feature
# Set this to a single-match secret known by your dashboard
# TEST_KNOWN_SECRET=
# Set this to a single-match secret unknown by your dashboard. Unlike
# TEST_KNOWN_SECRET, this one has a default value, so you do not have to set
# it unless the default value does not work for you
# TEST_UNKNOWN_SECRET=
# You might need to set those 2 vars to run tests
# - push a valid GitGuardian test token in your workspace
# (see https://docs.gitguardian.com/secrets-detection/secrets-detection-engine/detectors/specifics/gitguardian_test_token_checked)
# - set TEST_GG_VALID_TOKEN to this value
# - and set TEST_GG_VALID_TOKEN_IGNORE_SHA to matching commit sha
# TEST_GG_VALID_TOKEN=
# TEST_GG_VALID_TOKEN_IGNORE_SHA=
# Fallback value for the repository remote URL in case it cannot be determined using `git remote -v`
# This variable is particularly relevant when running ggshield in a git pre-receive hook
# GITGUARDIAN_GIT_REMOTE_FALLBACK_URL=