Commit b2a24291 authored by Simon Cornet's avatar Simon Cornet
Browse files

ci: add gitleaks

parent 30487680
Loading
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
---

# gitLab ci stages
# gitlab stages
stages:

  # stages
  - "gitleaks"
  - "linting"
  - "build"

@@ -11,9 +12,10 @@ stages:
# include jobs
include:

  # deployment
  # locals
  - local: ".gitlab/build.yaml"

  # linting
  # components
  - component: "$CI_SERVER_FQDN/components/gitleaks/gitleaks@v1.0.0"
  - component: "$CI_SERVER_FQDN/components/markdownlint/markdownlint@1.0.0"
  - component: "$CI_SERVER_FQDN/components/yamllint/yamllint@1.0.2"