Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wordpress
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitLab
CI
wordpress
Commits
3ddfe63a
Commit
3ddfe63a
authored
2 years ago
by
Erick Hitter
Browse files
Options
Downloads
Patches
Plain Diff
Put GitLab scans in their own stage
parent
d163f390
Branches
Branches containing commit
No related tags found
1 merge request
!25
Add SAST and Dependency scanning
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
plugins/default.yml
+3
-0
3 additions, 0 deletions
plugins/default.yml
plugins/templates/stages.yml
+7
-0
7 additions, 0 deletions
plugins/templates/stages.yml
with
10 additions
and
0 deletions
plugins/default.yml
+
3
−
0
View file @
3ddfe63a
include
:
-
remote
:
https://git.ethitter.com/gitlab/ci/wordpress/-/blob/add/sast-dep-gl/plugins/templates/stages.yml
-
remote
:
https://git-cdn.e15r.co/gitlab/ci/wordpress/-/raw/main/plugins/templates/variables.yml
-
remote
:
https://git-cdn.e15r.co/gitlab/ci/wordpress/-/raw/main/plugins/templates/cache.yml
-
remote
:
https://git-cdn.e15r.co/gitlab/ci/wordpress/-/raw/main/plugins/templates/before-script.yml
...
...
@@ -8,6 +9,8 @@ include:
dependency_scanning
:
before_script
:
echo ""
stage
:
security
sast
:
before_script
:
echo ""
stage
:
security
This diff is collapsed.
Click to expand it.
plugins/templates/stages.yml
0 → 100644
+
7
−
0
View file @
3ddfe63a
stages
:
-
.pre
-
build
-
test
-
security
-
deploy
-
.post
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment