Daan Selen
2025-08-09 00:08:06 +02:00
parent 3749fc3adf
commit 8bcfb9c6f9
5 changed files with 89 additions and 1 deletions

13
docker-scout/package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "docker-scout-action",
"version": "1.0.0",
"description": "GitHub Action to check Docker vulnerabilities",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"@actions/core": "1.11.1",
"@actions/exec": "1.1.1"
}
}