-
Notifications
You must be signed in to change notification settings - Fork 52
/
.env.sample
41 lines (28 loc) · 933 Bytes
/
.env.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
### FILL OUT ONE OF THESE ###
# AUTH: GitHub App Configuration
APP_ID=
APP_PRIVATE_KEY=
APP_INSTALLATION_ID=
APP_CLIENT_ID=
APP_CLIENT_SECRET=
# OR
# AUTH: GitHub PAT Configuration
GITHUB_API_TOKEN=
###
### OPTIONAL ###
# Set one of the GITHUB_ENTERPRISE or GITHUB_ORG variables.
GITHUB_ENTERPRISE=
GITHUB_ORG=
# If you are filtering by language, set the language here. Please use either: javascript, typescript, go, python, ruby, c#, c++, java, or kotlin
LANGUAGE_TO_CHECK=
# Specify what to enable. The default will be codescanning. An example is: ENABLE_ON=codescanning,secretscanning,dependabot,dependabotupdates,pushprotection,actions
ENABLE_ON=secretscanning
# Create Issue on Repository
CREATE_ISSUE=
# Debug Configuration
DEBUG=ghas:*
# GHES Configuration
GHES=false
GHES_SERVER_BASE_URL=
# Temp working directory. This path needs to already exist and follow linux style paths. c:\ghas\tmp == ghas/tmp
TEMP_DIR=