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

ci: add gitleaks

parent 36d2985f
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
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"