Skip to content

Commit b2962e4

Browse files
mdanish-khJanDeDobbeleer
authored andcommitted
chore: add securityContext & remove allowPrerelease from winget config
1 parent 0f63835 commit b2962e4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.config/configuration.winget

+1-4
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,27 @@ properties:
44
- resource: Microsoft.WinGet.DSC/WinGetPackage
55
directives:
66
description: Install Visual Studio Code
7-
allowPrerelease: false
87
settings:
98
id: Microsoft.VisualStudioCode
109
source: winget
1110
- resource: Microsoft.WinGet.DSC/WinGetPackage
1211
id: golang
1312
directives:
1413
description: Install Golang
15-
allowPrerelease: false
1614
settings:
1715
id: GoLang.Go
1816
source: winget
1917
- resource: Microsoft.WinGet.DSC/WinGetPackage
2018
dependsOn: [golang]
2119
directives:
2220
description: Install golangci-lint
23-
allowPrerelease: false
2421
settings:
2522
id: GolangCI.golangci-lint
2623
source: winget
2724
- resource: Microsoft.WinGet.DSC/WinGetPackage
2825
directives:
2926
description: Install NodeJS
30-
allowPrerelease: false
27+
securityContext: elevated
3128
settings:
3229
id: OpenJS.NodeJS
3330
source: winget

0 commit comments

Comments
 (0)