Files
macos_security/.github/CODEOWNERS
Stephen Beale 56795d1725 Add new scripts for generating compliance reports and mappings
- Implemented `script.py` for generating compliance scripts with Jinja2 templating and audit plist creation.
- Created `local_report.py` to generate local compliance reports in Excel and HTML formats, including pie chart visualizations.
- Developed `mapping.py` to update security rules with custom controls based on CSV input and generate baseline YAML files.
- Introduced `scap.py` for creating SCAP-compliant XML files, with support for different OS types and export formats.
2025-07-16 13:48:18 -06:00

23 lines
719 B
Plaintext

# This is a CODEOWNERS file.
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# The '*' pattern matches all files in the repository.
# * @stephenbeale @robertgendler @jmahlman
# Specific directories can have different owners.
# For example, the 'src' directory:
# src/ @stephenbeale @another-contributor
# Specific files can have different owners.
# For example, the 'README.md' file:
# README.md @stephenbeale
# You can also specify teams as owners.
# For example, the 'docs' directory:
# docs/ @team-docs
# You can specify multiple owners for a file or directory.
# For example, the 'scripts' directory:
# scripts/ @stephenbeale @team-scripts