-
Notifications
You must be signed in to change notification settings - Fork 1
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
2 changed files
with
28 additions
and
11 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 |
---|---|---|
|
@@ -2,17 +2,34 @@ | |
|
||
The [Site Scanning program](https://digital.gov/site-scanning/) automates a wide range of scans of public federal websites and generates data about website health and best practices. | ||
|
||
This repository serves as a hub for various analysis reports, which provide summary and analytical data about the information that the Site Scanning program generates. | ||
This repository serves as a hub for various analysis reports, which provide summary and analytical data about the information that the Site Scanning program generates. | ||
|
||
To ask a question or leave feedback for the program, please [file an issue here](https://github.com/GSA/site-scanning/issues) or email us at [email protected]. | ||
To ask a question or leave feedback for the program, please [file an issue here](https://github.com/GSA/site-scanning/issues) or email us at [email protected]. | ||
|
||
### Important Links | ||
|
||
* [Program Website](https://digital.gov/site-scanning) | ||
* [API Documentation](https://open.gsa.gov/api/site-scanning-api/) | ||
* [Central Project Repository](https://github.com/GSA/site-scanning) | ||
* [Program Documentation Repository](https://github.com/GSA/site-scanning-documentation) | ||
* [Federal Website Index Repository](https://github.com/GSA/federal-website-index) | ||
* [Site Scanning Engine Repository](https://github.com/GSA/site-scanning-engine) | ||
* [Snapshots Repository](https://github.com/GSA/site-scanning-snapshots) | ||
* [Extensive List of Links to Technical Details, Snapshots, Analysis Reports, and More](https://digital.gov/guides/site-scanning/technical-details/) (if in doubt, look here) | ||
- [Program Website](https://digital.gov/site-scanning) | ||
- [API Documentation](https://open.gsa.gov/api/site-scanning-api/) | ||
- [Central Project Repository](https://github.com/GSA/site-scanning) | ||
- [Program Documentation Repository](https://github.com/GSA/site-scanning-documentation) | ||
- [Federal Website Index Repository](https://github.com/GSA/federal-website-index) | ||
- [Site Scanning Engine Repository](https://github.com/GSA/site-scanning-engine) | ||
- [Snapshots Repository](https://github.com/GSA/site-scanning-snapshots) | ||
- [Extensive List of Links to Technical Details, Snapshots, Analysis Reports, and More](https://digital.gov/guides/site-scanning/technical-details/) (if in doubt, look here) | ||
|
||
### Development | ||
|
||
These reports are generated on a continual basis by the following workflows: | ||
|
||
- [Generate snapshot and target URL reports](https://github.com/GSA/site-scanning-analysis/blob/main/.github/workflows/generate-all-reports.yml) | ||
- [Generate IDEA reports](https://github.com/GSA/site-scanning-analysis/blob/main/.github/workflows/generate-idea-reports.yml) | ||
- [Generate unique website list](https://github.com/GSA/site-scanning-analysis/blob/main/.github/workflows/generate-unique-website-list.yml) | ||
|
||
To run locally, install the necessary dependencies and call the entry point with | ||
a valid command. For example, to generate the report that collects data for all | ||
live websites: | ||
|
||
```shell | ||
pip install -r requirements.txt | ||
python3 main.py generate-primary-snapshot-report | ||
``` |
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