Skip to content

Commit

Permalink
Devcontainer: DemistoSDK permissions (#23827)
Browse files Browse the repository at this point in the history
  • Loading branch information
dorschw authored and maimorag committed Jan 17, 2023
1 parent 7f297e3 commit cae68fc
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .devcontainer/devcontainer.json
Expand Up @@ -73,8 +73,15 @@
"ms-python.black-formatter",
"LittleFoxTeam.vscode-python-test-adapter"
]
}
},
},
"codespaces": {
"repositories": {
"demisto/demisto-sdk": {
"permissions": "write-all"
}
}
}
},
// this is commented out until VSCode will fix self signed certificate issues
// "features": {
// "ghcr.io/devcontainers/features/docker-in-docker:1": {
Expand Down

0 comments on commit cae68fc

Please sign in to comment.