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
e22383c5
Commit
e22383c5
authored
Mar 22, 2022
by
Dheeraj Joshi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update button text for DAST On-demand scans
EE: true Changelog: changed
parent
ccf28723
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
doc/user/application_security/dast/index.md
doc/user/application_security/dast/index.md
+2
-2
ee/app/assets/javascripts/on_demand_scans/components/empty_state.vue
...ts/javascripts/on_demand_scans/components/empty_state.vue
+1
-1
ee/app/assets/javascripts/on_demand_scans/components/on_demand_scans.vue
...avascripts/on_demand_scans/components/on_demand_scans.vue
+1
-1
ee/spec/frontend/on_demand_scans/components/__snapshots__/empty_state_spec.js.snap
...d_scans/components/__snapshots__/empty_state_spec.js.snap
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+2
-2
No files found.
doc/user/application_security/dast/index.md
View file @
e22383c5
...
...
@@ -1053,7 +1053,7 @@ To run an on-demand scan either at a scheduled date or frequency, read
1.
From your project's home page, go to
**Security & Compliance > On-demand Scans**
in the left
sidebar.
1.
Select
**New
DAST
scan**
.
1.
Select
**New scan**
.
1.
Complete the
**Scan name**
and
**Description**
fields.
1.
In GitLab 13.10 and later, select the desired branch from the
**Branch**
dropdown.
1.
In
**Scanner profile**
, select a scanner profile from the dropdown.
...
...
@@ -1088,7 +1088,7 @@ To schedule a scan:
1.
On the top bar, select
**Menu > Projects**
and find your project.
1.
On the left sidebar, select
**Security & Compliance > On-demand Scans**
.
1.
Select
**New
DAST
scan**
.
1.
Select
**New scan**
.
1.
Complete the
**Scan name**
and
**Description**
text boxes.
1.
In GitLab 13.10 and later, from the
**Branch**
dropdown list, select the desired branch.
1.
In the
**Scanner profile**
section, from the dropdown list, select a scanner profile.
...
...
ee/app/assets/javascripts/on_demand_scans/components/empty_state.vue
View file @
e22383c5
...
...
@@ -46,7 +46,7 @@ export default {
},
},
i18n
:
{
primaryButtonText
:
s__
(
'
OnDemandScans|New
DAST
scan
'
),
primaryButtonText
:
s__
(
'
OnDemandScans|New scan
'
),
},
};
</
script
>
...
...
ee/app/assets/javascripts/on_demand_scans/components/on_demand_scans.vue
View file @
e22383c5
...
...
@@ -131,7 +131,7 @@ export default {
},
i18n
:
{
title
:
s__
(
'
OnDemandScans|On-demand scans
'
),
newScanButtonLabel
:
s__
(
'
OnDemandScans|New
DAST
scan
'
),
newScanButtonLabel
:
s__
(
'
OnDemandScans|New scan
'
),
description
:
s__
(
'
OnDemandScans|On-demand scans run outside of DevOps cycle and find vulnerabilities in your projects. %{learnMoreLinkStart}Learn more%{learnMoreLinkEnd}.
'
,
),
...
...
ee/spec/frontend/on_demand_scans/components/__snapshots__/empty_state_spec.js.snap
View file @
e22383c5
...
...
@@ -60,7 +60,7 @@ exports[`EmptyState renders properly 1`] = `
<span
class="gl-button-text"
>
New
DAST
scan
New scan
</span>
</a>
...
...
locale/gitlab.pot
View file @
e22383c5
...
...
@@ -25953,10 +25953,10 @@ msgstr ""
msgid "OnDemandScans|My daily scan"
msgstr ""
msgid "OnDemandScans|New DAST scan"
msgid "OnDemandScans|New
on-demand
DAST scan"
msgstr ""
msgid "OnDemandScans|New
on-demand DAST
scan"
msgid "OnDemandScans|New scan"
msgstr ""
msgid "OnDemandScans|No profile yet. In order to create a new scan, you need to have at least one completed scanner profile."
...
...
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