All Projects → jessfraz → secping

jessfraz / secping

Licence: MIT license
A tool for reading the SECURITY_CONTACTS file in a kubernetes repository.

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects
Dockerfile
14818 projects

secping

Travis CI GoDoc Github All Releases

A tool for reading the SECURITY_CONTACTS file in a kubernetes repository.

Table of Contents

Installation

Binaries

For installation instructions from binaries please visit the Releases Page.

Via Go

$ go get github.com/jessfraz/secping

Usage

$ secping -h
secping -  A tool for reading the SECURITY_CONTACTS file in a kubernetes repository.

Usage: secping <command>

Flags:

  --assign-days    assign issues more than this many days old (0 to disable) (default: 10)
  --assignees      ensure at least this many people are assigned (will attempt to assign twice as many if unmet). (default: 5)
  --bump           bump the issue with a new comment if it hasn't been updated in this many days (0 to disable) (default: 7)
  --confirm        Actually create/edit/etc issues when set. (default: false)
  -d               enable debug logging (default: false)
  --org            Check all repos in this org (repeatable) (skipped if repos are passed in) (default: kubernetes, kubernetes-client, kubernetes-csi, kubernetes-incubator, kubernetes-sig-testing, kubernetes-sigs)
  --skip-assignee  Do not assign this person (repeatable) (default: k8s-ci-robot, k8s-merge-robot, k8s-bot)
  --skip-close     do not attempt to close issues when set (default: false)
  --skip-emails    do not log contact emails for each repo when set (default: false)
  --skip-open      do not open new issues when set (default: false)
  --skip-repo      Do not check this repo when listing org repos (repeatable) (default: kubernetes/kubernetes-template-project)
  --token          Value of github token ($GITHUB_TOKEN by default) (default: <none>)
  --token-path     /path/to/github-token (default: <none>)

Commands:

  version  Show the version information.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].