Christopher Jackson
Christopher Jackson
Same issue in `v1.19.1`. Can confirm this issue does NOT happen in `v1.9.0`.
I'm quite overloaded atm, but I will see if I can find some time to work on this. Thanks for the guidance on where to start.
You can read all about it in their documentation: http://www.eclemma.org/jacoco/trunk/doc/counters.html
For Kotlin DSL: ``` configure { (gitPropertiesResourceDir as DirectoryProperty).set(file("${project.rootDir}/some/path")) } ```
In addition using aliases is not ideal because there are a whole list of problems you can run into when using them, a good summary in: https://github.com/helm/helm/issues/9150#issuecomment-750905208
We have the a similar use case as @nrvnrvn. We maintain our argo manifests in varying repos for prod, dev, uat. The helm charts are maintained in yet another repo....
Thanks @mrmadira I have opened #289 to address the remaining issues reported by twistlock scans.
@mrmadira any reason the associated PR for this has yet to be merged?