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: 5 months ago
JSON representation
gh cli extension for interacting with code scanning autofixes
- Host: GitHub
- URL: https://github.com/github/gh-autofix
- Owner: github
- License: mit
- Archived: true
- Created: 2023-09-29T11:49:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T14:47:19.000Z (over 1 year ago)
- Last Synced: 2025-02-01T02:36:11.245Z (about 1 year ago)
- Topics: gh-extension
- Homepage:
- Size: 16.6 KB
- Stars: 8
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
- Support: SUPPORT.md
Awesome Lists containing this project
README
# DEPRECATION WARNING
This CLI extension is no longer supported. It will stop working on November 10, 2024. Please contact [GitHub support](https://support.github.com/) if you require assistance.
# `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)