Bunkai SCA
Version updated for https://github.com/lesis-lat/bunkai to version 0.0.6.
- This action is used across all versions by 1 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Bunkai is a Software Composition Analysis (SCA) tool for Perl projects that parses cpanfile to identify, analyze, and manage dependencies. It helps improve build security and stability by detecting missing version specifications, identifying outdated or vulnerable dependencies, and providing remediation suggestions. Additionally, it integrates with GitHub Actions to automate dependency and security analysis, with SARIF output for GitHub Advanced Security.
Release notes
What’s Changed
- Switch action to use GHCR container image by @htrgouvea in https://github.com/lesis-lat/bunkai/pull/38
- Propagate SARIF failures from action entrypoint by @htrgouvea in https://github.com/lesis-lat/bunkai/pull/40
Full Changelog: https://github.com/lesis-lat/bunkai/compare/0.0.5...0.0.6