You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add TODOs for Dockerization and Deployment in cmds.sh
- Introduced a series of TODO comments in cmds.sh outlining steps for Dockerizing both the backend and frontend applications.
- Added tasks for deploying the applications in a VM, automating the Dockerization process, and utilizing GCP Container Registry.
- Included plans for integrating Kubernetes or Cloud Run, as well as implementing Serverless Functions for CVE data retrieval and enrichment.
- Enhanced the frontend terminal setup process with tmux commands for better session management.
Copy file name to clipboardExpand all lines: vuln-db-backend/app/cmds.sh
+24
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,20 @@
1
1
#? Repo Terminal
2
+
3
+
# TODO 1: Dockerize the backend
4
+
# TODO 2: Dockerize the frontend
5
+
# TODO 3: Deploy in the VM
6
+
# TODO 4: Automate the Dockerization in the cron job
7
+
# TODO 5: Store in the GCP Container Registry
8
+
# TODO 6: Deploy from the GCP Container Registry
9
+
# TODO 7: Automate the deployment in the cron job
10
+
# TODO 8: Consider using Kubernetes or Cloud Run and MongoDB Cloud Version
11
+
# TODO 9: Add Serverless Function to get CVE Data from NVD
12
+
# TODO 10: Add Serverless Function to enrich CVE Data (ChatGPT)
13
+
# TODO 11: Add Script Function to get the cve fix commits from the GitHub API
14
+
# TODO 12: Compare the the file diffs between the commits and the cve fix
15
+
# TODO 13: Enrhic CVE Data with the commit diffs and the cve fix data from ChatGPT
16
+
# TODO 14: Add the enriched cve data to the bucket and check for automation process of getting the enriched cve data to the backend and to the container and to the frontend
0 commit comments