Josh Barker

Results 18 comments of Josh Barker

Hi @manicminer, I've just updated the description. To replicate the problem, follow the replication case: 1. Create an AAD group 2. Update the AAD group I'll work on a small...

Hi all, Recently, I've just moved the pipeline execution to GitHub Actions and have seen a significant improvement in performance. Previously it was taking 5+ minutes to execute a plan...

Hey @entropitor, Yep, I'm now running the terraform steps inside Github Actions, which has improved the performance. Previously it was running on Azure DevOps agents.

Hey @manicminer, no worries. 👍🏻 Yep, that sounds like a great idea. :-)

There is a new method definition for `new hudson.plugins.sshslaves.SSHLauncher` https://github.com/jenkinsci/ssh-slaves-plugin/blob/master/src/main/java/hudson/plugins/sshslaves/SSHLauncher.java#L518-L520 I've been able to patch https://github.com/chef-cookbooks/jenkins/blob/master/libraries/slave_ssh.rb#L103-L120 to the below, which changes the default configuration for the agent. ``` def launcher_groovy

I also need the same functionality. Are there plans to support it?

I've found the same problem. I commented out this line of code and then it began to work. https://github.com/someara/kitchen-dokken/blob/master/lib/kitchen/helpers.rb#L152 However, I'm not sure on the impact to the rest of...

Hey @HariSekhon , thanks for your suggestion. I was hoping to set `skip-path` in the github action, instead of `.checkov.yaml`. Cheers

Hey @HariSekhon, that's a nice pattern! Thanks for sharing! :-)

Hi @xuzhang3, There's another situation where I can configure a Service Principal Manually **and** set a resource group scope. To do this from the portal, the process is: 1. Click...