Skip to content

Commit

Permalink
Merge branch 'set-secret-detection-config-2' into 'main'
Browse files Browse the repository at this point in the history
Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist

See merge request roland.schlaefli/thesis-platform!3
  • Loading branch information
rschlaefli committed Oct 11, 2022
2 parents 024f538 + 6efa83a commit a358cde
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,11 @@
# Container Scanning customization: https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings
# Note that environment variables can be set in several places
# See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence

# container_scanning:
# variables:
# DOCKER_IMAGE: ...
# DOCKER_USER: ...
# DOCKER_PASSWORD: ...
stages:
- test
sast:
stage: test
include:
- template: Security/SAST.gitlab-ci.yml
- template: Security/Container-Scanning.gitlab-ci.yml
- template: Security/Secret-Detection.gitlab-ci.yml

0 comments on commit a358cde

Please sign in to comment.