Skip to content
Snippets Groups Projects
Commit f2726c19 authored by wep23441's avatar wep23441
Browse files

very important commit

parent a0d3b4ce
No related branches found
No related tags found
No related merge requests found
include:
- template: Security/SAST.gitlab-ci.yml
variables:
SAST_REPORT_FILE: "gl-sast-report.json"
# SECURE_LOG_LEVEL: "debug"
sast:
stage: code_quality
artifacts:
paths:
- $SAST_REPORT_FILE
expire_in: 1 hour
sast_evaluation:
stage: security_checks
......
include:
- template: Security/Secret-Detection.gitlab-ci.yml
variables:
SECRET_DETECTION_REPORT_FILE: "gl-secret-detection-report.json"
# SECURE_LOG_LEVEL: "debug"
secret_detection:
stage: code_quality
variables:
GITLEAKS_CONFIG: ".gitleaks.toml"
SECRET_DETECTION_HISTORIC_SCAN: "true"
# SECRET_DETECTION_EXCLUDED_PATHS: "path/to/exclude1,path/to/exclude2"
artifacts:
paths:
- $SECRET_DETECTION_REPORT_FILE
expire_in: 1 hour
# include:
# - template: Security/Secret-Detection.gitlab-ci.yml
# secret_detection:
# stage: code_quality
# variables:
# GITLEAKS_CONFIG: ".gitleaks.toml"
# SECRET_DETECTION_HISTORIC_SCAN: "true"
# artifacts:
# paths:
# - $SECRET_DETECTION_REPORT_FILE
# expire_in: 1 hour
secret_detection_evaluation:
stage: security_checks
......
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