feat: Add security scanning capabilities with govulncheck and Trivy integration
This commit is contained in:
7
.vscode/tasks.json
vendored
7
.vscode/tasks.json
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user