TIR is a web application to dynamically manage compliance data for a system.
Tir is a Armenian god of wisdom and the namesake of the TIR (Test Ingest Respository). TIR will help manage a system's STIG/SRG/SCTM content from a myriad of test tool formats.
- Group system compliance data
- Store STIG results files and their hsitory for a system .
- Store Quarterly DISA STIG libraries.
- Streamline Quarterly STIG Update Process
- Import automated test tool results
- Export compliance data
- node v18+
git clone <cloneurl>
cd tir
npm install
SQLITE=true
JWT_KEY= //Required: Key that TIR will use for JWT
INIT_PASSWORD= //Required: Initial Password for initial TIR admin Account
PORT= //Optional: Dev Web Server Port Defaults to 3000
DATABASE_HOST= //Required: Postgres Database IP/FQDN
DATABASE_PORT= //Optional: Defaults to 5432
DATABASE_USER= //Required: Postgres User
DATABASE_PASSWORD= //Required: Postgres User INIT_PASSWORD
DATABASE_NAME= //Required: Database Name for TIR
JWT_KEY= //Required: Key that TIR will use for JWT
INIT_PASSWORD= //Required: Initial Password for initial TIR admin Account
npm run dbinit
npm run dev
npm run build;
node .output/server/index.mjs