2020-06-19 10:10:28 -04:00
|
|
|
{
|
2021-08-16 10:13:21 -04:00
|
|
|
"name": "Super-Linter",
|
2023-08-17 11:12:11 -04:00
|
|
|
"image": "ghcr.io/super-linter/super-linter:latest",
|
2024-01-30 06:09:46 -05:00
|
|
|
"customizations": {
|
|
|
|
"vscode": {
|
|
|
|
"settings": {},
|
|
|
|
"extensions": [
|
|
|
|
"DavidAnson.vscode-markdownlint",
|
|
|
|
"EditorConfig.EditorConfig",
|
|
|
|
"GitHub.vscode-github-actions",
|
|
|
|
"GitHub.vscode-pull-request-github",
|
|
|
|
"mads-hartmann.bash-ide-vscode",
|
|
|
|
"mkhl.shfmt",
|
|
|
|
"ms-azuretools.vscode-docker",
|
|
|
|
"ms-vscode.makefile-tools",
|
|
|
|
"timonwong.shellcheck"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"mounts": [
|
|
|
|
{
|
|
|
|
"source": "${localWorkspaceFolder}/TEMPLATES",
|
|
|
|
"target": "/action/lib/.automation",
|
|
|
|
"type": "bind"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "${localWorkspaceFolder}/lib/linter.sh",
|
|
|
|
"target": "/action/lib/linter.sh",
|
|
|
|
"type": "bind"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "${localWorkspaceFolder}/lib/functions",
|
|
|
|
"target": "/action/lib/functions",
|
|
|
|
"type": "bind"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"runArgs": [
|
|
|
|
"--env-file",
|
|
|
|
".devcontainer/devcontainer.env"
|
2020-11-05 17:21:41 -05:00
|
|
|
]
|
2020-06-19 10:10:28 -04:00
|
|
|
}
|