Testing out according to https://docs.github.com/en/actions/tutorials/create-actions/create-a-javascript-action
This commit is contained in:
13
docker-scout/package.json
Normal file
13
docker-scout/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user