.coveragerc
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
content-parser-clamav.Containerfile
content-parser.Containerfile
cspell.config.yaml
pyproject.toml
requirements.txt
sonar-project.properties
tox.ini
.config/dictionary.txt
.config/requirements-dev.txt
.config/requirements-lock.txt
.config/requirements-test.txt
.config/requirements.in
.github/CODEOWNERS
.github/pull_request_template.md
.github/workflows/build.yml
.github/workflows/malware_scan.yml
.github/workflows/release.yml
src/ansible_content_parser/__init__.py
src/ansible_content_parser/__main__.py
src/ansible_content_parser/_version.py
src/ansible_content_parser/gen_ftdata.py
src/ansible_content_parser/lint.py
src/ansible_content_parser/lintable_dict.py
src/ansible_content_parser/pipeline.py
src/ansible_content_parser/report.py
src/ansible_content_parser/safe_checks.py
src/ansible_content_parser/version.py
src/ansible_content_parser.egg-info/PKG-INFO
src/ansible_content_parser.egg-info/SOURCES.txt
src/ansible_content_parser.egg-info/dependency_links.txt
src/ansible_content_parser.egg-info/entry_points.txt
src/ansible_content_parser.egg-info/requires.txt
src/ansible_content_parser.egg-info/top_level.txt
tests/__init__.py
tests/test_main.py
tests/test_safe_checks.py
tools/scripts/clamscan.sh