bcaa41e34f
* Add files to prepare for ownership change * Fix tests * Update repo name * Update dependencies * Attempt to fix permissions issues blocking test * Update permissions * Add environment variable * Fix variable name * Update test.yml * Update test.yml
13 lines
254 B
JSON
13 lines
254 B
JSON
{
|
|
"image":"mcr.microsoft.com/devcontainers/universal:2",
|
|
"customizations": {
|
|
"codespaces": {
|
|
"repositories": {
|
|
"microsoft/component-detection": {
|
|
"permissions": "read-all"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|