Sean P. Kane
Sean P. Kane
Based on #292, being able to set some code to ignore and some to report/warn but not error on at a global level would be useful, in addition to eventually...
Agreed. #292 basically built on this idea and came to me as I was trying to implement the scanner GitHub action into one of my website deployment processes.
I have found that the compromise for creating brand-new repos looks like this: ```hcl locals { default_branch = "main" } resource "github_repository" "test" { name = "test" description = "test"...
> To clarify, there isn't a fix/workaround for when a repository is already created and I want to create a new branch `main`? (with master as default branch already) >...
It would likely take some work to get it working well in the CI/CD pipeline. It would likely require either taking advantage of Github caching (https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflow) or getting Docker to...
This was previously discussed a bit in https://github.com/kubeshop/testkube/issues/3899, but I think the specific request regarding this got a bit lost in the broader discussion.
cc/ @manidharanupoju24
@vsukhin Sorry, that was a typo (corrected). The initial version is 1.14.0.
From what I can tell this only happens during and upgrade and not a clean install.
@dejanzele Yes. I'll try to check the permissions in the next day or so. Does this job use the `jobServiceAccountName` Service account that can be set via helm (which we...