{"id":13602558,"url":"https://github.com/codebytere/gist-audit-maker","last_synced_at":"2025-03-17T20:30:47.913Z","repository":{"id":33976229,"uuid":"164777610","full_name":"codebytere/gist-audit-maker","owner":"codebytere","description":"track and update Node audit log gists","archived":false,"fork":false,"pushed_at":"2022-04-28T18:49:00.000Z","size":643,"stargazers_count":3,"open_issues_count":9,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T03:41:42.126Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codebytere.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-09T03:10:40.000Z","updated_at":"2022-12-21T08:32:45.000Z","dependencies_parsed_at":"2022-08-07T23:31:09.601Z","dependency_job_id":null,"html_url":"https://github.com/codebytere/gist-audit-maker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebytere%2Fgist-audit-maker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebytere%2Fgist-audit-maker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebytere%2Fgist-audit-maker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebytere%2Fgist-audit-maker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codebytere","download_url":"https://codeload.github.com/codebytere/gist-audit-maker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243878486,"owners_count":20362433,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T18:01:28.665Z","updated_at":"2025-03-17T20:30:47.639Z","avatar_url":"https://github.com/codebytere.png","language":"JavaScript","readme":"## Gist Audit Maker\n\nIn keeping track of commits that need auditing for backport in Node.js, the current best approach is to maintain and update a gist with the commits.\n\nThis package allows for automatic updating of this gist.\n\n### To Use\n\nSet the following environment variables, as these are needed to authenticate `@octokit/rest` for gist fetching and updating\n\n```sh\nexport USERNAME=\u003cyour github username\u003e\nexport PASSWORD=\u003cyour github password\u003e\n```\n\nThis tool will look for a file named according to the following format: `audit-v[VERSION]-[SEMVER].md`, where version is a Node version such as `audit-v10-patch.md` or `audit-v11-minor.md`. If a gist with this name pattern doesn't exist, this tool will create it for you and then update it on future runs.\n\nInstall `gist-audit-maker` globally:\n\n```sh\n$ npm i -g gist-audit-maker\n```\n\nThis tool must be run from your local clone of the core `nodejs/node` repository. It takes three arguments:\n\n1. `branch` - the target branch for auditing\n2. `semver` - whether you would like to see either `semver-minor` or `semver-patch` commits (possible values are `minor` or `patch`)\n3. `fork` - whether or not the repo in which this is being run is a fork (defaults to `false`)\n\nExamples:\n\n```sh\n$ cd /path/to/node\n$ gist-audit-maker --branch=v10.x --semver=patch --fork=true\n```\n\n```sh\n$ cd /path/to/node\n$ gist-audit-maker --branch=v11.x --semver=minor\n```\n\nYou could also run it with `npx`, like so:\n\n```sh\n$ cd /path/to/node\n$ npx gist-audit-maker --branch=v10.x --semver=minor --fork=false\n```","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebytere%2Fgist-audit-maker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodebytere%2Fgist-audit-maker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebytere%2Fgist-audit-maker/lists"}