Matt Smith
Matt Smith
/remove-lifecycle rotten
Ahhaaaa, cool find! Though looking at the blog, since Docker Machine is deprecated, the only real stable and future-proof alternative is Minikube - which, as the blog indicates, is a...
Coooooool! 👌 Feel free to close this Issue then, if you deem it appropriate - or keep it open if you want to keep track of that Podman work as...
This has been bumped in version 3.3.3 [but has not been released to MVN Central](https://github.com/opentracing-contrib/java-spring-jaeger/issues/133) - seemingly because of a CICD failure(?)
Since I created this issue, but no longer use the library. Here's some comments: 1. This is still an issue, and it's pretty appalling that it hasn't been fixed by...
I opened this issue and no longer use Docker Desktop, but instead switched to Podman. I wrote a little guide for anyone looking to do the same: https://harmelodic.com/blog/moving-from-docker-to-podman Podman not...
This is the check that does it: https://github.com/bridgecrewio/checkov/blob/main/checkov/terraform/checks/resource/gcp/GoogleCloudSqlDatabaseRequireSsl.py I'm not sure on bridgecrew's stance on making these sorts of changes, but my two cents would be: Ideally (in my opinion),...
Installed and ran `[email protected]` on Terraform code: - `ssl_mode = "ALLOW_UNENCRYPTED_AND_ENCRYPTED"` results in a fail on `CKV_GCP_6`. - `ssl_mode = "ENCRYPTED_ONLY"` results in a fail on `CKV_GCP_6`. - `ssl_mode =...
`au.com.dius.pact.consumer:junit5:4.6.11` now has different vulnerabilities from dependencies according to Maven Central: https://mvnrepository.com/artifact/au.com.dius.pact.consumer/junit5/4.6.11 IntelliJ IDEA communicates even more: - Provides transitive vulnerable dependency maven:com.google.guava:guava:31.1-jre CVE-2023-2976 7.1 Files or Directories Accessible to...
Howdy 👋 I'm a colleague of @gustavovnicius > I had https://github.com/googleapis/google-auth-library-java/issues/1614 with the library authors requesting a feature to add a method to retrieve Project IDs from OAuth2 credentials (Unfortunately,...