-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cli): support manifest bigger than 1k packages
**User Story** As a user of the Lacework CLI, I would like to be able to submit scans of package manifests bigger than 1,000 packages, So I don't have to implement a splitting mechanism and run multiple CLI commands for a single manifest. **Implementation Details** The CLI will now check if the package manifest has more than the maximum number of packages, if so, it will split the package manifest into multiple chunks and trigger multiple API requests. **NOTE:** We disallow more than 10 parallel requests (workers), which are more than 10,000 packages on a single manifest/system. Closes #237 Signed-off-by: Salim Afiune Maya <[email protected]>
- Loading branch information
Showing
3 changed files
with
174 additions
and
8 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
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