diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index be34bab024826f602b14efdb027230806bab786a..d7aa38bcf0c61043cf311e312565365501b0e6cb 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