13 lines
279 B
JSON
13 lines
279 B
JSON
{
|
|
"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"
|
|
}
|
|
} |