ansible-lockdown / RHEL8-CIS-Audit

Audit configurations for RHEL8 CIS - utilising goss
MIT License
31 stars 24 forks source link

Correct syntax error in run_audit.sh (#58) #59

Closed cpeetersburg closed 2 months ago

cpeetersburg commented 2 months ago

Pull request details

Overall Review of Changes:

Fixing the syntax error on line 86. This is due to the wrong use of the tr command. I chose to use awk instead since it requires one pipe less than when fixing the tr syntax.

Issue Fixes:

Enhancements: None

How has this been tested?: Executing the run_audit.sh script again in my sandbox and verifying that there's no more syntax error.