PowerShell extension - Not signed PowerShell-Files
See original GitHub issueHello, in my company only signed PowerShell-Files are allowed to use. Since that I wrote a script which checks all files if they are signed or not.
In your PowerShell-Extension for VSCode nearly every file is signed but the list below (please sign those files and update the plugin). If you need I can upload the simple script to check all PowerShell-Files for future extension releases.
Maybe thinking about to not use PowerShell files at all in the plugin and using an other language for it instead?
---------------------------------------------------
NOT SIGNED - FILES
---------------------------------------------------
Filepath: .\ms-vscode.powershell-2020.3.0
Filename: InvokePesterStub.ps1
Filepath: .\ms-vscode.powershell-2020.3.0\examples
Filename: SampleModule.psd1
Filepath: .\ms-vscode.powershell-2020.3.0\examples
Filename: PSScriptAnalyzerSettings.psd1
Filepath: .\ms-vscode.powershell-2020.3.0\examples
Filename: PromptExamples.ps1
Filepath: .\ms-vscode.powershell-2020.3.0\examples
Filename: StopTest.ps1
Filepath: .\ms-vscode.powershell-2020.3.0\examples
Filename: Stop-Process2.ps1
Filepath: .\ms-vscode.powershell-2020.3.0\examples
Filename: SampleModule.psm1
Filepath: .\ms-vscode.powershell-2020.3.0\examples
Filename: PathProcessingWildcards.ps1
Filepath: .\ms-vscode.powershell-2020.3.0\examples
Filename: DebugTest.ps1
Filepath: .\ms-vscode.powershell-2020.3.0\examples
Filename: ContentViewTest.ps1
Filepath: .\ms-vscode.powershell-2020.3.0\examples
Filename: Build.ps1
Filepath: .\ms-vscode.powershell-2020.3.0\examples
Filename: PathProcessingNoWildcards.ps1
Filepath: .\ms-vscode.powershell-2020.3.0\examples
Filename: PathProcessingNonExistingPaths.ps1
Filepath: .\ms-vscode.powershell-2020.3.0\examples
Filename: ExtensionExamples.ps1
Filepath: .\ms-vscode.powershell-2020.3.0\examples\Tests
Filename: PathProcessing.Tests.ps1
Filepath: .\ms-vscode.powershell-2020.3.0\examples\Tests
Filename: SampleModule.Tests.ps1
Filepath: .\ms-vscode.powershell-2020.3.0\modules\Plaster\1.1.3\Templates\AddPSScriptAnalyzerSettings
Filename: PSScriptAnalyzerSettings.psd1
Filepath: .\ms-vscode.powershell-2020.3.0\modules\Plaster\1.1.3\Templates\NewPowerShellScriptModule
Filename: Module.psm1
Filepath: .\ms-vscode.powershell-2020.3.0\modules\Plaster\1.1.3\Templates\NewPowerShellScriptModule\test
Filename: Module.T.ps1
Filepath: .\ms-vscode.powershell-2020.3.0\modules\PowerShellEditorServices\Commands\Public
Filename: Clear-Host.ps1
I hope this list will help you.
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
Fix for PowerShell Script Not Digitally Signed | by Caio Moreno
When you run a .ps1 PowerShell script you might get the message saying “.ps1 is not digitally signed. The script will not execute...
Read more >PowerShell script is not digitally signed - ShellGeek
The reason behind the PowerShell script is not digitally signed is because of the execution policy setup on your local system. In the...
Read more >PowerShell is not digitally signed | Error | Methods - eduCBA
Guide to PowerShell is not digitally signed. Here we discuss the introduction, how to fix PowerShell not digitally signed? error & methods.
Read more >PowerShell is not digitally signed? Fix it with these steps
1. Check and change Execution Policy · 2. Bypass the current PowerShell session · 3. Unblock the file that was downloaded.
Read more >about Signing - PowerShell | Microsoft Learn
Explains how to sign scripts so that they comply with the PowerShell execution policies.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I can fix that too.
@rjmholt Since the original bug is over a year old and to my knowledge resolved with the signing we set up six months ago, I’m going to close this bug with a fix to always sign our artifacts.