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

add security check pipeline

parent 91259ede
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+6 −0
Original line number Diff line number Diff line
dependency_scanning:
  variables:
    HTTPS_PROXY: http://proxy.unicaen.fr:3128
include:
  - template: Security/Secret-Detection.gitlab-ci.yml
  - template: Security/Dependency-Scanning.gitlab-ci.yml
 No newline at end of file