Skip to content

Commit 1eeae1e

Browse files
committed
README: Minor improvements
Signed-off-by: Thomas Steenbergen <[email protected]>
1 parent 83f3f18 commit 1eeae1e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,17 @@ ort-scan:
8484
variables:
8585
SW_NAME: "Mime Types"
8686
SW_VERSION: "2.1.27"
87+
artifacts:
88+
reports:
89+
license_scanning: ort-results/gl-license-scanning-report.json
8790
rules:
8891
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
8992
when: manual
9093
allow_failure: true
9194
- if: '$CI_PIPELINE_SOURCE == "schedule"'
9295
```
9396

94-
3. Set `ORT_PROJECT_ID` in [ort-scan variables][gitlab-variables] to the project ID of your mirror of this repository, its value can be found under Settings => General.
97+
3. Set `ORT_PROJECT_ID` in [ort-scan variables][gitlab-variables] to the project ID of your mirror of this repository, its value can be found under *Settings > General*.
9598
4. Optionally, you can define the following [ort-scan variables][gitlab-variables]:
9699

97100
- `DISABLE_SHALLOW_CLONE`: If set to 'true', the full history of the project is cloned. This option works only if VCS_TYPE is 'git'
@@ -105,6 +108,10 @@ ort-scan:
105108
- `SW_VERSION`: Project version number or release name (use the version from package metadata, not VCS revision). By default, the Git short SHA is used
106109
- `VCS_URL`: VCS URL (clone URL) of the project to scan, use only when URL is not correctly detected
107110

111+
# Community
112+
113+
Have questions? or thinking about contributing? Get in touch with us and the ORT community via our [Slack channel][ort-slack-join] or fill an [issue][ort-gitlab-ci-issue].
114+
108115
# License
109116

110117
Copyright (C) 2020-2022 HERE Europe B.V.
@@ -126,3 +133,5 @@ OSS Review Toolkit (ORT) is a [Linux Foundation project](https://www.linuxfounda
126133
[mime-types]: https://github.com/jshttp/mime-types.git
127134
[ort]: https://github.com/oss-review-toolkit/ort
128135
[ort-configuration-repo]: https://github.com/oss-review-toolkit/ort-config
136+
[ort-gitlab-ci-issue]: https://github.com/oss-review-toolkit/ort-gitlab-ci/issues
137+
[ort-slack-join]: https://join.slack.com/t/ort-talk/shared_invite/enQtMzk3MDU5Njk0Njc1LThiNmJmMjc5YWUxZTU4OGI5NmY3YTFlZWM5YTliZmY5ODc0MGMyOWIwYmRiZWFmNGMzOWY2NzVhYTI0NTJkNmY

0 commit comments

Comments
 (0)