Justinas
Justinas
Seems to be also related/duplicated by below issues: - https://github.com/bridgecrewio/yor/issues/281 - https://github.com/bridgecrewio/yor/issues/140 For me it also fails as described above in both cases: a) when running on merge request and...
+1 I am also facing both problems described above (by @Nefelim4ag and @thomas-brx )
> Just ran into this, and it is very annoying. For a workaround, I did this: > > ```hc > set { > name = "valuesChecksum" > value = filemd5("${path.module}/values-production.yaml")...
Hey @JoshVanL, would it make sense adding https://github.com/marketplace/actions/helm-chart-releaser action to have a self hosted helm chart repo? I am also interested in being able to pull this chart directly, instead...
Hey @JoshVanL , any chances this can be merged? I am also interested in having metrics for `kube-oidc-proxy`
Hi @bdangit, sorry but it seems I have lost my forked repo, so I am unable to do the squash.
I am using below network policies. So far looks good, will do some more validation today ```yaml apiVersion: networking.k8s.io/v1 kind: NetworkPolicy metadata: name: cert-manager-deny-all namespace: cert-manager spec: podSelector: {} policyTypes:...
> I made workaround with this (bump patch version): > > ``` > "postUpgradeTasks": { > "commands": [ > "sed -i \"s/^version:.*/version: $(grep '^version:' Chart.yaml | awk '{print $2}' |...
Hey @kkujawa-sumo , My folder structure looks something like: ``` /var/log/audit/20220215/file1.log /var/log/audit/20220214/file2.log /var/log/audit/main_audit.log ``` If the directory used in `annotation` contains other directories, it seems this does not work. Only...