Commit e4aca408 authored by Mickaël Desfrênes's avatar Mickaël Desfrênes
Browse files

Mettre à jour le fichier .gitlab-ci.yml

parent 669f7eeb
Loading
Loading
Loading
Loading
+10 −4
Original line number Diff line number Diff line
dependency_scanning:
  variables:
    HTTPS_PROXY: http://proxy.unicaen.fr:3128
stages:
  - test

include:
  - template: Security/Secret-Detection.gitlab-ci.yml
 No newline at end of file
  - template: Jobs/Secret-Detection.gitlab-ci.yml

variables:
  SECRET_DETECTION_HISTORIC_SCAN: "true"

secret_detection:
  stage: test
 No newline at end of file