Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/github/gh-autofix

gh cli extension for interacting with code scanning autofixes
https://github.com/github/gh-autofix

gh-extension

Last synced: 3 months ago
JSON representation

gh cli extension for interacting with code scanning autofixes

Awesome Lists containing this project

README

        

# `gh-autofix`

A `gh` CLI extension allowing users to easily edit autofix suggestions in their local repository checkout.

## Installation

Requires the [GitHub CLI extension](https://cli.github.com/).

```bash
gh extension install github/gh-autofix
```

For usage see help outout.

```bash
gh autofix --help
```

## Background

The `gh-autofix` extension for the `gh` CLI allows users to view and apply autofix suggestions made on their pull requests. See the [code scanning autofix documentation](https://docs.github.com/en/code-security/code-scanning/managing-code-scanning-alerts/about-autofix-for-codeql-code-scanning) for more information.

## Requirements

Requires the [GitHub CLI extension](https://cli.github.com/), see [Installation](#installation) above.

## License

This project is licensed under the terms of the MIT open source license. Please refer to [MIT](./LICENSE) for the full terms.

## Maintainers

See [CODEOWNERS](./CODEOWNERS)

## Support

See [SUPPORT](./SUPPORT.md)