Skip to content

Commit 49d4b6f

Browse files
authored
Update README.md
1 parent 2cca7a5 commit 49d4b6f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff 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

5374
The system consists of two parts:
@@ -158,3 +179,4 @@ You can modify:
158179

159180
Personal project for educational purposes. If using this code, please respect any applicable licenses for the dependencies used.
160181

182+

0 commit comments

Comments
 (0)