Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
jxtxzzw
resume
Commits
04255200
Commit
04255200
authored
Feb 24, 2021
by
jxtxzzw
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'set-sast-config-1' into 'master'
设置.gitlab-ci.yml以启用或配置SAST See merge request
!4
parents
88e0b9f6
94aff45a
Pipeline
#272
passed with stages
in 41 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
.gitlab-ci.yml
.gitlab-ci.yml
+9
-0
No files found.
.gitlab-ci.yml
View file @
04255200
...
...
@@ -3,6 +3,7 @@ image: node:latest
stages
:
-
build
-
deploy
-
test
cache
:
key
:
resume
...
...
@@ -87,3 +88,11 @@ git:
-
echo ${COMMIT_MESSAGE_BODY}
-
git commit -m "${COMMIT_MESSAGE_HEAD}" -m "${COMMIT_MESSAGE_BODY}"
-
git push --verbose
sast
:
stage
:
test
include
:
-
template
:
Security/SAST.gitlab-ci.yml
-
template
:
Dependency-Scanning.gitlab-ci.yml
-
template
:
Security/Secret-Detection.gitlab-ci.yml
-
template
:
Security/License-Scanning.gitlab-ci.yml
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