[K9CODESEC-1666] Document lockfile-less SCA scanning #37555
Draft
rjcoulter22 wants to merge 3 commits into
Draft
[K9CODESEC-1666] Document lockfile-less SCA scanning #37555rjcoulter22 wants to merge 3 commits into
rjcoulter22 wants to merge 3 commits into
Conversation
e9bc7e5 to
d3b7862
Compare
Contributor
Preview links (active after the
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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? What is the motivation?
In the SCA product we now support scanning manifest files for certain environments when no lockfiles are present. As part of this we will also resolve version ranges from these files ourself into concrete versions for a library - see this confluence page .
This adds a
Lockfile-less scanningsection to the static SCA setup page so customers knowpackage.jsonandpyproject.tomlare now scanned when no lockfile is present, including a section on how we resolve version ranges from those files. Note we will have a phased roll out of this feature to be able to monitor side effects, and this will be merged when the necessary feature flags are fully enabled for all customers.Merge instructions
Merge readiness:
AI assistance
AI-assisted draft, manually reviewed and edited.