Allow configuration of base URL for Fossa links

Signed-off-by: Linda Navarette <linda.navarette@gmail.com>
This commit is contained in:
Linda Navarette
2022-06-30 19:38:56 -04:00
committed by Linda Navarette
parent 06b6920a2c
commit 322d1ceeba
6 changed files with 78 additions and 5 deletions
+4 -1
View File
@@ -43,9 +43,12 @@ proxy:
headers:
Authorization: token ${FOSSA_API_TOKEN}
# if you have a fossa organization, configure your id here
fossa:
# if you have a fossa organization, configure your id here
organizationId: <your-fossa-organization-id>
# if you have a self-managed fossa instance,
# configure the baseUrl to use for links to the fossa page here
externalLinkBaseUrl: <your fossa url>
```
4. Get an api-token and provide `FOSSA_AUTH_HEADER` as env variable (https://app.fossa.com/account/settings/integrations/api_tokens)