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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# SPDX-License-Identifier: MPL-2.0
#
# libpathrs: safe path resolution on Linux
# Copyright (C) 2019-2025 SUSE LLC
# Copyright (C) 2026 Aleksa Sarai <cyphar@cyphar.com>
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
comment:
layout: "reach, diff, components, files"
require_changes: true
behavior: once
branches:
- master
component_management:
default_rules:
statuses:
- type: project
target: auto
- type: patch
target: auto
informational: true
individual_components:
- component_id: pathrs
name: pathrs
paths:
- "src/**"
- "!src/capi/**"
statuses:
- type: project
target: 80%
threshold: 0%
- type: patch
target: auto
informational: true
- component_id: pathrs-capi
name: libpathrs.so
paths:
- "src/capi/**"
statuses:
- type: project
target: 80%
threshold: 0%
- type: patch
target: auto
informational: true
coverage:
range: 60..95
github_checks:
annotations: true