File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,27 @@ This is a personal project I built to help manage multiple RDP servers more easi
4848- Captures screen for remote viewing
4949- Responds to remote commands (like killing processes)
5050
51+
52+ ------------------------------------------------------------------------
53+
54+ ## 🚀 CI/CD
55+
56+ This project uses GitHub Actions for automated testing, security scanning, and staged deployment.
57+
58+ - Backend tested on Python 3.8–3.11
59+ - Frontend tested on Node.js 18–22
60+ - Linting (flake8 & ESLint)
61+ - Dependency vulnerability scanning (safety)
62+ - Secret scanning (TruffleHog)
63+ - CodeQL analysis
64+ - Dev → Prod staged deployment on push to main
65+
66+ Workflows are located in:
67+ ` .github/workflows/ `
68+
69+ ------------------------------------------------------------------------
70+
71+
5172## How It Works
5273
5374The system consists of two parts:
@@ -158,3 +179,4 @@ You can modify:
158179
159180Personal project for educational purposes. If using this code, please respect any applicable licenses for the dependencies used.
160181
182+
You can’t perform that action at this time.
0 commit comments