Skip to content

Commit

Permalink
Remove remnants of removed openscap scanning feature
Browse files Browse the repository at this point in the history
Signed-off-by: William Panlener <[email protected]>
  • Loading branch information
qwestduck committed Aug 16, 2024
1 parent ab3972d commit 8300f11
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 25 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ This contains rewrites and ID reference changes as per STIG documentation.

This can be turned on or off within the defaults/main.yml file with the variable rhel7cis_run_audit. The value is false by default, please refer to the wiki for more details. The defaults file also populates the goss checks to check only the controls that have been enabled in the ansible role.

This is a much quicker, very lightweight, checking (where possible) config compliance and live/running settings.
This is a quick, very lightweight, check (where possible) of config compliance and live/running settings.

A new form of auditing has been developed, by using a small (12MB) go binary called [goss](https://github.com/goss-org/goss) along with the relevant configurations to check. Without the need for infrastructure or other tooling.
A form of auditing has been developed, by using a small (12MB) go binary called [goss](https://github.com/goss-org/goss) along with the relevant configurations to check. Without the need for infrastructure or other tooling.
This audit will not only check the config has the correct setting but aims to capture if it is running with that configuration also trying to remove [false positives](https://www.mindpointgroup.com/blog/is-compliance-scanning-still-relevant/) in the process.

## Documentation
Expand All @@ -83,9 +83,8 @@ The following packages must be installed on the controlling host/host where ansi

- python2-passlib (or just passlib, if using python3)
- python-lxml
- python-xmltodict

Package 'python-xmltodict' is required if you enable the OpenSCAP tool installation and run a report. Packages python(2)-passlib are required for tasks with custom filters or modules. These are all required on the controller host that executes Ansible.
Packages python(2)-passlib are required for tasks with custom filters or modules. These are all required on the controller host that executes Ansible.

## Role Variables

Expand Down
10 changes: 0 additions & 10 deletions filter_plugins/xml2json.py

This file was deleted.

10 changes: 0 additions & 10 deletions handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,3 @@
when:
- "'dconf' in ansible_facts.packages"
- rhel8stig_always_configure_dconf

- name: prereport score
ansible.builtin.debug:
msg: "Pre-run OpenSCAP score is {{ rhel8stig_prescanresults.Benchmark.TestResult.score['#text'] }}"
when: rhel8stig_oscap_scan

- name: postreport score
ansible.builtin.debug:
msg: "Post-run OpenSCAP score is {{ rhel8stig_postscanresults.Benchmark.TestResult.score['#text'] }}"
when: rhel8stig_oscap_scan
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
passlib
lxml
xmltodict
jmespath
yamllint

0 comments on commit 8300f11

Please sign in to comment.