GithubHelp home page GithubHelp logo

pombredanne / github-security-alerts-workflow Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yahoo/github-security-alerts-workflow

0.0 1.0 0.0 14 KB

Automation to Incorporate GitHub Security Alerts Into your Business Workflow

License: Apache License 2.0

Python 100.00%

github-security-alerts-workflow's Introduction

GitHub Security Alerts Workflow

This script is for teams that want to leverage GitHub Security Alerts into their workflow. It currently supports creating Jira tickets from the GitHub GraphQL API for security alerts.

Table of Contents

Background

This purpose of this project is to manage security vulnerabilities for open source projects using GitHub’s security alerts at scale.

Install

This script requires Python3 to run, so ensure you have this installed first. Installation of this script is as simple as the following:

git clone https://github.com/yahoo/GitHub-Security-Alerts-Workflow.git $$ cd GitHub-Security-Alerts-Workflow

Usage

Use the following command to run this script:

python3 graph_ql.py graph_ql_authorization_key jira_authorization_key jira_url jira_project_key

  • graph_ql_authorization_key - A GitHub GraphQL access token that has the ability to view security alerts for the chosen repo.
  • jira_authorization_key - An authorization key for your Jira instance with the ability to create and modify tickets.
  • jira_url - The endpoint for your Jira instance's issue API, e.g. https://jira.xyz.com/rest/api/2/issue/
  • jira_project_key - The identifier key for the Jira project you want to create issues for.

Contribute

Please refer to the contributing.md file for information about how to get involved. We welcome issues, questions, and pull requests. Pull Requests are welcome.

Maintainers

Manikandan Subramaniam: [email protected] Ashley Wolf: [email protected]

License

This project is licensed under the terms of the Apache 2.0 open source license. Please refer to LICENSE for the full terms.

github-security-alerts-workflow's People

Contributors

ashleywolf avatar maninavin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.