.gitignore
.pre-commit-config.yaml
CITATION.cff
LICENSE
Makefile
README.md
action.yml
codemeta.json
mkdocs.yml
pyproject.toml
.github/workflows/docs.yml
.github/workflows/pypi.yml
.github/workflows/resqui.yml
.github/workflows/test.yml
configurations/basic.json
configurations/complete.json
configurations/indicators_analysis_code.json
configurations/indicators_prototype_tools.json
configurations/indicators_rs_infrastructure.json
docs/index.md
docs/explanation/architecture.md
docs/explanation/indicators.md
docs/how-to/add-a-plugin.md
docs/how-to/ci-integration.md
docs/how-to/custom-configuration.md
docs/reference/api.md
docs/reference/cli.md
docs/reference/configuration.md
docs/tutorials/first-assessment.md
src/resqui/__init__.py
src/resqui/api.py
src/resqui/cli.py
src/resqui/config.py
src/resqui/core.py
src/resqui/docopt.py
src/resqui/tools.py
src/resqui/version.py
src/resqui.egg-info/PKG-INFO
src/resqui.egg-info/SOURCES.txt
src/resqui.egg-info/dependency_links.txt
src/resqui.egg-info/entry_points.txt
src/resqui.egg-info/requires.txt
src/resqui.egg-info/top_level.txt
src/resqui/executors/__init__.py
src/resqui/executors/base.py
src/resqui/executors/docker.py
src/resqui/executors/python.py
src/resqui/plugins/__init__.py
src/resqui/plugins/base.py
src/resqui/plugins/cffconvert.py
src/resqui/plugins/gitleaks.py
src/resqui/plugins/howfairis.py
src/resqui/plugins/openssfscorecard.py
src/resqui/plugins/rsfc.py
src/resqui/plugins/superlinter.py
tests/test_cli.py
tests/test_config.py
tests/test_core.py
tests/test_executors.py
tests/test_tools.py