From 045a2889ebbd116c0143725b8c9369a3d54d9636 Mon Sep 17 00:00:00 2001 From: Jan-Niclas Struewer <j.n.struewer@gmail.com> Date: Tue, 31 Oct 2023 11:30:40 +0100 Subject: [PATCH] Added username to dev settings --- src/main/resources/application-dev.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index be34bab0..d7aa38bc 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -3,6 +3,8 @@ spring.config.import=optional:classpath:.env[.properties] # Token can be an empty string to access public repositories only opencode.host=https://gitlab.dev.o4oe.de/ opencode.access-token=${OC_GL_APIKEY:} +opencode.analyze-private-repos=true +opencode.user-name=${OC_USER:} # Tool APIs opencode.api.base-path=https://sl.dev.o4oe.de/api/v1/project/ opencode.api.ort=/cve-result -- GitLab