feat: Add security scanning capabilities with govulncheck and Trivy integration

This commit is contained in:
Wikid82
2025-11-27 06:01:32 +00:00
parent 51664416b6
commit 486c9b40c1
6 changed files with 131 additions and 23 deletions

7
.vscode/tasks.json vendored
View File

@@ -55,6 +55,13 @@
"command": "${workspaceFolder}/tools/codeql_scan.sh",
"group": "test"
},
{
"label": "Run Security Scan (govulncheck)",
"type": "shell",
"command": "${workspaceFolder}/scripts/security-scan.sh",
"group": "test",
"problemMatcher": []
},
{
"label": "Docker: Restart Local (No Rebuild)",
"type": "shell",