Skip to content

Commit e45279c

Browse files
authored
chore: removing fake test tokens. (#2267)
This removes the fake tokens that are in the test data for the gitlab tests. These were causing false positives with some security trackers
1 parent fb85cc0 commit e45279c

4 files changed

Lines changed: 0 additions & 6 deletions

File tree

workspaces/bulk-import/plugins/bulk-import-backend/__fixtures__/gitlab/app/installations/app-installation-1-access-tokens.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"token": "ghs_16C7e42F292c6912E7710c838347Ae178B4a",
32
"expires_at": "2016-07-11T22:14:10Z",
43
"permissions": {
54
"issues": "write",
@@ -106,7 +105,6 @@
106105
},
107106
"allow_rebase_merge": true,
108107
"template_repository": null,
109-
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
110108
"allow_squash_merge": true,
111109
"allow_auto_merge": false,
112110
"delete_branch_on_merge": true,

workspaces/bulk-import/plugins/bulk-import-backend/__fixtures__/gitlab/app/installations/repositories.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@
9595
"updated_at": "2011-01-26T19:14:43Z",
9696
"allow_rebase_merge": true,
9797
"template_repository": null,
98-
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
9998
"allow_squash_merge": true,
10099
"allow_auto_merge": false,
101100
"delete_branch_on_merge": true,

workspaces/bulk-import/plugins/bulk-import-backend/__fixtures__/gitlab/orgs/repos/my-ent-org-1.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@
124124
"auto_devops_enabled": false,
125125
"auto_devops_deploy_strategy": "continuous",
126126
"ci_push_repository_for_job_token_allowed": false,
127-
"runners_token": "GR1348941oP5naQnWsbJRTvXHC7VJ",
128127
"ci_config_path": "",
129128
"public_jobs": true,
130129
"shared_with_groups": [],

workspaces/bulk-import/plugins/bulk-import-backend/__fixtures__/gitlab/orgs/repos/my-ent-org-2.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@
124124
"auto_devops_enabled": false,
125125
"auto_devops_deploy_strategy": "continuous",
126126
"ci_push_repository_for_job_token_allowed": false,
127-
"runners_token": "GR1348941oP5naQnWsbJRTvXHC7VJ",
128127
"ci_config_path": "",
129128
"public_jobs": true,
130129
"shared_with_groups": [],
@@ -286,7 +285,6 @@
286285
"auto_devops_enabled": false,
287286
"auto_devops_deploy_strategy": "continuous",
288287
"ci_push_repository_for_job_token_allowed": false,
289-
"runners_token": "GR1348941oP5naQnWsbJRTvXHC7VJ",
290288
"ci_config_path": "",
291289
"public_jobs": true,
292290
"shared_with_groups": [],

0 commit comments

Comments
 (0)