Skip to content

Commit d82e1e9

Browse files
committed
Include SCAP content for all supported RHEL products in SSG package
Signed-off-by: egibs <20933572+egibs@users.noreply.github.com>
1 parent 008c623 commit d82e1e9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

scap-security-guide.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: scap-security-guide
33
version: "0.1.77"
4-
epoch: 0
4+
epoch: 1
55
description: Security automation content in SCAP, Bash, Ansible, and other formats
66
copyright:
77
- license: BSD-3-Clause
@@ -35,15 +35,11 @@ pipeline:
3535
- uses: cmake/configure
3636
with:
3737
output-dir: build
38-
# TODO: RHEL# product suite is not compiling
3938
opts: |
4039
-DSSG_ANSIBLE_PLAYBOOKS_ENABLED=False \
4140
-DSSG_SHELLCHECK_BASH_FIXES_VALIDATION_ENABLED=False \
4241
-DSSG_BASH_SCRIPTS_ENABLED=False \
43-
-DSSG_BATS_TESTS_ENABLED=False \
44-
-DSSG_PRODUCT_RHEL7=False \
45-
-DSSG_PRODUCT_RHEL8=False \
46-
-DSSG_PRODUCT_RHEL9=False
42+
-DSSG_BATS_TESTS_ENABLED=False
4743
4844
- uses: cmake/build
4945
with:

0 commit comments

Comments
 (0)