vibecheck-scan
Version updated for https://github.com/WolffM/vibecheck to version v1.1.1.
- This action is used across all versions by 6 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
vibeCheck is a GitHub Action that performs cross-repository static analysis and automatically generates actionable GitHub issues based on identified code issues. It simplifies the process of identifying and tracking code quality problems by creating issues tailored for resolution by AI coding agents, thus automating static analysis and issue management. Key capabilities include customizable thresholds for severity and confidence, as well as support for private package authentication.
Release notes
What’s Changed
- Fix E722 bare except violations in test fixtures by @Copilot in https://github.com/WolffM/vibecheck/pull/309
- Fix CKV_GHA_7: Remove workflow_dispatch inputs for supply chain security by @Copilot in https://github.com/WolffM/vibecheck/pull/317
- Fix MD040: Add language specifier to fenced code block by @Copilot in https://github.com/WolffM/vibecheck/pull/319
- Fix MD034: Wrap bare URL in angle brackets by @Copilot in https://github.com/WolffM/vibecheck/pull/318
- fix: auto-fix Ruff style issues by @github-actions[bot] in https://github.com/WolffM/vibecheck/pull/329
- Make vibecheck resilient to dependency installation failures by @Copilot in https://github.com/WolffM/vibecheck/pull/342
New Contributors
- @github-actions[bot] made their first contribution in https://github.com/WolffM/vibecheck/pull/329
Full Changelog: https://github.com/WolffM/vibecheck/compare/v1.1.0...v1.1.1