Skip to content
Snippets Groups Projects
Commit 1a6f9459 authored by Erick Hitter's avatar Erick Hitter
Browse files

Prepare for GitLab tools

[skip ci]
parent f06b49db
No related tags found
1 merge request!27Draft: Prepare for GitLab tools
Pipeline #5134 skipped
stages:
- .pre
- build
- test
- deploy
- container_security
- .post
image: docker:latest
services:
......@@ -6,6 +14,34 @@ services:
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
#
# GitLab tools
#
include:
- template: Security/Container-Scanning.gitlab-ci.yml
- template: Security/Dependency-Scanning.gitlab-ci.yml
- template: Security/License-Scanning.gitlab-ci.yml
- template: Security/SAST.gitlab-ci.yml
- template: Security/Secret-Detection.gitlab-ci.yml
container_scanning:
# TODO: Need to run this after the build and push.
# TODO: Need to set variable for container image and tag.
when: never
stage: container_security
dependency_scanning:
before_script: echo ""
license_scanning:
before_script: echo ""
sast:
before_script: echo ""
secret_detection:
before_script: echo ""
#
# TESTS
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment