We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FOSSA scans expect a Gemfile.lock to do their work. Gems, as a best practice, do not check in a Gemfile.lock.
The New Relic Ruby agent gets around this by bundling the gem in a step prior to the scan: https://github.com/newrelic/newrelic-ruby-agent/actions/runs/14669694175/workflow
Something similar may work for this repo, though we'll need to adjust so that all the nested gems get bundled.
Until then, FOSSA scans will fail.
Example: https://github.com/open-telemetry/opentelemetry-ruby-contrib/actions/runs/14674537659
The text was updated successfully, but these errors were encountered:
No branches or pull requests
FOSSA scans expect a Gemfile.lock to do their work. Gems, as a best practice, do not check in a Gemfile.lock.
The New Relic Ruby agent gets around this by bundling the gem in a step prior to the scan:
https://github.com/newrelic/newrelic-ruby-agent/actions/runs/14669694175/workflow
Something similar may work for this repo, though we'll need to adjust so that all the nested gems get bundled.
Until then, FOSSA scans will fail.
Example: https://github.com/open-telemetry/opentelemetry-ruby-contrib/actions/runs/14674537659
The text was updated successfully, but these errors were encountered: