Loading .gitlab-ci.yml +0 −9 Original line number Diff line number Diff line stages: - test include: - template: Jobs/Secret-Detection.gitlab-ci.yml variables: SECRET_DETECTION_HISTORIC_SCAN: "true" secret_detection: stage: test dependency_vulnerability_scan: stage: test image: alpine:latest Loading Loading
.gitlab-ci.yml +0 −9 Original line number Diff line number Diff line stages: - test include: - template: Jobs/Secret-Detection.gitlab-ci.yml variables: SECRET_DETECTION_HISTORIC_SCAN: "true" secret_detection: stage: test dependency_vulnerability_scan: stage: test image: alpine:latest Loading