Wrapper script workaround for GitHub Copilot to persist tool approvals
It would seem GitHub Copilot does not have a global configuration option to persist allowed tools. I often want to run something like kubectl or jq with Copi...
It would seem GitHub Copilot does not have a global configuration option to persist allowed tools. I often want to run something like kubectl or jq with Copi...
Jenkins has a wide range of ways that the omnipresent env map in pipeline code (e.g. Jenkinsfile) is filled. Most of this applies to other job types too such...
Calculating Reserved Instance Coverage
For those using ZScaler security products to intercept and scan TLS traffic this post shows an approach that worked for me to get Python working. ZScaler int...
When I started out with CDK I was confused by the ubiquitous id parameter that all CDK resources take. I now realise this is just a handle for identifying re...