.coderabbit.yaml
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CHANGELOG.rst
LICENSE
README.md
SECURITY.md
action.yml
dfetch.code-workspace
dfetch.yaml
pyproject.toml
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.github/dependabot.yml
.github/workflows/build.yml
.github/workflows/ci.yml
.github/workflows/codeql-analysis.yml
.github/workflows/dependency-review.yml
.github/workflows/devcontainer.yml
.github/workflows/docs.yml
.github/workflows/python-publish.yml
.github/workflows/release.yml
.github/workflows/run.yml
.github/workflows/scorecard.yml
.github/workflows/test.yml
dfetch/__init__.py
dfetch/__main__.py
dfetch/log.py
dfetch.egg-info/PKG-INFO
dfetch.egg-info/SOURCES.txt
dfetch.egg-info/dependency_links.txt
dfetch.egg-info/entry_points.txt
dfetch.egg-info/requires.txt
dfetch.egg-info/top_level.txt
dfetch/commands/__init__.py
dfetch/commands/check.py
dfetch/commands/command.py
dfetch/commands/common.py
dfetch/commands/diff.py
dfetch/commands/environment.py
dfetch/commands/format_patch.py
dfetch/commands/freeze.py
dfetch/commands/import_.py
dfetch/commands/init.py
dfetch/commands/report.py
dfetch/commands/update.py
dfetch/commands/update_patch.py
dfetch/commands/validate.py
dfetch/manifest/__init__.py
dfetch/manifest/manifest.py
dfetch/manifest/parse.py
dfetch/manifest/project.py
dfetch/manifest/remote.py
dfetch/manifest/schema.py
dfetch/manifest/version.py
dfetch/project/__init__.py
dfetch/project/abstract_check_reporter.py
dfetch/project/gitsubproject.py
dfetch/project/gitsuperproject.py
dfetch/project/metadata.py
dfetch/project/subproject.py
dfetch/project/superproject.py
dfetch/project/svnsubproject.py
dfetch/project/svnsuperproject.py
dfetch/reporting/__init__.py
dfetch/reporting/reporter.py
dfetch/reporting/sbom_reporter.py
dfetch/reporting/stdout_reporter.py
dfetch/reporting/check/__init__.py
dfetch/reporting/check/code_climate_reporter.py
dfetch/reporting/check/jenkins_reporter.py
dfetch/reporting/check/reporter.py
dfetch/reporting/check/sarif_reporter.py
dfetch/reporting/check/stdout_reporter.py
dfetch/resources/__init__.py
dfetch/resources/template.yaml
dfetch/util/__init__.py
dfetch/util/cmdline.py
dfetch/util/license.py
dfetch/util/purl.py
dfetch/util/util.py
dfetch/util/versions.py
dfetch/vcs/__init__.py
dfetch/vcs/git.py
dfetch/vcs/patch.py
dfetch/vcs/svn.py
doc/Makefile
doc/alternatives.rst
doc/changelog.rst
doc/conf.py
doc/contributing.rst
doc/dfetch-action.md
doc/getting_started.rst
doc/index.rst
doc/installation.rst
doc/internal.rst
doc/legal.rst
doc/make.bat
doc/manifest.rst
doc/manual.rst
doc/robots.txt
doc/troubleshooting.rst
doc/vendoring.rst
doc/_ext/scenario_directive.py
doc/_ext/patches/001-autoformat-sphinxcontrib.asciinema.patch
doc/_ext/patches/002-fix-options-sphinxcontrib.asciinema.patch
doc/_ext/sphinxcontrib_asciinema/.dfetch_data.yaml
doc/_ext/sphinxcontrib_asciinema/LICENSE
doc/_ext/sphinxcontrib_asciinema/__init__.py
doc/_ext/sphinxcontrib_asciinema/asciinema.py
doc/_ext/sphinxcontrib_asciinema/_static/asciinema-player_3.12.1.css
doc/_ext/sphinxcontrib_asciinema/_static/asciinema-player_3.12.1.js
doc/asciicasts/basic.cast
doc/asciicasts/check-ci.cast
doc/asciicasts/check.cast
doc/asciicasts/diff.cast
doc/asciicasts/environment.cast
doc/asciicasts/format-patch.cast
doc/asciicasts/freeze.cast
doc/asciicasts/import.cast
doc/asciicasts/init.cast
doc/asciicasts/report.cast
doc/asciicasts/sbom.cast
doc/asciicasts/update-patch.cast
doc/asciicasts/update.cast
doc/asciicasts/validate.cast
doc/generate-casts/README.md
doc/generate-casts/basic-demo.sh
doc/generate-casts/check-ci-demo.sh
doc/generate-casts/check-demo.sh
doc/generate-casts/diff-demo.sh
doc/generate-casts/environment-demo.sh
doc/generate-casts/format-patch-demo.sh
doc/generate-casts/freeze-demo.sh
doc/generate-casts/generate-casts.sh
doc/generate-casts/import-demo.sh
doc/generate-casts/init-demo.sh
doc/generate-casts/report-demo.sh
doc/generate-casts/report-sbom-demo.sh
doc/generate-casts/strip-setup-from-cast.sh
doc/generate-casts/update-demo.sh
doc/generate-casts/update-patch-demo.sh
doc/generate-casts/validate-demo.sh
doc/generate-casts/demo-magic/.dfetch_data.yaml
doc/generate-casts/demo-magic/demo-magic.sh
doc/generate-casts/demo-magic/license.txt
doc/images/dfetch_header.png
doc/images/dfetch_header.svg
doc/images/dfetch_logo.png
doc/images/dfetch_logo.svg
doc/images/dfetch_logo_only.png
doc/images/dfetch_logo_only.svg
doc/images/dog.svg
doc/images/favicon.ico
doc/images/github-actions-result.png
doc/images/gitlab-check-pipeline-result.png
doc/images/gitlab-highlighted-manifest.png
doc/images/local-change-github-details.png
doc/images/local-change-github.png
doc/images/out-of-date-jenkins.png
doc/images/out-of-date-jenkins2.png
doc/landing-page/Makefile
doc/landing-page/conf.py
doc/landing-page/index.rst
doc/landing-page/make.bat
doc/landing-page/robots.txt
doc/landing-page/static/css/custom.css
doc/static/css/custom.css
doc/static/uml/c1_dfetch_context.puml
doc/static/uml/c2_dfetch_containers.puml
doc/static/uml/c3_dfetch_components_commands.puml
doc/static/uml/c3_dfetch_components_manifest.puml
doc/static/uml/c3_dfetch_components_project.puml
doc/static/uml/check.puml
doc/static/uml/generate_diagram.py
doc/static/uml/update.puml
doc/static/uml/styles/plantuml-c4/.dfetch_data.yaml
doc/static/uml/styles/plantuml-c4/C4.puml
doc/static/uml/styles/plantuml-c4/C4_Component.puml
doc/static/uml/styles/plantuml-c4/C4_Container.puml
doc/static/uml/styles/plantuml-c4/C4_Context.puml
doc/static/uml/styles/plantuml-c4/C4_Deployment.puml
doc/static/uml/styles/plantuml-c4/C4_Dynamic.puml
doc/static/uml/styles/plantuml-c4/C4_Sequence.puml
doc/static/uml/styles/plantuml-c4/LICENSE
example/dfetch.yaml
features/check-git-repo.feature
features/check-report-code-climate.feature
features/check-report-jenkins.feature
features/check-report-sarif.feature
features/check-specific-projects.feature
features/check-svn-repo.feature
features/checked-project-has-dependencies.feature
features/diff-in-git.feature
features/diff-in-svn.feature
features/environment.py
features/fetch-checks-destination.feature
features/fetch-file-pattern-git.feature
features/fetch-file-pattern-svn.feature
features/fetch-git-repo.feature
features/fetch-single-file-git.feature
features/fetch-single-file-svn.feature
features/fetch-specific-project.feature
features/fetch-svn-repo.feature
features/fetch-with-ignore-git.feature
features/fetch-with-ignore-svn.feature
features/format-patch-in-git.feature
features/format-patch-in-svn.feature
features/freeze-projects.feature
features/guard-against-overwriting-git.feature
features/guard-against-overwriting-svn.feature
features/handle-invalid-metadata.feature
features/import-from-git.feature
features/import-from-svn.feature
features/journey-basic-patching.feature
features/journey-basic-usage.feature
features/keep-license-in-project.feature
features/list-projects.feature
features/patch-after-fetch-git.feature
features/patch-after-fetch-svn.feature
features/patch-fuzzy-matching-git.feature
features/report-sbom.feature
features/suggest-project-name.feature
features/update-patch-in-git.feature
features/update-patch-in-svn.feature
features/updated-project-has-dependencies.feature
features/validate-manifest.feature
features/steps/__init__.py
features/steps/generic_steps.py
features/steps/git_steps.py
features/steps/manifest_steps.py
features/steps/svn_steps.py
script/build.py
script/check_quality.bat
script/create_docs.bat
script/create_release_notes.py
script/create_sbom.py
script/create_venv.py
script/dependabot_hook.py
script/package.py
script/release.py
tests/__init__.py
tests/manifest_mock.py
tests/run_tests.bat
tests/test_check.py
tests/test_cmdline.py
tests/test_fuzzing.py
tests/test_git_vcs.py
tests/test_import.py
tests/test_manifest.py
tests/test_patch.py
tests/test_project_entry.py
tests/test_project_version.py
tests/test_purl.py
tests/test_report.py
tests/test_resources.py
tests/test_subproject.py
tests/test_svn.py
tests/test_update.py
tests/test_util_version.py