Kategorie: Sonstiges
-
Azure Pipelines & CAST Highlight
The CAST Highlight tool is just another static code analysis tool and part of our SecDevOps portfolio. So the task was to integrate it into the Azure pipeline after creating a tag. Failure #1 The first attempt to use the Azure Marketplace Add-In did not work for me. It returns that a wrong Java version…
-
Powershell 7 and „Trusted Publishers“
Untrusted Publishers Recently, I installed `Powershell 7` and was using it for a while. After settings my code security to AllSigned, I got the following error. File C:\…\PSReadLine.format.ps1xml is published by CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US and is not trusted on your system. Only run scripts from trusted publishers. This is a little…