RepoAuditor 0.4.3__tar.gz → 0.4.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {repoauditor-0.4.3 → repoauditor-0.4.4}/PKG-INFO +1 -1
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionQuery.py +6 -6
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/__init__.py +1 -1
- {repoauditor-0.4.3 → repoauditor-0.4.4}/.copier-answers.yml +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/.github/CODEOWNERS +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/.github/ISSUE_TEMPLATE/custom.md +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/.github/actions/release_impl/action.yml +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/.github/pull_request_template.md +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/.github/release_sources.yaml +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/.github/workflows/CICD.yml +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/.github/workflows/CICD_impl.yml +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/.github/workflows/EndToEnd.yml +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/.github/workflows/codeql.yml +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/.gitignore +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/.pre-commit-config.yaml +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/.python-version +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/CODE_OF_CONDUCT.md +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/GOVERNANCE.md +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/LICENSE +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/MAINTAINERS.md +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/README.md +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/SECURITY.md +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/default_config.yaml +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/docs/CONTRIBUTING.md +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/docs/DEVELOPMENT.md +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/docs/PAT.md +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/docs/config_file.md +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/docs/index.md +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/docs/troubleshooting.md +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/docs/usage.md +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/minisign_key.pub +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/mkdocs.yml +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/pyproject.toml +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/AutoGitSemVer.yaml +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/CommandLineProcessor.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Display.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/EntryPoint.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/ExecuteModules.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Impl/ParallelSequentialProcessor.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Impl/__init__.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Module.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugin.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/CommunityStandards/CommunityStandardsQuery.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/CommunityStandards/Impl/ExistsRequirementImpl.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/CommunityStandards/Impl/__init__.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/CommunityStandards/Module.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/CodeOfConduct.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/CodeOwners.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/Contributing.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/IssueTemplates.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/LicenseFile.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/PullRequestTemplates.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/ReadMe.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/SecurityPolicy.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/__init__.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/CommunityStandards/__init__.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/CommunityStandardsPlugin.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/AllowDeletions.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/AllowMainlineForcePushes.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/DismissStalePullRequestApprovals.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/DoNotAllowBypassSettings.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/EnsureStatusChecks.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/Impl/ClassicEnableRequirementImpl.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/Impl/ClassicValueRequirementImpl.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/Impl/__init__.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireApprovalMostRecentPush.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireApprovals.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireCodeOwnerReview.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireConversationResolution.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireLinearHistory.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequirePullRequests.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireSignedCommits.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireStatusChecksToPass.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireUpToDateBranches.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/__init__.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/DefaultBranchQuery.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/DefaultBranchRequirements/Protected.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/DefaultBranchRequirements/__init__.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/Impl/Common.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/Impl/EnableRequirementImpl.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/Impl/EnableRulesetRequirementImpl.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/Impl/ValueRequirementImpl.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/Impl/__init__.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/Module.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetQuery.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/BlockMainlineForcePushes.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/DismissStalePullRequestApprovals.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/EnsureStatusChecks.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RequireApprovalMostRecentPush.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RequireApprovals.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RequireCodeOwnerReview.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RequireCodeScanningResults.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RequireConversationResolution.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RequireLinearHistory.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RequirePullRequests.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RequireSignedCommits.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RequireStatusChecksToPass.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RequireSuccessfulDeployments.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RequireUpToDateBranches.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RestrictCreations.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RestrictDeletions.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RestrictUpdates.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/__init__.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardQuery.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/AutoMerge.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/DefaultBranch.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/DeleteHeadBranches.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/DependabotSecurityUpdates.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/Description.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/Impl/StandardEnableRequirementImpl.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/Impl/StandardValueRequirementImpl.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/Impl/__init__.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/License.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/MergeCommit.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/MergeCommitMessage.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/Private.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/RebaseMergeCommit.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SecretScanning.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SecretScanningPushProtection.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SquashCommitMerge.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SquashMergeCommitMessage.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SuggestUpdatingPullRequestBranches.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SupportDiscussions.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SupportIssues.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SupportProjects.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SupportWikis.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/TemplateRepository.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/WebCommitSignoff.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/__init__.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/__init__.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHubBase/Module.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHubBase/__init__.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHubPlugin.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/ScientificSoftware/Module.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/ScientificSoftware/Requirements/Citation.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/ScientificSoftware/Requirements/__init__.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/ScientificSoftware/ScientificSoftwareQuery.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/ScientificSoftware/__init__.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/ScientificSoftwarePlugin.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/__init__.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Query.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Requirement.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/py.typed +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/CommandLineProcessor_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/EntryPoint_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/ExecuteModules_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Module_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugin_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/CommunityStandards/CommunityStandardsQuery_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/CommunityStandards/CommunityStandards_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/CommunityStandards/ExistsRequirementImpl_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/CommunityStandards_EndToEndTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubEnterprise_EndToEndTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/ClassicBranchProtectionQuery_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/DismissStalePullRequestApprovals_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/EnsureStatusChecks_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/RequireApprovalMostRecentPush_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/RequireApprovals_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/RequireCodeOwnerReview_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/RequireUpToDateBranches_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/ClassicValueRequirementImpl_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/DefaultBranchQuery_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/DefaultBranchRequirements/Protected_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/EnableRulesetRequirementImpl_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/GitHubModule_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/GitHubSession_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/RulesetRequirements/BlockMainlineForcePushesRule_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/RulesetRequirements/DismissStalePullRequestApprovalsRule_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/RulesetRequirements/EnsureStatusChecksRule_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/RulesetRequirements/RequireApprovalMostRecentPushRule_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/RulesetRequirements/RequireApprovalsRule_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/RulesetRequirements/RequireCodeOwnerReviewRule_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/RulesetRequirements/RequireConversationResolutionRule_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/RulesetRequirements/RequirePullRequests_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/RulesetRequirements/RequireSignedCommits_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/RulesetRequirements/RequireStatusChecksToPassRule_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/RulesetRequirements/RequireUpToDateBranchesRule_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/RulesetRequirements/__init__.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/RulsesetQuery_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/StandardQuery_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/StandardRequirements/DependabotSecurityUpdates_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/StandardRequirements/Description_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/StandardRequirements/License_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/StandardRequirements/MergeCommitMessage_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/StandardRequirements/Private_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/StandardRequirements/SecretScanningPushProtection_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/StandardRequirements/SecretScanning_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/StandardRequirements/SquashMergeCommitMessage_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/ValueRequrementImpl_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/fixtures.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHub_EndToEndTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/ScientificSoftware/ScientificSoftwareQuery_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/ScientificSoftware_EndToEndTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/__snapshots__/CommunityStandards_EndToEndTest.ambr +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/__snapshots__/GitHubEnterprise_EndToEndTest.ambr +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/__snapshots__/GitHub_EndToEndTest.ambr +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/__snapshots__/ScientificSoftware_EndToEndTest.ambr +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/conftest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/utilities.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Query_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Requirement_UnitTest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/__init__.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/__snapshots__/ExecuteModules_UnitTest.ambr +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/tests/conftest.py +0 -0
- {repoauditor-0.4.3 → repoauditor-0.4.4}/uv.lock +0 -0
|
@@ -162,6 +162,12 @@ class ClassicBranchProtectionQuery(Query):
|
|
|
162
162
|
if not module_data["branch_data"].get("protected", False):
|
|
163
163
|
return None
|
|
164
164
|
|
|
165
|
+
# Classic branch protection information is only accessible when a pat is provided.
|
|
166
|
+
# Exit gracefully if there isn't a PAT, as the ClassicBranchProtectionQuery
|
|
167
|
+
# will print a warning if the PAT wasn't provided.
|
|
168
|
+
if module_data["session"].github_pat is None:
|
|
169
|
+
return None
|
|
170
|
+
|
|
165
171
|
# Note that once here, we know that the branch is protected, but we don't know the
|
|
166
172
|
# protection scheme used (rule sets or classic). Attempt to get the classic information
|
|
167
173
|
# and then see if rule sets are in use if the classic information is not found.
|
|
@@ -178,12 +184,6 @@ class ClassicBranchProtectionQuery(Query):
|
|
|
178
184
|
if ruleset_response:
|
|
179
185
|
return None
|
|
180
186
|
|
|
181
|
-
# Classic branch protection information is only accessible when a pat is provided. Exit
|
|
182
|
-
# gracefully if there isn't a PAT, as the DefaultBranchQuery will print a warning if
|
|
183
|
-
# the PAT wasn't provided.
|
|
184
|
-
if module_data["session"].github_pat is None:
|
|
185
|
-
return None
|
|
186
|
-
|
|
187
187
|
# If here, let the error result in an exception in the code that follows.
|
|
188
188
|
|
|
189
189
|
response.raise_for_status()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/CommunityStandards/Impl/__init__.py
RENAMED
|
File without changes
|
{repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/CommunityStandards/Module.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/CommunityStandards/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/DefaultBranchQuery.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/Impl/EnableRequirementImpl.py
RENAMED
|
File without changes
|
|
File without changes
|
{repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/GitHub/Impl/ValueRequirementImpl.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/ScientificSoftware/Module.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{repoauditor-0.4.3 → repoauditor-0.4.4}/src/RepoAuditor/Plugins/ScientificSoftware/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/DefaultBranchQuery_UnitTest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/GitHubSession_UnitTest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/RulesetRequirements/__init__.py
RENAMED
|
File without changes
|
{repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/RulsesetQuery_UnitTest.py
RENAMED
|
File without changes
|
{repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/StandardQuery_UnitTest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/GitHubModule/ValueRequrementImpl_UnitTest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{repoauditor-0.4.3 → repoauditor-0.4.4}/tests/Plugins/__snapshots__/GitHub_EndToEndTest.ambr
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|