Skip to content
New issue

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

Skip Snyk SCA scans #360

Merged
merged 1 commit into from
Mar 18, 2024
Merged

Skip Snyk SCA scans #360

merged 1 commit into from
Mar 18, 2024

Conversation

robinjam
Copy link
Contributor

Trello card

Snyk’s SCA scans currently fail on this repo, because Snyk is looking for
Gemfile.lock, but gem repos don’t have/need one.

SCA in general doesn’t really make sense for gems (or any type of
library), because they don’t lock a specific version of their
dependencies.

@robinjam robinjam merged commit 14df00b into main Mar 18, 2024
8 checks passed
@robinjam robinjam deleted the skip-snyk-sca-scans branch March 18, 2024 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants