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
9e4b3bc0
Commit
9e4b3bc0
authored
Jul 09, 2021
by
Alan (Maciej) Paruszewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use namespaced security report type for Cluster Image Scanning
Changelog: fixed EE: true
parent
6d968026
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app/assets/javascripts/security_configuration/components/constants.js
...avascripts/security_configuration/components/constants.js
+1
-1
ee/app/assets/javascripts/security_dashboard/components/project/project_vulnerabilities.vue
..._dashboard/components/project/project_vulnerabilities.vue
+2
-2
No files found.
app/assets/javascripts/security_configuration/components/constants.js
View file @
9e4b3bc0
...
...
@@ -77,7 +77,7 @@ export const CONTAINER_SCANNING_CONFIG_HELP_PATH = helpPagePath(
{
anchor
:
'
configuration
'
},
);
export
const
CLUSTER_IMAGE_SCANNING_NAME
=
__
(
'
ciReport|Cluster Image Scanning
'
);
export
const
CLUSTER_IMAGE_SCANNING_NAME
=
s
__
(
'
ciReport|Cluster Image Scanning
'
);
export
const
CLUSTER_IMAGE_SCANNING_DESCRIPTION
=
__
(
'
Check your Kubernetes cluster images for known vulnerabilities.
'
,
);
...
...
ee/app/assets/javascripts/security_dashboard/components/project/project_vulnerabilities.vue
View file @
9e4b3bc0
...
...
@@ -8,7 +8,7 @@ import vulnerabilitiesQuery from 'ee/security_dashboard/graphql/queries/project_
import
{
preparePageInfo
}
from
'
ee/security_dashboard/helpers
'
;
import
{
VULNERABILITIES_PER_PAGE
}
from
'
ee/security_dashboard/store/constants
'
;
import
{
parseBoolean
}
from
'
~/lib/utils/common_utils
'
;
import
{
__
}
from
'
~/locale
'
;
import
{
__
,
s__
}
from
'
~/locale
'
;
import
LocalStorageSync
from
'
~/vue_shared/components/local_storage_sync.vue
'
;
import
VulnerabilityList
from
'
../shared/vulnerability_list.vue
'
;
import
SecurityScannerAlert
from
'
./security_scanner_alert.vue
'
;
...
...
@@ -163,7 +163,7 @@ export default {
i18n
:
{
API_FUZZING
:
__
(
'
API Fuzzing
'
),
CONTAINER_SCANNING
:
__
(
'
Container Scanning
'
),
CLUSTER_IMAGE_SCANNING
:
__
(
'
ciReport|Cluster Image Scanning
'
),
CLUSTER_IMAGE_SCANNING
:
s
__
(
'
ciReport|Cluster Image Scanning
'
),
COVERAGE_FUZZING
:
__
(
'
Coverage Fuzzing
'
),
SECRET_DETECTION
:
__
(
'
Secret Detection
'
),
DEPENDENCY_SCANNING
:
__
(
'
Dependency Scanning
'
),
...
...
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