-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathexample-config.yml
More file actions
27 lines (22 loc) · 1.07 KB
/
example-config.yml
File metadata and controls
27 lines (22 loc) · 1.07 KB
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
loglevel: info # increase to trace for more verbose output
write-directory: evaluation_results
write: true # Change to false if you don't want to write the results to disk
output: yaml # Change to json if you want CLI and written output in json format
services:
# if there are multiple entries here, multiple services can be run via Privateer
# while running via debug, only one service can be run at a time using --service=<service_name>
<service_name>: # unique name/id for the evaluation
plugin: github-repo # required while running via Privateer
# The policy section may be set at the top level if assessing multiple services via privateer
policy:
catalogs:
- osps-baseline-2026-02 # use osps-baseline-2025-10 for the previous version
applicability:
- Maturity Level 1
# - Maturity Level 2
# - Maturity Level 3
# All variables are required to run the evaluation
vars:
owner: <github org or user name>
repo: <github repo name>
token: <classic token with permissions repo + admin:org>