Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

A test of the github security advisory api, with a view to keeping an eye on our estate

Notifications You must be signed in to change notification settings

alphagov/github-sa-api-test

Repository files navigation

Test implementation of GitHub GraphQL and REST API

Setup

On first run:

  1. Create a file called token containing a personal access token string.
  2. rename github_schema.json.bak to github_schema.json

You can use a venv or docker to run this project. If docker, just run make.

If in a python 3 virtual env:

pip install -r requirements.txt
python generate_schema.py

Run

So far this just runs a bunch of API calls and generates a GQL query from variables.

python dashboard.py

Or make

About

A test of the github security advisory api, with a view to keeping an eye on our estate

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published