snyk-labs / snyk-bulk

Collection of docker entrypoints that facilitate snyk '--all-projects'-style bulk scanning
Apache License 2.0
9 stars 12 forks source link

Without unique project names, even with different --remote-repo-url=, projects with duplicate filepaths are merged #29

Closed mrzarquon closed 3 years ago

mrzarquon commented 3 years ago

snyk monitor --project-name="backend/requirements.txt" --remote-repo-url="https://github.com/snyk-tech-services/cloud" and snyk monitor --project-name="backend/requirements.txt" --remote-repo-url="https://github.com/mrzarquon/server"

Will update the same project in Snyk just moving the grouping between the two different remote-repo-urls.

A fix will:

This should ensure each project is unique going forward.

mrzarquon commented 3 years ago

Fixed in #30

scott-es commented 2 years ago

I think this is no longer the case (the glitch was fixed) but probably fine to leave things as is