Skip to content
Snippets Groups Projects
Verified Commit ff455f84 authored by Christoph Metzger's avatar Christoph Metzger
Browse files

chore: Add trivy scan to pipeline (planning#755)

parent c35d2355
No related branches found
No related tags found
1 merge request!165chore: Add trivy scan to pipeline (planning#755)
......@@ -2,6 +2,9 @@ include:
- project: 'fit-connect/pipeline'
ref: main
file: 'reuse.gitlab-ci.yml'
- project: 'fit-connect/pipeline'
ref: main
file: 'trivy.gitlab-ci.yml'
variables:
MAVEN_CLI_OPTS: "-s .m2/release.xml --batch-mode --errors --fail-at-end --show-version -DinstallAtEnd=true -DdeployAtEnd=true -Dlocal-version-suffix="
......@@ -25,6 +28,11 @@ reuse:
variables:
DOCKER_REGISTRY_READ: $DOCKER_PULL_REGISTRY
trivy-filesystem:
extends: .trivy-filesystem
variables:
DOCKER_REGISTRY_READ: $DOCKER_PULL_REGISTRY
build:
image: eclipse-temurin:11.0.18_10-jdk
stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment