Skip to content

Commit e1351d9

Browse files
committed
fix(gitlab-ci): Remove old testing defaults
The mime-types project was used for testing the GitLab Job Template for ORT and should have been removed when the integration was published. Signed-off-by: Thomas Steenbergen <[email protected]>
1 parent 4360d40 commit e1351d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ variables:
2727
description: |
2828
Name of project, product or component to be scanned.
2929
By default the name of the repository is used as shown in its clone URL.
30-
value: 'Mime Types'
30+
value: ''
3131
SW_VERSION:
3232
description: |
3333
Project version number or release name (use the version from package metadata, not VCS revision).
3434
By default, the Git short SHA is used.
35-
value: '2.1.35'
35+
value: ''
3636
VCS_TYPE:
3737
description: |
3838
Type of version control system.
@@ -41,13 +41,13 @@ variables:
4141
VCS_URL:
4242
description: |
4343
Repository or clone URL of project to scan.
44-
value: 'https://github.com/jshttp/mime-types'
44+
value: ''
4545
VCS_REVISION:
4646
description: |
4747
SHA1 or tag to scan (do not use branch names as they can move).
4848
If VCS_TYPE is 'git-repo', SHA1 must be unabbreviated.
4949
Tag names must be prefixed with 'refs/tags/'.
50-
value: 'ef932231c20e716ec27ea159c082322c3c485b66'
50+
value: ''
5151
VCS_PATH:
5252
description: |
5353
Leave this field empty unless one of the following special cases applies:

0 commit comments

Comments
 (0)