Testing out the real shit.

This commit is contained in:
Daan Selen
2025-08-09 00:20:16 +02:00
parent 8bcfb9c6f9
commit 02f8d16e0b
4 changed files with 27683 additions and 10 deletions

View File

@@ -8,8 +8,11 @@
"name": "docker-scout-action",
"version": "1.0.0",
"dependencies": {
"@actions/core": "1.11.1",
"@actions/exec": "1.1.1"
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1"
},
"devDependencies": {
"@vercel/ncc": "^0.38.3"
}
},
"node_modules/@actions/core": {
@@ -51,6 +54,15 @@
"node": ">=14"
}
},
"node_modules/@vercel/ncc": {
"version": "0.38.3",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.3.tgz",
"integrity": "sha512-rnK6hJBS6mwc+Bkab+PGPs9OiS0i/3kdTO+CkI8V0/VrW3vmz7O2Pxjw/owOlmo6PKEIxRSeZKv/kuL9itnpYA==",
"dev": true,
"bin": {
"ncc": "dist/ncc/cli.js"
}
},
"node_modules/tunnel": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz",