Files
dependency-review-action/.devcontainer/devcontainer.json
2022-10-28 10:13:58 +00:00

10 lines
237 B
JSON

{
"name": "Dependency Review Action",
"image": "mcr.microsoft.com/devcontainers/typescript-node:18",
"postCreateCommand": "npm install",
"remoteUser": "node",
"features": {
"ghcr.io/devcontainers/features/ruby:1": {}
}
}