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
2af94e1f
Commit
2af94e1f
authored
Apr 07, 2021
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: Rename wronly named CI key
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
ffdeadff
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.gitlab/ci/dast.gitlab-ci.yml
.gitlab/ci/dast.gitlab-ci.yml
+1
-1
.gitlab/ci/reports.gitlab-ci.yml
.gitlab/ci/reports.gitlab-ci.yml
+1
-1
.gitlab/ci/rules.gitlab-ci.yml
.gitlab/ci/rules.gitlab-ci.yml
+1
-1
No files found.
.gitlab/ci/dast.gitlab-ci.yml
View file @
2af94e1f
...
...
@@ -3,7 +3,7 @@
-
prm
# For scheduling dast job
extends
:
-
.reports:schedule-dast
-
.reports:
rules:
schedule-dast
image
:
name
:
"
registry.gitlab.com/gitlab-org/security-products/dast:$DAST_VERSION"
resource_group
:
dast_scan
...
...
.gitlab/ci/reports.gitlab-ci.yml
View file @
2af94e1f
...
...
@@ -143,7 +143,7 @@ dependency_scanning gemnasium-python:
# See https://gitlab.com/gitlab-com/gl-security/security-research/package-hunter
package_hunter
:
extends
:
-
.reports:schedule-dast
-
.reports:
rules:
schedule-dast
stage
:
test
image
:
name
:
registry.gitlab.com/gitlab-com/gl-security/security-research/package-hunter-cli:latest
...
...
.gitlab/ci/rules.gitlab-ci.yml
View file @
2af94e1f
...
...
@@ -988,7 +988,7 @@
when
:
manual
allow_failure
:
true
.reports:schedule-dast:
.reports:
rules:
schedule-dast:
rules
:
-
if
:
'
$DAST_DISABLED
||
$GITLAB_FEATURES
!~
/\bdast\b/'
when
:
never
...
...
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