Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:21:57 +08:00
commit 435f0e6fe1
8 changed files with 165 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for compliance-report-generator skill
- [ ] generate_report.py: Script to automate the generation of compliance reports based on specified standards and configurations.
- [ ] validate_config.py: Script to validate the configuration files used for report generation, ensuring they adhere to the required schema.
- [ ] fetch_standards.py: Script to fetch the latest versions of compliance standards from online sources.