Allow configuration of base URL for Fossa links
Signed-off-by: Linda Navarette <linda.navarette@gmail.com>
This commit is contained in:
committed by
Linda Navarette
parent
06b6920a2c
commit
322d1ceeba
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user