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
81122e7a
Commit
81122e7a
authored
Sep 10, 2018
by
Lukas Eipert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unnecessary help text from container scanning results
parent
77d95a4b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
31 deletions
+6
-31
app/assets/javascripts/reports/components/issues_list.vue
app/assets/javascripts/reports/components/issues_list.vue
+1
-6
ee/app/assets/javascripts/vue_shared/security_reports/components/sast_container_info.vue
...hared/security_reports/components/sast_container_info.vue
+0
-19
ee/changelogs/unreleased/7017-remove-unwanted-language.yml
ee/changelogs/unreleased/7017-remove-unwanted-language.yml
+5
-0
locale/gitlab.pot
locale/gitlab.pot
+0
-6
No files found.
app/assets/javascripts/reports/components/issues_list.vue
View file @
81122e7a
...
...
@@ -6,9 +6,6 @@ import {
STATUS_NEUTRAL
,
}
from
'
~/reports/constants
'
;
import
{
componentNames
}
from
'
ee/vue_shared/components/reports/issue_body
'
;
import
SastContainerInfo
from
'
ee/vue_shared/security_reports/components/sast_container_info.vue
'
;
/**
* Renders block of issues
*/
...
...
@@ -16,9 +13,7 @@ import SastContainerInfo from 'ee/vue_shared/security_reports/components/sast_co
export
default
{
components
:
{
IssuesBlock
,
SastContainerInfo
,
},
componentNames
,
success
:
STATUS_SUCCESS
,
failed
:
STATUS_FAILED
,
neutral
:
STATUS_NEUTRAL
,
...
...
@@ -53,7 +48,7 @@ export default {
</
script
>
<
template
>
<div
class=
"report-block-container"
>
<sast-container-info
v-if=
"component === $options.componentNames.SastContainerIssueBody"
/>
<issues-block
v-if=
"newIssues.length"
:component=
"component"
...
...
ee/app/assets/javascripts/vue_shared/security_reports/components/sast_container_info.vue
deleted
100644 → 0
View file @
77d95a4b
<
script
>
export
default
{
name
:
'
SastContainerInfo
'
,
};
</
script
>
<
template
>
<p
class=
"prepend-top-10 prepend-left-10 report-block-info js-mr-code-quality-info"
>
{{
s__
(
'
ciReport|Unapproved vulnerabilities (red) can be marked as approved.
'
)
}}
<a
href=
"https://gitlab.com/gitlab-org/clair-scanner#example-whitelist-yaml-file"
target=
"_blank"
rel=
"noopener noreferrer nofollow"
>
{{
s__
(
'
ciReport|Learn more about whitelisting
'
)
}}
</a>
</p>
</
template
>
ee/changelogs/unreleased/7017-remove-unwanted-language.yml
0 → 100644
View file @
81122e7a
---
title
:
remove unnecessary help text from container scanning results
merge_request
:
7304
author
:
type
:
removed
locale/gitlab.pot
View file @
81122e7a
...
...
@@ -8636,9 +8636,6 @@ msgstr ""
msgid "ciReport|Learn more about interacting with security reports (Alpha)."
msgstr ""
msgid "ciReport|Learn more about whitelisting"
msgstr ""
msgid "ciReport|License management detected %d license for the source branch only"
msgid_plural "ciReport|License management detected %d licenses for the source branch only"
msgstr[0] ""
...
...
@@ -8727,9 +8724,6 @@ msgstr ""
msgid "ciReport|There was an error reverting the dismissal. Please try again."
msgstr ""
msgid "ciReport|Unapproved vulnerabilities (red) can be marked as approved."
msgstr ""
msgid "ciReport|Upgrade %{name} from %{version} to %{fixed}."
msgstr ""
...
...
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