-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
265,042 additions
and
216 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -155,11 +155,14 @@ Monitoring depGraph via Snyk API ... | |
``` | ||
|
||
### Pruning | ||
If you encounter a HTTP 500 when performing `test` or `monitor` commands, then try to enable pruning. | ||
If you encounter a HTTP 422 when performing `test` or `monitor` commands, with the accompaying error message: | ||
`Retrying: {"error":"Failed to generate snapshot. Please contact support on [email protected]"}` | ||
then try to enable pruning. | ||
|
||
What is likely happening is that there are too many vulnerable paths for the system (>100,000), so | ||
pruning the repeated sub-dependencies will alleviate this. | ||
|
||
You may run with `--prune` all the time to avoid this error. | ||
You may run with `--prune` or `--prune-all` to avoid this error. | ||
|
||
## Currently supported package types | ||
* maven (tested with rules_jvm_external) | ||
|
This file contains 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
This file contains 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
Oops, something went wrong.