Skip to content

Commit

Permalink
Enable static-checks/rule-identifiers on RHEL10
Browse files Browse the repository at this point in the history
  • Loading branch information
mildas committed Sep 26, 2024
1 parent 59951a5 commit 8462bd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 4 additions & 4 deletions conf/waivers/20-long-term
Original file line number Diff line number Diff line change
Expand Up @@ -129,20 +129,20 @@

# RHEL8 https://github.com/ComplianceAsCode/content/issues/12421
# RHEL9 https://github.com/ComplianceAsCode/content/issues/12424
# RHEL10 - No official RHEL10 STIG benchmark yet
/static-checks/rule-identifiers/stig/.*
rhel == 8 or rhel == 9
rhel == 8 or rhel == 9 or rhel == 10
# RHEL8 https://github.com/ComplianceAsCode/content/issues/12422
# RHEL9 https://github.com/ComplianceAsCode/content/issues/12425
/static-checks/rule-identifiers/ospp/.*
rhel == 8 or rhel == 9
# RHEL8 https://github.com/ComplianceAsCode/content/issues/12423
# RHEL9 https://github.com/ComplianceAsCode/content/issues/12427
# https://github.com/ComplianceAsCode/content/issues/12430
/static-checks/rule-identifiers/ism_o/.*
rhel == 8 or rhel == 9
rhel == 8 or rhel == 9 or rhel == 10
# https://github.com/ComplianceAsCode/content/issues/12426
/static-checks/rule-identifiers/hipaa/sshd_use_directory_configuration
rhel == 9



# vim: syntax=python
4 changes: 0 additions & 4 deletions static-checks/rule-identifiers/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,3 @@ result: custom
environment+:
PYTHONPATH: ../..
duration: 10m
adjust:
- when: distro == rhel-10
enabled: false
because: rhel10 profiles are in draft state with missing references

0 comments on commit 8462bd6

Please sign in to comment.