Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/github/gh-autofix
- Owner: github
- License: mit
- Created: 2023-09-29T11:49:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-14T16:08:54.000Z (5 months ago)
- Last Synced: 2024-09-30T00:05:49.001Z (3 months ago)
- Topics: gh-extension
- Homepage:
- Size: 14.6 KB
- Stars: 6
- Watchers: 4
- 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
# `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)