Skip to main content

Script to check a GitHub org for commits without a DCO signoff that should have one.

Project description

Script to check a GitHub org for commits without a DCO signoff that should have one.

Loads config file ( defaults to dco_org_check.yaml, or specify at the command line after -c ) for credentials

Config file options ( set argument is the default if not specified )

# GitHub access token ( required )
token: 
# Github org name ( required )
org: 
# name of csvfile
csvfile: dco_issues.csv 
# directory where previous commit signoffs are in the repo
dco_signoffs_directory: dco-signoffs 
# set to 1 if you want to have the script create the previous commits signoff files
create_prior_commits_file: 1 
# directory where to store the prior commits files
create_prior_commits_dir: dco-signoffs 
# list of repos to ignore when scanning
ignore_repos: 
  - repo1
  - repo2
  - ...
# list of repos to only look at when scanning
only_repos: 
  - repo1
  - repo2
  - ...

SPDX-License-Identifier: Apache-2.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

dco_org_check-0.1-py3-none-any.whl (7.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page