.gitignore
Dockerfile
LICENSE
NOTICE
README.md
pyproject.toml
requirements.txt
.github/workflows/docker-publish.yml
LICENSES/opengrep-LGPL-2.1.txt
LICENSES/trufflehog-GPL-3.0.txt
dsoinabox/__init__.py
dsoinabox/__main__.py
dsoinabox/cli.py
dsoinabox.egg-info/PKG-INFO
dsoinabox.egg-info/SOURCES.txt
dsoinabox.egg-info/dependency_links.txt
dsoinabox.egg-info/entry_points.txt
dsoinabox.egg-info/requires.txt
dsoinabox.egg-info/top_level.txt
dsoinabox/reporting/__init__.py
dsoinabox/reporting/checkov.py
dsoinabox/reporting/grype.py
dsoinabox/reporting/opengrep.py
dsoinabox/reporting/parser.py
dsoinabox/reporting/report_builder.py
dsoinabox/reporting/sarif_formatter.py
dsoinabox/reporting/trufflehog.py
dsoinabox/reporting/templates/html/default_checkov.html
dsoinabox/reporting/templates/html/default_grype.html
dsoinabox/reporting/templates/html/default_opengrep.html
dsoinabox/reporting/templates/html/default_syft.html
dsoinabox/reporting/templates/html/default_trufflehog.html
dsoinabox/reporting/templates/html/default_unified_report.html
dsoinabox/reporting/templates/html/dsoiab_logo_base64.txt
dsoinabox/reporting/templates/jenkins_html/default_checkov.html
dsoinabox/reporting/templates/jenkins_html/default_grype.html
dsoinabox/reporting/templates/jenkins_html/default_opengrep.html
dsoinabox/reporting/templates/jenkins_html/default_syft.html
dsoinabox/reporting/templates/jenkins_html/default_trufflehog.html
dsoinabox/reporting/templates/jenkins_html/default_unified_report.html
dsoinabox/reporting/templates/jenkins_html/assets/app.js
dsoinabox/reporting/templates/jenkins_html/assets/logo.png
dsoinabox/reporting/templates/jenkins_html/assets/styles.css
dsoinabox/scanners/__init__.py
dsoinabox/scanners/base.py
dsoinabox/scanners/iac/__init__.py
dsoinabox/scanners/iac/checkov.py
dsoinabox/scanners/sast/__init__.py
dsoinabox/scanners/sast/opengrep.py
dsoinabox/scanners/sbom/__init__.py
dsoinabox/scanners/sbom/syft.py
dsoinabox/scanners/sca/__init__.py
dsoinabox/scanners/sca/grype.py
dsoinabox/scanners/secrets/__init__.py
dsoinabox/scanners/secrets/trufflehog.py
dsoinabox/utils/deterministic.py
dsoinabox/utils/environment.py
dsoinabox/utils/git.py
dsoinabox/utils/project_id.py
dsoinabox/utils/runner.py
dsoinabox/waivers/__init__.py
dsoinabox/waivers/benchmark.py
dsoinabox/waivers/loader.py
dsoinabox/waivers/matcher.py
dsoinabox/waivers/waiver_schema_1.0_example.yaml
tests/conftest.py
tests/integration/__init__.py
tests/integration/test_cli_exit_codes.py
tests/integration/test_cli_flags.py
tests/integration/test_cli_html_report.py
tests/integration/test_cli_smoke.py
tests/integration/test_cli_tool_output.py
tests/unit/test_fixtures_smoke.py
tests/unit/fingerprints/__init__.py
tests/unit/fingerprints/test_stability_and_delta.py
tests/unit/reporting/__init__.py
tests/unit/reporting/test_html_snapshots.py
tests/unit/reporting/test_html_template.py
tests/unit/reporting/test_json_report.py
tests/unit/reporting/test_large_report_performance.py
tests/unit/reporting/test_sarif_formatter.py
tests/unit/reporting/test_unknown_tool_output.py
tests/unit/reporting/__snapshots__/test_html_snapshots.ambr
tests/unit/reporting/__snapshots__/test_html_template.ambr
tests/unit/reporting/__snapshots__/test_json_report.ambr
tests/unit/scanners/__init__.py
tests/unit/scanners/test_checkov_parser.py
tests/unit/scanners/test_checkov_parser_robustness.py
tests/unit/scanners/test_grype_parser.py
tests/unit/scanners/test_grype_parser_robustness.py
tests/unit/scanners/test_opengrep_parser.py
tests/unit/scanners/test_opengrep_parser_robustness.py
tests/unit/scanners/test_trufflehog_parser.py
tests/unit/scanners/test_trufflehog_parser_robustness.py
tests/unit/scanners/__snapshots__/test_opengrep_parser.ambr
tests/unit/utils/test_deterministic.py
tests/unit/utils/test_environment.py
tests/unit/utils/test_project_id.py
tests/unit/utils/test_runner.py
tests/unit/waivers/__init__.py
tests/unit/waivers/test_benchmark.py
tests/unit/waivers/test_waiver_application.py
tests/unit/waivers/test_waiver_loader.py
tests/unit/waivers/test_waiver_matcher_edge_cases.py