Skip to content

Instantly share code, notes, and snippets.

@johnduhart
Created September 27, 2018 13:08
Show Gist options
  • Save johnduhart/beb438d665ea5d28af140f32557cc4f8 to your computer and use it in GitHub Desktop.
Save johnduhart/beb438d665ea5d28af140f32557cc4f8 to your computer and use it in GitHub Desktop.
Fossa.yaml for eShopOnContainers
# Generated by FOSSA CLI (https://github.com/fossas/fossa-cli)
# Visit https://fossa.io to learn more
version: 1
cli:
server: https://app.fossa.io
fetcher: custom
project: https://github.com/dotnet-architecture/eShopOnContainers
analyze:
modules:
- name: OcelotApiGw.csproj
type: nuget
target: src\ApiGateways\ApiGw-Base\OcelotApiGw.csproj
path: src\ApiGateways\ApiGw-Base
- name: Basket.API.csproj
type: nuget
target: src\Services\Basket\Basket.API\Basket.API.csproj
path: src\Services\Basket\Basket.API
- name: Catalog.API.csproj
type: nuget
target: src\Services\Catalog\Catalog.API\Catalog.API.csproj
path: src\Services\Catalog\Catalog.API
- name: Identity.API.csproj
type: nuget
target: src\Services\Identity\Identity.API\Identity.API.csproj
path: src\Services\Identity\Identity.API
- name: Locations.API.csproj
type: nuget
target: src\Services\Location\Locations.API\Locations.API.csproj
path: src\Services\Location\Locations.API
- name: Microsoft.eShopOnContainers.Services.Marketing.API
type: nuget
target: src\Services\Marketing\Marketing.API\Marketing.API.csproj
path: src\Services\Marketing\Marketing.API
- name: Ordering.API.csproj
type: nuget
target: src\Services\Ordering\Ordering.API\Ordering.API.csproj
path: src\Services\Ordering\Ordering.API
- name: Ordering.BackgroundTasks.csproj
type: nuget
target: src\Services\Ordering\Ordering.BackgroundTasks\Ordering.BackgroundTasks.csproj
path: src\Services\Ordering\Ordering.BackgroundTasks
- name: Ordering.SignalrHub.csproj
type: nuget
target: src\Services\Ordering\Ordering.SignalrHub\Ordering.SignalrHub.csproj
path: src\Services\Ordering\Ordering.SignalrHub
- name: Payment.API.csproj
type: nuget
target: src\Services\Payment\Payment.API\Payment.API.csproj
path: src\Services\Payment\Payment.API
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment