-
Notifications
You must be signed in to change notification settings - Fork 571
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
feat: allow go modules monitor #576
Conversation
We would probably need to update the plugin as well |
606d016
to
5cc1ded
Compare
5cc1ded
to
1f0308c
Compare
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.
URL needs fixing
|
||
const req = server.popRequest(); | ||
t.equal(req.method, 'PUT', 'makes PUT request'); | ||
t.match(req.url, '/monitor/gomod', 'puts at correct url'); |
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.
also gomodules here
1f0308c
to
aee5b5b
Compare
8a79dcd
to
f3fee7b
Compare
🎉 This PR is included in version 1.179.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
What does this PR do?
Allow
snyk monitor
for go modules. Prereq for this one is https://github.com/snyk/registry/pull/8428.