Skip to content
Snippets Groups Projects
Commit edd28d53 authored by Edward Hicks's avatar Edward Hicks :8ball:
Browse files

Merge branch 'set-secret-detection-config-3' into 'master'

Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist

See merge request !2
parents 57048fa0 02dda86e
No related branches found
No related tags found
1 merge request!2Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist
Pipeline #113299 passed
# You can override the included template(s) by including variable overrides
# SAST customization: https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings
# Secret Detection customization: https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings
# Note that environment variables can be set in several places
# See https://docs.gitlab.com/ee/ci/variables/#priority-of-environment-variables
image: python:3.8-buster
stages:
- test
- test
include:
- template: SAST.gitlab-ci.yml
# - template: Dependency-Scanning.gitlab-ci.yml
- template: License-Scanning.gitlab-ci.yml
- template: SAST.gitlab-ci.yml
- template: License-Scanning.gitlab-ci.yml
- template: Security/Secret-Detection.gitlab-ci.yml
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