gitlab-org--gitlab-foss/doc/ci/examples
Achilleas Pipinellis 6d2a613972 Merge branch '5779_rename_code_quality_job_and_artifact' into 'master'
Rename code quality job and artifact.

See merge request gitlab-org/gitlab-ce!19049
2018-05-24 15:58:28 +00:00
..
artifactory_and_gitlab
deployment Update README.md (settings -> pipelines is renamed to settings -> CI / CD ) 2018-03-29 10:47:52 +00:00
devops_and_game_dev_with_gitlab_ci_cd Fixed typos 2018-04-27 08:50:05 +00:00
laravel_with_gitlab_and_envoy Envoy.blade.php syntax fixed 2018-03-30 18:12:27 +02:00
test_phoenix_app_with_gitlab_ci_cd Fixed typos 2018-04-27 08:50:05 +00:00
README.md Add documentation for Dependency Scanning feature 2018-03-27 14:59:16 +00:00
browser_performance.md Use stable docker image instead of latest 2018-04-13 19:43:09 +00:00
code_climate.md Add deprecation notice in documentation 2018-05-23 19:26:57 -04:00
container_scanning.md Rename container scanning job and artifact 2018-05-24 14:22:51 +00:00
dast.md Fix DAST example in documentation 2018-04-18 08:49:57 -04:00
php.md
sast_docker.md
test-and-deploy-python-application-to-heroku.md
test-and-deploy-ruby-application-to-heroku.md
test-clojure-application.md
test-phoenix-application.md
test-scala-application.md

README.md

comments
false

GitLab CI/CD Examples

A collection of .gitlab-ci.yml template files is maintained at the GitLab CI/CD YAML project. When you create a new file via the UI, GitLab will give you the option to choose one of the templates existent on this project. If your favorite programming language or framework are missing we would love your help by sending a merge request with a new .gitlab-ci.yml to this project.

There's also a collection of repositories with example projects for various languages. You can fork an adjust them to your own needs.

Languages, frameworks, OSs

Game development

Miscellaneous

Code quality analysis

Analyze code quality with the Code Climate CLI.

Static Application Security Testing (SAST)

(Ultimate) Scan your code for vulnerabilities

Dependency Scanning

(Ultimate) Scan your dependencies for vulnerabilities

Container Scanning

Scan your Docker images for vulnerabilities

Dynamic Application Security Testing (DAST)

Scan your app for vulnerabilities with GitLab Dynamic Application Security Testing (DAST).

Browser Performance Testing with Sitespeed.io

Analyze your browser performance with Sitespeed.io.

GitLab CI/CD for Review Apps

GitLab CI/CD for GitLab Pages

See the documentation on GitLab Pages for a complete overview.

Contributing

Contributions are very welcome! You can help your favorite programming language users and GitLab by sending a merge request with a guide for that language. You may want to apply for the GitLab Community Writers Program to get paid for writing complete articles for GitLab.