Feat: v1 fix with version provenance for requirements.txt projects #1777
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
-r
directive (continue not support-c
for now)-r
and apply fixes with this context in mindsnyk test
does not today skip testing files that have already been tested because they are essentially included as part of other tests, howeversnyk fix
needs to separate this so we do not try to apply fixes again to a fixed file.Where should the reviewer start?
How should this be manually tested?
git rebase feat/snyk-fix
Feat: snyk fix v1 (Python) in behind FF #1707cd packages/snyk-fix/test/acceptance/plugins/python/update-dependencies/workspaces/app-with-already-fixed && snyk fix --all-projects --org=org-with-ff
Any background context you want to provide?
The logic behind the fix of grouped files is as follows:
-r
)snyk test
first)Screenshots