Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,794 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tracker

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

Repo Structure

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

.
├── api
├── api-js
├── app
├── ci
├── frontend
├── guidance
├── platform
├── scripts
└── services

The ci folder contains an image used in the CI process, but the main event is the next three folders:

The frontend, and api folders containing the two main parts parts of the application.

The app and platform folders contain the Kubernetes configuration needed to deploy the tracker on the cloud provider of your choice.

The scripts folder is a dumping ground for various utility scripts and codemods while services contains the code for our various scanning services.

Application structure

In accordance with TBS policy stating developers should "Validate your API design by consuming it", and "Use microservices built around business capabilities." the application is architected as an API/consumer pair giving a minimalist microservices architecture.

Further details can be found in the README files contained in their respective folders.

About

Track Government of Canada domains for adherence to digital security best practices and federal requirements.

Resources

Contributing

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages