Hari Sekhon
Hari Sekhon
> it seems that only cs is the only keybinding to activate that sort of commenting format , the aforementioned option didn't work out for me too . cs?
FYI for the Kustomize-specific scenario in #141 I've created a CI/CD workflow that installs all `kustomization.yaml` apps and then runs Nova. Right now it finds nothing because Nova must be...
Ideally Nova could work on the resulting yaml by using the helm annotations to get the version information and compare that to upstream as that is much faster and more...
For Kustomize I've also created another script `kustomize_install_helm_charts.sh` to parse out and install the Helm chart(s) the old-fashioned non-GitOps way using Helm CLI so that Nova can be run on...
@mlinksva that ext regex list could start getting long as you may then need to also exclude `.py`, `.pl`, `.rb`, `.groovy` and many other languages which might have code with...
I've implemented this sort of file priority before, usually I just have an ordered list of standard filenames in priority order and iterate each one, stopping at the first found......
Working around in person is easy enough, but this is breaking my CI builds and I don't want to put hacks in to the build code just for a temporary...
This is the file and line: https://github.com/HariSekhon/GitHub-Actions/blob/master/main.yaml#L226
Thanks for confirming - I'm glad it's not just me then. I look forward to the fix so my kics badges can go green again!
Thanks for the update, I appreciate that you're working on it.