@@ -24,19 +24,21 @@ variables:
24
24
SW_NAME :
25
25
value : " "
26
26
description : |
27
- " Name of project, product or component to be scanned.
28
- By default the name of the repository is used as shown in its clone URL."
27
+ Name of project, product or component to be scanned.
28
+ By default the name of the repository is used as shown in its clone URL.
29
29
SW_VERSION :
30
30
value : " "
31
31
description : |
32
32
Project version number or release name (use the version from package metadata, not VCS revision).
33
33
By default, the Git short SHA is used.
34
34
VCS_TYPE :
35
35
value : " git"
36
- description : " Identifier of the project version control system (git, git-repo, mercurial or subversion)."
36
+ description : |
37
+ Identifier of the project version control system (git, git-repo, mercurial or subversion).
37
38
VCS_URL :
38
39
value : " "
39
- description : " VCS URL (clone URL) of project to scan."
40
+ description : |
41
+ VCS URL (clone URL) of project to scan.
40
42
VCS_REVISION :
41
43
value : " "
42
44
description : |
@@ -98,8 +100,8 @@ variables:
98
100
ORT_LOG_LEVEL :
99
101
value : " "
100
102
description : |
101
- Set value to 'debug' to see additional debug output to help tracking down errors.
102
- By default set to 'info '.
103
+ Set value to 'debug' to see additional debug output to help tracking down errors.
104
+ By default set to 'warn '.
103
105
ORT_REVISION :
104
106
value : " "
105
107
description : |
@@ -110,10 +112,12 @@ variables:
110
112
Docker image.
111
113
ORT_USE_DEV_DB :
112
114
value : " false"
113
- description : " Set to 'true' to download/upload scanned results from/to development database."
115
+ description : |
116
+ Set to 'true' to download/upload scanned results from/to development database.
114
117
REBUILD_DOCKER_IMAGE :
115
118
value : " false"
116
- description : " Set value to 'true' in order to rebuild the Docker image."
119
+ description : |
120
+ Set value to 'true' in order to rebuild the Docker image.
117
121
ORT_URL : https://github.com/oss-review-toolkit/ort.git
118
122
FF_SCRIPT_SECTIONS : " true"
119
123
0 commit comments