forked from gane5hvarma/panther
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.fossa.yml
40 lines (39 loc) · 1.38 KB
/
.fossa.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Generated by FOSSA CLI (https://github.com/fossas/fossa-cli)
# Visit https://fossa.com to learn more
version: 2
cli:
server: https://app.fossa.com
fetcher: custom
project: [email protected]:panther-labs/panther.git
analyze:
modules:
- name: frontend
type: npm
target: web
path: web
# Compliance Backend
- name: alert_forwarder
type: go
target: github.com/panther-labs/panther/internal/compliance/alert_forwarder/main
path: ./internal/compliance/alert_forwarder/main
- name: snapshot_api
type: go
target: github.com/panther-labs/panther/internal/compliance/snapshot_api/main
path: ./internal/compliance/snapshot_api/main
- name: snapshot_poller
type: go
target: github.com/panther-labs/panther/internal/compliance/snapshot_poller/main
path: ./internal/compliance/snapshot_poller/main
- name: snapshot_scheduler
type: go
target: github.com/panther-labs/panther/internal/compliance/snapshot_scheduler/main
path: ./internal/compliance/snapshot_scheduler/main
# Core Backend
- name: outputs_api
type: go
target: github.com/panther-labs/panther/internal/core/outputs_api/main
path: ./internal/core/outputs_api/main
- name: users_api
type: go
target: github.com/panther-labs/panther/internal/core/users_api/main
path: ./internal/core/users_api/main