mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-11 09:41:37 +00:00
23 lines
477 B
YAML
23 lines
477 B
YAML
ignore:
|
|
- "src/agent/**/examples/"
|
|
- "src/ApiService/*Tests/"
|
|
|
|
component_management:
|
|
individual_components:
|
|
- component_id: agent
|
|
name: OneFuzz Agent
|
|
paths:
|
|
- src/agent/**
|
|
- component_id: cli
|
|
name: OneFuzz CLI
|
|
paths:
|
|
- src/cli/**
|
|
- component_id: service
|
|
name: OneFuzz Service
|
|
paths:
|
|
- src/ApiService/**
|
|
- component_id: proxy
|
|
name: OneFuzz Proxy
|
|
paths:
|
|
- src/proxy-manager/**
|