This project tracks the Government of Canada domains for adherence to digital security best practices and federal requirements.
This project is organized in the monorepo style with the various components separationed into their own folders.
.
├── ci
├── platform
├── scanner
├── web
└── README.mdThe ci folder contains an image used in the CI process, but the main event is the next three folders.
The scanner folder contains everything related to the scanner service, and the web contains everything for the web service that shows the results of the scan.
The Kubernetes configuration needed to deploy the tracker on the cloud provider of your choice lives in the platform folder.
Further details can be found in the readme files contained in their respective folders.