-
Notifications
You must be signed in to change notification settings - Fork 505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PowerShell extension - Not signed PowerShell-Files #2536
Comments
So from this list, we can ignore any in That leaves: Both of these should be signed. |
InvokePesterStub.ps1 should probably be moved into the PowerShellEditorServices repo - right now it exists in this repo. However there is quite a large PR out refactoring it #2441 so I will wait until that's in to move InvokePesterStub over. |
I've encountered this. This file was blocked by AppLocker. Please can these files be signed?
|
@padlock780 Thanks for bringing this to my attention. Our last release unfortunately encountered an issue which resulted in it not being signed. Releasing a patch update today to fix this. |
@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. |
I think the problem in this issue was that the Pester script here is not signed: because it's in vscode-powershell and not PSES. |
I can fix that too. |
Oops, wasn't totally fixed. |
Hello,
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?
I hope this list will help you.
The text was updated successfully, but these errors were encountered: