Sign inSign up

flosumhub/flosum-scan-app-on-premise

By flosumhub

Updated over 1 year ago

Image
0

5.4K

flosumhub/flosum-scan-app-on-premise repository overview

version: '3.9'
services:
  flosum-scan-app:
    image: flosumhub/flosum-scan-app-on-premise:1.0.0
    environment:
      SONARQUBE_INSTANCE:
      SONARQUBE_TOKEN:
      SALESFORCE_API_VERSION: "57.0"
      PLATFORM: on-premise
      NODE_ENV: production
    ports:
      - 3008:3008
    volumes:
      - <data_dir>:/home/node/data

Environment Variables

NameIsRequiredDefault
NODE_ENV-development
PLATFORM-cloud
PORT-3008
SONARQUBE_INSTANCE-null
SONARQUBE_TOKEN-null
SALESFORCE_API_VERSION+null
USE_AKAMAI-null
AKAMAI_CLIENT_ID-null
AKAMAI_CLIENT_SECRET-null
AKAMAI_AUTH_URL-null
AKAMAI_URL-null
Description
  • PLATFORM: if USE_AKAMAI is true, default value is on-premise
  • SONARQUBE_INSTANCE: url of SonarQube instance
  • SONARQUBE_TOKEN: auth to SonarQube instance. Generating a SonarQube token
  • USE_AKAMAI: use Akamai Gateway for requests to the SonarQube Web API
  • AKAMAI_CLIENT_ID: used to get auth token from Akamai, required if USE_AKAMAI is true
  • AKAMAI_CLIENT_SECRET: used to get auth token from Akamai, required if USE_AKAMAI is true
  • AKAMAI_AUTH_URL: url for Akamai authorization, required if USE_AKAMAI is true
  • AKAMAI_URL: gateway url, required if USE_AKAMAI is true

Tag summary

Content type

Image

Digest

sha256:e12ba5b49

Size

388.2 MB

Last updated

over 1 year ago

docker pull flosumhub/flosum-scan-app-on-premise:1.0.9