Skip to content
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

sandboxes/README.md: fix some sentences #992

Merged
merged 2 commits into from
Jan 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions sandboxes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Sandbox Image Testing

By default the analysis command will update the sandbox images from the grc.io
By default, the analysis command will update the sandbox images from the grc.io
repository. To test local changes to sandboxes, they need to be built locally,
and the analysis needs to redirect its container source to the local filesystem.

Expand Down Expand Up @@ -34,7 +34,7 @@ These commands will (re-)build both sandboxes and copy them to the correct locat
### Running the analysis

The `scripts/run_analysis.sh` script automates much of the setup for running
local analysis, but it the default setting will pull the sandbox images from
local analysis, but the default setting will pull the sandbox images from
the remote container registry rather than using locally built ones. To change
this, add the `-nopull` option to the script.

Expand Down Expand Up @@ -108,8 +108,7 @@ $ pip install django==9.3.4

##### import

Iterates through the installed package's modules, etc and attempts to import
them.
Iterates through the installed package's modules and attempts to import them.

This is relevant to languages that execute code at import time.

Expand Down