uluzox
uluzox
According to prisma cloud go version 1.13.15 has 24 vulnerabilities. An update solves the vulnerabilities.
### What problem are you facing? I am using FluxCD to reconcile my crossplane resources in my k8s cluster. I provision a database on AWS RDS with ``` apiVersion: v1...
Consider test.tf ```hcl variable "lastname" { type = string default = "bär" } variable "firstname" { type = string default = "föo" } terraform { required_providers { corefunc = {...
Consider the following `xlf` file with `encoding="utf-8"` ```locallang_db.xlf whatever ``` ```shell docker run --rm --volume=$PWD:/check mstruebing/editorconfig-checker:v3.4.1 echo $? 0 ``` ```shell docker run --rm --volume=$PWD:/check mstruebing/editorconfig-checker:v3.5.0 locallang_db.xlf: Wrong character encoding...