Web Configuration Auditor: Perform a fully automated secure configuration review using the CIS referential.
via GitHub Actions and GitHub Dependabot
See here.
See here.
The file read is encoded using UTF8 BOM encoding.
Convert it to UTF8 (No BOM) encoding, for example, using the following Linux shell command (source):
$ tail -c +4 withBOM.txt > withoutBOM.txt