SafetyCLI Self-Healing Action
Version updated for https://github.com/kmesiab/safetycli-self-healing-action to version v1.4.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The SafetyCLI Self-Healing GitHub Action automates the detection and resolution of security vulnerabilities in Python dependencies. It scans for vulnerabilities using the Safety CLI, creates detailed GitHub issues for identified CVEs, and leverages GitHub Copilot for AI-driven remediation. This action helps streamline dependency security management by automating the identification, documentation, and resolution of vulnerabilities, including severity filtering and duplicate issue prevention.
Release notes
What’s Changed
- Treat Safety CLI exit code 64 as success, not failure by @Copilot in https://github.com/kmesiab/safetycli-self-healing-action/pull/13
Full Changelog: https://github.com/kmesiab/safetycli-self-healing-action/compare/v1.3...v1.4