generated from ossf/project-template
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aorps/bulk scan testing #233
Closed
Conversation
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
Contributor
AOrps
commented
Sep 7, 2023
- Bulk Scan Script
Signed-off-by: AOrps <[email protected]>
Signed-off-by: AOrps <[email protected]>
Signed-off-by: AOrps <[email protected]>
@AOrps Could you add comments above each method to describe what the input and output of each should be? If a new person were to use your bash script, what should they know? |
Signed-off-by: AOrps <[email protected]>
Signed-off-by: AOrps <[email protected]>
Signed-off-by: AOrps <[email protected]>
Signed-off-by: AOrps <[email protected]>
I refactored the code so Would look something like this: ./bulk-scan-poc.sh - Bulk Scan Script for Analyzer
OPTIONS: -[p|q|d|e|h]
- p: Package Manager - Select Package Manager
- q: seQuence - Choose awk sequence
- d: Dry-run - See which packages you are going to bulk-scan before doing it
- e: Env file - Pass in .env file
- h: Help - Show Usage of Program
EXAMPLES:
$ ./bulk-scan-poc.sh -e .env
- Runs bulk-scan script with .env in local directory
$ ./bulk-scan-poc.sh -e .env -q 99
- Runs bulk-scan script at line 99
$ ./bulk-scan-poc.sh -e .env -q 43,60
- Runs bulk-script with custom sequence lines 43 to 60 inclusive
$ ./bulk-scan-poc.sh -d -q 34,45
- Dry-runs (doesn't actually perform a scan), used to check the packages you are going to scan before executing
NOTES:
- Requires '-e "Location of an environment variable"' to perform a scan (easier than running from local)
- Be sure to take 'omega-top10k.csv' with you! Hope this helps! |
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.