Commit 96fcb097 authored by Andres Anaya Amariels's avatar Andres Anaya Amariels 🚀
Browse files

main_serect_detection

parent fe906eec
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -96,6 +96,7 @@ include:
 - template: 'Jobs/SAST.gitlab-ci.yml'
 - template: 'Jobs/Dependency-Scanning.gitlab-ci.yml'
 - template: 'Jobs/Container-Scanning.gitlab-ci.yml'
 - template: 'Secret-Detection.gitlab-ci.yml'
 - project: 'ocf/pipeline-scripts'
   ref: cicd-capif
   file: 
@@ -228,6 +229,21 @@ gemnasium-python-dependency_scanning:
  tags:
    - docker-in-docker

main_serect_detection:
  stage: main_security
  extends: secret_detection
  variables:
    SECRET_DETECTION_HISTORIC_SCAN: "true"
  allow_failure: true
  services:
    - docker:24.0.5-dind
  rules:
    - if: '$CI_COMMIT_REF_NAME == "OCF16-first-steps-on-ci-at-gitlab-repository"'
      when: always
    - when: never
  tags:
    - docker-in-docker

cvs_nginx:
  stage: main_security
  before_script: