Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dominik Schachten
iPXE Builds
Commits
506ae19b
Commit
506ae19b
authored
Apr 16, 2021
by
Dominik Schachten
Browse files
Set .gitlab-ci.yml to enable or configure SAST
parent
0543931d
Pipeline
#134220
passed with stage
in 17 minutes and 10 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
506ae19b
# You can override the included template(s) by including variable overrides
# See https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings
# Note that environment variables can be set in several places
# See https://docs.gitlab.com/ee/ci/variables/#priority-of-environment-variables
stages
:
-
build
-
package
-
deploy
# build job name used to retrieve artifact in irb-admin/package
-
build
-
package
-
deploy
-
test
build
:
tags
:
-
shared
...
...
@@ -13,8 +15,11 @@ build:
artifacts
:
expire_in
:
1 hour
paths
:
-
./*.efi
-
"
./*.efi
"
script
:
# ipxe has to be a full clone, shallow clone interferes with versioning
-
git clone git://git.ipxe.org/ipxe.git
-
bash build.sh
sast
:
stage
:
test
include
:
-
template
:
Security/SAST.gitlab-ci.yml
Write
Preview
Supports
Markdown
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