-
Notifications
You must be signed in to change notification settings - Fork 51
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
Change Github security scans to develop branch #4466
Comments
For Dependabot we have setup the I found this reported issue on their GitHub. According to this, even when we have setup dependabot configuration for the repo, the security updates act based on GitHub's security updates work. And this is based on the Dependency graph (based on the default branch's manifests), therefore the PRs are made to |
Right now Snyk also works with the default branch of the repo, so the PRs are always made to |
For both of these, the solution I see for now is changing our default branch to |
We have decided to keep things as they are. Dananji will work on the PRs in avalon-bundle first to make it slightly easier to work on the PRs in the avalon repo after having done it once. |
Descriptive summary
Security scans against master requires us to recreate the PRs in develop. Moving the security scans to develop will reduce the amount of work that we have to do to deal with the PRs.
Done looks like
Security scans happen in develop.
The text was updated successfully, but these errors were encountered: