1 Open Issue Need Help Last updated: Aug 7, 2025

Open Issues Need Help

View All on GitHub
Uncategorized Unknown

AI Summary: The GitHub Actions workflow for a project needs to be updated to correctly add Grype and Syft to the PATH after installation. The current workflow uses download actions but doesn't configure the PATH, resulting in the `grype: command not found` error during the binary security scan. The solution involves either using the full scan actions, manually adding the binaries to the PATH, or using an alternative installation method.

Complexity: 3/5
bug good first issue github-actions