Skip to content
Snippets Groups Projects
.gitlab-ci.yml 1.04 KiB
Newer Older
Sebastian Kawelke's avatar
Sebastian Kawelke committed
  - build
  - test
  - deploy
Sebastian Kawelke's avatar
Sebastian Kawelke committed
include:
- remote: "https://gitlab.com/l3montree/devguard/-/raw/main/templates/secret-scanning.yml"
- remote: "https://gitlab.com/l3montree/devguard/-/raw/main/templates/license-scanning.yml"
  inputs:
    environment: "npm"
- remote: "https://gitlab.com/l3montree/devguard/-/raw/main/templates/software-composition-analysis.yml"
Sebastian Kawelke's avatar
Sebastian Kawelke committed
  inputs:
    asset_name: l3montree-cybersecurity/projects/badge-api-programm-zendis/assets/badge-api-documentation
    token: "$DEVGUARD_TOKEN"
- remote: "https://gitlab.com/l3montree/devguard/-/raw/main/templates/infrastructure-as-code-scanning.yml"
- remote: "https://gitlab.com/l3montree/devguard/-/raw/main/templates/sast.yml"
pages:
  stage: pages
  image: node:22.12.0@sha256:35a5dd72bcac4bce43266408b58a02be6ff0b6098ffa6f5435aeea980a8951d7
  before_script:
    - npm install
  script:
    - npm run build
    - cp public/sitemap.xml out/
    - cp public/sitemap-0.xml out/
    - cp public/robots.txt out/
  artifacts:
    paths:
Sebastian Kawelke's avatar
Sebastian Kawelke committed
      - out
  publish: out
    - main

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.