Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
265f1590
Commit
265f1590
authored
Jan 12, 2022
by
Samantha Ming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove vendor name from mock data
parent
4cf42c26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
spec/frontend/security_configuration/mock_data.js
spec/frontend/security_configuration/mock_data.js
+5
-5
No files found.
spec/frontend/security_configuration/mock_data.js
View file @
265f1590
...
...
@@ -5,16 +5,16 @@ export const textProviderIds = [101, 102];
export
const
securityTrainingProviders
=
[
{
id
:
textProviderIds
[
0
],
name
:
'
Kontra
'
,
description
:
'
Interactive developer security education
.
'
,
url
:
'
https://
application.security/
'
,
name
:
'
Vendor Name 1
'
,
description
:
'
Interactive developer security education
'
,
url
:
'
https://
www.example.org/security/training
'
,
isEnabled
:
false
,
},
{
id
:
textProviderIds
[
1
],
name
:
'
SecureCodeWarrior
'
,
name
:
'
Vendor Name 2
'
,
description
:
'
Security training with guide and learning pathways.
'
,
url
:
'
https://www.
securecodewarrior
.com/
'
,
url
:
'
https://www.
vendornametwo
.com/
'
,
isEnabled
:
true
,
},
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment