forked from ComplianceAsCode/content
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.packit.yaml
124 lines (116 loc) · 4 KB
/
.packit.yaml
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
downstream_package_name: scap-security-guide
upstream_package_name: scap-security-guide
specfile_path: scap-security-guide.spec
actions:
get-current-version:
- bash utils/version.sh
srpm_build_deps:
- bash
jobs:
- &build
job: copr_build
trigger: pull_request
targets:
- fedora-all-x86_64
- centos-stream-8-x86_64
- centos-stream-9-x86_64
- <<: *build
trigger: commit
branch: "gh-readonly-queue/.*"
- &test-static-checks
job: tests
trigger: pull_request
fmf_path: tests/tmt-plans
identifier: /static-checks
tmt_plan: /static-checks$
targets:
centos-stream-8: {}
centos-stream-9: {}
# when modifying this, modify also tests/tmt-plans/
- <<: *test-static-checks
identifier: /rpmbuild-ctest-fedora
tmt_plan: /rpmbuild-ctest-fedora$
targets:
fedora-all: {}
- <<: *test-static-checks
identifier: /hardening/host-os/ansible/anssi_bp28_high
tmt_plan: /hardening/host-os/ansible/anssi_bp28_high$
- <<: *test-static-checks
identifier: /hardening/host-os/ansible/ccn_advanced
tmt_plan: /hardening/host-os/ansible/ccn_advanced$
targets:
centos-stream-9: {}
- <<: *test-static-checks
identifier: /hardening/host-os/ansible/cis
tmt_plan: /hardening/host-os/ansible/cis$
- <<: *test-static-checks
identifier: /hardening/host-os/ansible/cis_server_l1
tmt_plan: /hardening/host-os/ansible/cis_server_l1$
- <<: *test-static-checks
identifier: /hardening/host-os/ansible/cis_workstation_l1
tmt_plan: /hardening/host-os/ansible/cis_workstation_l1$
- <<: *test-static-checks
identifier: /hardening/host-os/ansible/cis_workstation_l2
tmt_plan: /hardening/host-os/ansible/cis_workstation_l2$
- <<: *test-static-checks
identifier: /hardening/host-os/ansible/cui
tmt_plan: /hardening/host-os/ansible/cui$
- <<: *test-static-checks
identifier: /hardening/host-os/ansible/e8
tmt_plan: /hardening/host-os/ansible/e8$
- <<: *test-static-checks
identifier: /hardening/host-os/ansible/hipaa
tmt_plan: /hardening/host-os/ansible/hipaa$
- <<: *test-static-checks
identifier: /hardening/host-os/ansible/ism_o
tmt_plan: /hardening/host-os/ansible/ism_o$
- <<: *test-static-checks
identifier: /hardening/host-os/ansible/ospp
tmt_plan: /hardening/host-os/ansible/ospp$
- <<: *test-static-checks
identifier: /hardening/host-os/ansible/pci-dss
tmt_plan: /hardening/host-os/ansible/pci-dss$
- <<: *test-static-checks
identifier: /hardening/host-os/ansible/stig
tmt_plan: /hardening/host-os/ansible/stig$
- <<: *test-static-checks
identifier: /hardening/host-os/oscap/anssi_bp28_high
tmt_plan: /hardening/host-os/oscap/anssi_bp28_high$
- <<: *test-static-checks
identifier: /hardening/host-os/oscap/ccn_advanced
tmt_plan: /hardening/host-os/oscap/ccn_advanced$
targets:
centos-stream-9: {}
- <<: *test-static-checks
identifier: /hardening/host-os/oscap/cis
tmt_plan: /hardening/host-os/oscap/cis$
- <<: *test-static-checks
identifier: /hardening/host-os/oscap/cis_server_l1
tmt_plan: /hardening/host-os/oscap/cis_server_l1$
- <<: *test-static-checks
identifier: /hardening/host-os/oscap/cis_workstation_l1
tmt_plan: /hardening/host-os/oscap/cis_workstation_l1$
- <<: *test-static-checks
identifier: /hardening/host-os/oscap/cis_workstation_l2
tmt_plan: /hardening/host-os/oscap/cis_workstation_l2$
- <<: *test-static-checks
identifier: /hardening/host-os/oscap/cui
tmt_plan: /hardening/host-os/oscap/cui$
- <<: *test-static-checks
identifier: /hardening/host-os/oscap/e8
tmt_plan: /hardening/host-os/oscap/e8$
- <<: *test-static-checks
identifier: /hardening/host-os/oscap/hipaa
tmt_plan: /hardening/host-os/oscap/hipaa$
- <<: *test-static-checks
identifier: /hardening/host-os/oscap/ism_o
tmt_plan: /hardening/host-os/oscap/ism_o$
- <<: *test-static-checks
identifier: /hardening/host-os/oscap/ospp
tmt_plan: /hardening/host-os/oscap/ospp$
- <<: *test-static-checks
identifier: /hardening/host-os/oscap/pci-dss
tmt_plan: /hardening/host-os/oscap/pci-dss$
- <<: *test-static-checks
identifier: /hardening/host-os/oscap/stig
tmt_plan: /hardening/host-os/oscap/stig$