-
Notifications
You must be signed in to change notification settings - Fork 0
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
Enable Dependency Graph Integrator to raise PRs to add workflow #1164
Conversation
9bd2319
to
8a37dfe
Compare
6954568
to
ad5cc67
Compare
packages/repocop/src/remediation/dependency_graph-integrator/send-to-sns.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we test this on CODE to make sure it works end-to-end (except for the actual raise the PR bit?)
Yes, will try again. Having trouble getting repocop to run on CODE due to a permissions error. |
Tested on CODE and worked as expected. |
What does this change?
Enables repocop to identify production Scala repos that don't have the SBT dependency submission workflow already, and pick one repo at random to call Dependency Graph Integrator which will raise a PR on the repo to include the workflow, and enable Dependabot alerts/Dependency Graph if not enabled.
Why?
This is part of our migration away from Snyk over the next year.
How has it been verified?
Tested locally with CODE data.
Next steps