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

Resolves: Add security and versioning dependency alerts #944

Open
wants to merge 23 commits into
base: main
Choose a base branch
from

Conversation

aleks-ivanov
Copy link

  • add dependabot.yml which automatically enables native Dependabot's dependency versioning scanner and dependency update PRs bot by declaring dependency ecosystems and sources in the project. For dependency security vulnerabilities scanner and vulnerable dependency update PRs bot, enable "Dependabot alerts" and "Dependabot security updates"

  • should you decide that certain people on your team should take care of the PRs that Dependabot creates, use the two attributes assignees and reviewers to automatically set personnel respectively.

Resolves #943

visual-studio-securitytools:
type: nuget-feed
url: https://securitytools.pkgs.visualstudio.com/_packaging/Guardian/nuget/v3/index.json
# token: ${{ secrets.NUGET_PRIVATE_REG_TOKEN }}
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To allow Dependabot suggest updates for dependencies in eng/common/sdl/packages.config:

  • add registry token as GitHub secret with the name NUGET_PRIVATE_REG_TOKEN and uncomment

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.

[FEATURE REQUEST]: Add security and versioning dependency alerts
1 participant