Skip to content

naeemhaq/tracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,856 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tracker

This project tracks the Government of Canada domains for adherence to digital security best practices and federal requirements.

Project Structure

This project is organized in the monorepo style with the various components separationed into their own folders.

.
├── ci
├── platform
├── scanner
├── web
└── README.md

The 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 79.4%
  • JavaScript 19.8%
  • Other 0.8%